axis2_phase_holder_ops Struct Reference
[phase holder]

#include <axis2_phase_holder.h>

List of all members.

Public Attributes

axis2_status_t(* free )(axis2_phase_holder_t *phase_holder, const axis2_env_t *env)
axis2_bool_t(* is_phase_exist )(axis2_phase_holder_t *phase_holder, const axis2_env_t *env, const axis2_char_t *phase_name)
axis2_status_t(* add_handler )(axis2_phase_holder_t *phase_holder, const axis2_env_t *env, struct axis2_handler_desc *handler)
axis2_phase *(* get_phase )(const axis2_phase_holder_t *phase_holder, const axis2_env_t *env, const axis2_char_t *phase_name)
axis2_status_t(* build_transport_handler_chain )(axis2_phase_holder_t *phase_holder, const axis2_env_t *env, struct axis2_phase *phase, axis2_array_list_t *handlers)


Detailed Description

Wsdl Phase Holder ops struct Encapsulator struct for ops of axis2_phase_holder


Member Data Documentation

axis2_status_t( * axis2_phase_holder_ops::add_handler)(axis2_phase_holder_t *phase_holder, const axis2_env_t *env, struct axis2_handler_desc *handler)
 

Parameters:
phase_holder pointer to phase holder
env pointer to environment struct handler pointer to handler
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_status_t( * axis2_phase_holder_ops::build_transport_handler_chain)(axis2_phase_holder_t *phase_holder, const axis2_env_t *env, struct axis2_phase *phase, axis2_array_list_t *handlers)
 

This method is to build the transport phase , here load the corresponding handlers and added them in to correct phase

Parameters:
phase_holder pointer to phase holder
env pointer to environment struct
phase pointer to phase
handlers pointer to handlers
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_status_t( * axis2_phase_holder_ops::free)(axis2_phase_holder_t *phase_holder, const axis2_env_t *env)
 

De-allocate memory

Parameters:
phase_holder pointer to phase holder
env pointer to environment struct
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

struct axis2_phase*( * axis2_phase_holder_ops::get_phase)(const axis2_phase_holder_t *phase_holder, const axis2_env_t *env, const axis2_char_t *phase_name)
 

this method is used to get the actual phase object given in the phase array list

Parameters:
phase_holder pointer to phase holder
env pointer to environment struct
phase_name pointer to phase name

axis2_bool_t( * axis2_phase_holder_ops::is_phase_exist)(axis2_phase_holder_t *phase_holder, const axis2_env_t *env, const axis2_char_t *phase_name)
 

Method isPhaseExist

Parameters:
phase_holder pointer to phase holder
env pointer to environment struct
phase_name pointer to phase name


The documentation for this struct was generated from the following file:
Generated on Thu Aug 31 17:32:40 2006 for Axis2/C by  doxygen 1.4.6