#include <axis2_const.h>
#include <axis2_error.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_allocator.h>
#include <axis2_string.h>
#include <axis2_array_list.h>
#include <axis2_handler_desc.h>
Go to the source code of this file.
Classes | |
struct | axis2_flow_ops |
struct | axis2_flow |
Defines | |
#define | AXIS2_FLOW_FREE(flow, env) ((flow)->ops->free (flow, env)) |
#define | AXIS2_FLOW_ADD_HANDLER(flow, env, handler) ((flow)->ops->add_handler (flow, env, handler)) |
#define | AXIS2_FLOW_GET_HANDLER(flow, env, index) ((flow)->ops->get_handler (flow, env, index)) |
#define | AXIS2_FLOW_GET_HANDLER_COUNT(flow, env) ((flow)->ops->get_handler_count (flow, env)) |
Typedefs | |
typedef axis2_flow_ops | axis2_flow_ops_t |
typedef axis2_flow | axis2_flow_t |
Functions | |
AXIS2_EXTERN axis2_flow_t * | axis2_flow_create (const axis2_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_flow_free_void_arg (void *flow, const axis2_env_t *env) |