Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

axis2_flow_ops Struct Reference
[Flow]

Flow ops struct Encapsulator struct for ops of axis2_flow. More...

#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 )(axis2_flow_t *flow, const axis2_env_t *env, int index)
int(* get_handler_count )(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)
 

Add handler description

Parameters:
handler handler description

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

Deallocate memory

Returns:
status code

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

Get handler

Parameters:
index index of the handler
Returns:
handler description

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

Get handler count

Returns:
handler count


The documentation for this struct was generated from the following file:
Generated on Fri Jun 16 18:02:41 2006 for Axis2/C by  doxygen 1.4.2