Typedefs | |
typedef axis2_flow | axis2_flow_t |
Functions | |
AXIS2_EXTERN axis2_flow_t * | axis2_flow_create (const axutil_env_t *env) |
AXIS2_EXTERN void | axis2_flow_free (axis2_flow_t *flow, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_flow_add_handler (axis2_flow_t *flow, const axutil_env_t *env, axis2_handler_desc_t *handler) |
AXIS2_EXTERN axis2_handler_desc_t * | axis2_flow_get_handler (const axis2_flow_t *flow, const axutil_env_t *env, const int index) |
AXIS2_EXTERN int | axis2_flow_get_handler_count (const axis2_flow_t *flow, const axutil_env_t *env) |
AXIS2_EXTERN void | axis2_flow_free_void_arg (void *flow, const axutil_env_t *env) |
|
Type name for struct axis2_flow |
|
Adds a handler description to flow.
|
|
Creates flow struct.
|
|
Frees flow struct.
|
|
Frees flow passed as void pointer. This method would cast the void pointer to appropriate type and then call free method.
|
|
Gets handler description at given index.
|
|
Gets handler count.
|