|
Public Attributes |
axis2_status_t(* | free )(axis2_transport_in_desc_t *transport_in_desc, const axis2_env_t *env) |
axis2_status_t(* | free_void_arg )(void *transport_in, const axis2_env_t *env) |
const axis2_qname_t *(* | get_qname )(const axis2_transport_in_desc_t *transport_in, const axis2_env_t *env) |
axis2_status_t(* | set_qname )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env, const axis2_qname_t *qname) |
axis2_flow *(* | get_in_flow )(const axis2_transport_in_desc_t *transport_in, const axis2_env_t *env) |
axis2_status_t(* | set_in_flow )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env, struct axis2_flow *in_flow) |
axis2_flow *(* | get_fault_in_flow )(const axis2_transport_in_desc_t *transport_in, const axis2_env_t *env) |
axis2_status_t(* | set_fault_in_flow )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env, struct axis2_flow *fault_in_flow) |
axis2_transport_receiver *(* | get_recv )(const axis2_transport_in_desc_t *transport_in, const axis2_env_t *env) |
axis2_status_t(* | set_recv )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env, struct axis2_transport_receiver *recv) |
axis2_phase *(* | get_in_phase )(const axis2_transport_in_desc_t *transport_in, const axis2_env_t *env) |
axis2_status_t(* | set_in_phase )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env, struct axis2_phase *in_phase) |
axis2_phase *(* | get_fault_phase )(const axis2_transport_in_desc_t *transport_in, const axis2_env_t *env) |
axis2_status_t(* | set_fault_phase )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env, struct axis2_phase *fault_phase) |
axis2_status_t(* | add_param )(axis2_transport_in_desc_t *transport_in_desc, const axis2_env_t *env, axis2_param_t *param) |
axis2_param_t *(* | get_param )(const axis2_transport_in_desc_t *transport_in_desc, const axis2_env_t *env, const axis2_char_t *param_name) |
axis2_bool_t(* | is_param_locked )(axis2_transport_in_desc_t *transport_in_desc, const axis2_env_t *env, const axis2_char_t *param_name) |