#include <axis2_flow.h>
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) |
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.
flow | pointer to flow | |
env | pointer to environment struct | |
handler | pointer to handler description |
axis2_status_t( * axis2_flow_ops::free)(axis2_flow_t *flow, const axis2_env_t *env) |
Frees flow struct.
flow | pointer to flow | |
env | pointer to environment struct |
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.
flow | pointer to flow | |
env | pointer to environment struct | |
index | index of the handler |
int( * axis2_flow_ops::get_handler_count)(const axis2_flow_t *flow, const axis2_env_t *env) |
Gets handler count.
flow | pointer to flow | |
env | pointer to environment struct |