axis2_flow_ops Struct Reference
[flow]

#include <axis2_flow.h>

List of all members.

Public Attributes

axis2_status_t(* free )(axis2_flow_t *flow, const axis2_env_t *env)
axis2_status_t(* add_handler )(axis2_flow_t *flow, const axis2_env_t *env, axis2_handler_desc_t *handler)
axis2_handler_desc_t *(* get_handler )(const axis2_flow_t *flow, const axis2_env_t *env, const int index)
int(* get_handler_count )(const axis2_flow_t *flow, const axis2_env_t *env)


Detailed Description

flow ops struct. Encapsulator struct for ops of axis2_flow.


Member Data Documentation

axis2_status_t( * axis2_flow_ops::add_handler)(axis2_flow_t *flow, const axis2_env_t *env, axis2_handler_desc_t *handler)

Adds a handler description to flow.

Parameters:
flow pointer to flow
env pointer to environment struct
handler pointer to handler description
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_status_t( * axis2_flow_ops::free)(axis2_flow_t *flow, const axis2_env_t *env)

Frees flow struct.

Parameters:
flow pointer to flow
env pointer to environment struct
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_handler_desc_t*( * axis2_flow_ops::get_handler)(const axis2_flow_t *flow, const axis2_env_t *env, const int index)

Gets handler description at given index.

Parameters:
flow pointer to flow
env pointer to environment struct
index index of the handler
Returns:
pointer to handler description

int( * axis2_flow_ops::get_handler_count)(const axis2_flow_t *flow, const axis2_env_t *env)

Gets handler count.

Parameters:
flow pointer to flow
env pointer to environment struct
Returns:
handler count


The documentation for this struct was generated from the following file:
Generated on Thu Oct 26 21:11:46 2006 for Axis2/C by  doxygen 1.4.7