|
Public Attributes |
axis2_status_t(* | add_handler_at )(struct axis2_phase *phase, const axis2_env_t *env, int index, axis2_handler_t *hander) |
axis2_status_t(* | add_handler )(struct axis2_phase *phase, const axis2_env_t *env, axis2_handler_t *handler) |
axis2_status_t(* | invoke )(struct axis2_phase *phase, const axis2_env_t *env, struct axis2_msg_ctx *msg_ctx) |
axis2_char_t *(* | get_name )(struct axis2_phase *phase, const axis2_env_t *env) |
int(* | get_handler_count )(struct axis2_phase *phase, const axis2_env_t *env) |
axis2_status_t(* | set_first_handler )(struct axis2_phase *phase, const axis2_env_t *env, axis2_handler_t *handler) |
axis2_status_t(* | set_last_handler )(struct axis2_phase *phase, const axis2_env_t *env, axis2_handler_t *handler) |
axis2_status_t(* | add_handler_desc )(struct axis2_phase *phase, const axis2_env_t *env, axis2_handler_desc_t *handler_desc) |
axis2_status_t(* | insert_before )(struct axis2_phase *phase, const axis2_env_t *env, axis2_handler_t *handler) |
axis2_status_t(* | insert_after )(struct axis2_phase *phase, const axis2_env_t *env, axis2_handler_t *handler) |
axis2_status_t(* | insert_before_and_after )(struct axis2_phase *phase, const axis2_env_t *env, axis2_handler_t *handler) |
axis2_status_t(* | insert_handler_desc )(struct axis2_phase *phase, const axis2_env_t *env, axis2_handler_desc_t *handler_desc) |
axis2_array_list_t *(* | get_handlers )(struct axis2_phase *phase, const axis2_env_t *env) |
axis2_status_t(* | invoke_start_from_handler )(struct axis2_phase *phase, const axis2_env_t *env, axis2_qname_t *qname, struct axis2_msg_ctx *msg_ctx) |
axis2_status_t(* | free )(struct axis2_phase *phase, const axis2_env_t *env) |