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

axis2_phase_holder_ops Struct Reference
[Phase Holder]

Wsdl Phase Holder ops struct Encapsulator struct for ops of axis2_phase_holder. More...

#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, 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 )(axis2_phase_holder_t *phase_holder, const axis2_env_t *env, 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)
 

Method addHandler

Parameters:
handler 

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 
handlers 

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

De-allocate memory

Returns:
status code

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

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

Parameters:
phaseName 
Returns:

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

Method isPhaseExist

Parameters:
phaseName 
Returns:


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