#include <axis2_phase_holder.h>
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) |
|
|
|
This method is to build the transport phase , here load the corresponding handlers and added them in to correct phase
|
|
De-allocate memory
|
|
this method is used to get the actual phase object given in the phase array list
|
|
Method isPhaseExist
|