|
Public Attributes |
axis2_status_t(* | free )(axis2_transport_in_desc_t *transport_in_desc, const axis2_env_t *env) |
axis2_qname_t *(* | get_qname )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env) |
axis2_status_t(* | set_qname )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env, axis2_qname_t *qname) |
axis2_flow *(* | get_inflow )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env) |
axis2_status_t(* | set_inflow )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env, struct axis2_flow *inflow) |
axis2_flow *(* | get_faultflow )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env) |
axis2_status_t(* | set_faultflow )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env, struct axis2_flow *faultflow) |
axis2_transport_receiver *(* | get_recv )(struct axis2_transport_in_desc *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 )(struct axis2_transport_in_desc *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_faultphase )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env) |
axis2_status_t(* | set_faultphase )(struct axis2_transport_in_desc *transport_in, const axis2_env_t *env, struct axis2_phase *faultphase) |
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 )(axis2_transport_in_desc_t *transport_in_desc, const axis2_env_t *env, axis2_char_t *param_name) |
axis2_bool_t(* | is_param_locked )(axis2_transport_in_desc_t *transport_in_desc, const axis2_env_t *env, axis2_char_t *param_name) |