Files | |
file | axis2_transport_in_desc.h |
Axis2 description transport in interface. | |
Classes | |
struct | axis2_transport_in_desc_ops |
struct | axis2_transport_in_desc |
Defines | |
#define | AXIS2_TRANSPORT_IN_DESC_FREE(transport_in_desc, env) ((transport_in_desc)->ops->free (transport_in_desc, env)) |
#define | AXIS2_TRANSPORT_IN_DESC_GET_QNAME(transport_in_desc, env) ((transport_in_desc)->ops->get_qname (transport_in_desc, env)) |
#define | AXIS2_TRANSPORT_IN_DESC_SET_QNAME(transport_in_desc, env, qname) ((transport_in_desc)->ops->set_qname (transport_in_desc, env, qname)) |
#define | AXIS2_TRANSPORT_IN_DESC_GET_IN_FLOW(transport_in_desc, env) ((transport_in_desc)->ops->get_in_flow (transport_in_desc, env)) |
#define | AXIS2_TRANSPORT_IN_DESC_SET_IN_FLOW(transport_in_desc, env, in_flow) ((transport_in_desc)->ops->set_in_flow (transport_in_desc, env, in_flow)) |
#define | AXIS2_TRANSPORT_IN_DESC_GET_FAULT_IN_FLOW(transport_in_desc, env) ((transport_in_desc)->ops->get_fault_in_flow (transport_in_desc, env)) |
#define | AXIS2_TRANSPORT_IN_DESC_SET_FAULT_IN_FLOW(transport_in_desc, env, fault_in_flow) ((transport_in_desc)->ops->set_fault_in_flow (transport_in_desc, env, fault_in_flow)) |
#define | AXIS2_TRANSPORT_IN_DESC_GET_RECV(transport_in_desc, env) ((transport_in_desc)->ops->get_recv (transport_in_desc, env)) |
#define | AXIS2_TRANSPORT_IN_DESC_SET_RECV(transport_in_desc, env, recv) ((transport_in_desc)->ops->set_recv (transport_in_desc, env, recv)) |
#define | AXIS2_TRANSPORT_IN_DESC_GET_IN_PHASE(transport_in_desc, env) ((transport_in_desc)->ops->get_in_phase (transport_in_desc, env)) |
#define | AXIS2_TRANSPORT_IN_DESC_SET_IN_PHASE(transport_in_desc, env, in_phase) ((transport_in_desc)->ops->set_in_phase (transport_in_desc, env, in_phase)) |
#define | AXIS2_TRANSPORT_IN_DESC_GET_FAULT_PHASE(transport_in_desc, env) ((transport_in_desc)->ops->get_fault_phase (transport_in_desc, env)) |
#define | AXIS2_TRANSPORT_IN_DESC_SET_FAULT_PHASE(transport_in_desc, env, fault_phase) ((transport_in_desc)->ops->set_fault_phase (transport_in_desc, env, fault_phase)) |
#define | AXIS2_TRANSPORT_IN_DESC_ADD_PARAM(transport_in_desc, env, param) ((transport_in_desc)->ops->add_param (transport_in_desc, env, param)) |
#define | AXIS2_TRANSPORT_IN_DESC_GET_PARAM(transport_in_desc, env, param_name) ((transport_in_desc)->ops->get_param (transport_in_desc, env, param_name)) |
#define | AXIS2_TRANSPORT_IN_DESC_IS_PARAM_LOCKED(transport_in_desc, env, param_name) ((transport_in_desc)->ops->is_param_locked (transport_in_desc, env, param_name)) |
Typedefs | |
typedef axis2_transport_in_desc | axis2_transport_in_desc_t |
typedef axis2_transport_in_desc_ops | axis2_transport_in_desc_ops_t |
Functions | |
AXIS2_EXTERN axis2_transport_in_desc_t * | axis2_transport_in_desc_create_with_qname (const axis2_env_t *env, const axis2_qname_t *qname) |
axis2_status_t | axis2_transport_in_desc_free_void_arg (void *transport_in, const axis2_env_t *env) |
#define AXIS2_TRANSPORT_IN_DESC_ADD_PARAM | ( | transport_in_desc, | |||
env, | |||||
param | ) | ((transport_in_desc)->ops->add_param (transport_in_desc, env, param)) |
Adds parameter.
#define AXIS2_TRANSPORT_IN_DESC_FREE | ( | transport_in_desc, | |||
env | ) | ((transport_in_desc)->ops->free (transport_in_desc, env)) |
Frees transport in description.
#define AXIS2_TRANSPORT_IN_DESC_GET_FAULT_IN_FLOW | ( | transport_in_desc, | |||
env | ) | ((transport_in_desc)->ops->get_fault_in_flow (transport_in_desc, env)) |
Gets fault flow.
#define AXIS2_TRANSPORT_IN_DESC_GET_FAULT_PHASE | ( | transport_in_desc, | |||
env | ) | ((transport_in_desc)->ops->get_fault_phase (transport_in_desc, env)) |
Gets fault phase.
#define AXIS2_TRANSPORT_IN_DESC_GET_IN_FLOW | ( | transport_in_desc, | |||
env | ) | ((transport_in_desc)->ops->get_in_flow (transport_in_desc, env)) |
Gets in flow.
#define AXIS2_TRANSPORT_IN_DESC_GET_IN_PHASE | ( | transport_in_desc, | |||
env | ) | ((transport_in_desc)->ops->get_in_phase (transport_in_desc, env)) |
Gets in phase.
#define AXIS2_TRANSPORT_IN_DESC_GET_PARAM | ( | transport_in_desc, | |||
env, | |||||
param_name | ) | ((transport_in_desc)->ops->get_param (transport_in_desc, env, param_name)) |
Gets named parameter.
#define AXIS2_TRANSPORT_IN_DESC_GET_QNAME | ( | transport_in_desc, | |||
env | ) | ((transport_in_desc)->ops->get_qname (transport_in_desc, env)) |
Gets QName.
#define AXIS2_TRANSPORT_IN_DESC_GET_RECV | ( | transport_in_desc, | |||
env | ) | ((transport_in_desc)->ops->get_recv (transport_in_desc, env)) |
Gets transport receiver.
#define AXIS2_TRANSPORT_IN_DESC_IS_PARAM_LOCKED | ( | transport_in_desc, | |||
env, | |||||
param_name | ) | ((transport_in_desc)->ops->is_param_locked (transport_in_desc, env, param_name)) |
Checks if the named parameter is locked.
#define AXIS2_TRANSPORT_IN_DESC_SET_FAULT_IN_FLOW | ( | transport_in_desc, | |||
env, | |||||
fault_in_flow | ) | ((transport_in_desc)->ops->set_fault_in_flow (transport_in_desc, env, fault_in_flow)) |
Sets fault flow.
#define AXIS2_TRANSPORT_IN_DESC_SET_FAULT_PHASE | ( | transport_in_desc, | |||
env, | |||||
fault_phase | ) | ((transport_in_desc)->ops->set_fault_phase (transport_in_desc, env, fault_phase)) |
Sets fault phase.
#define AXIS2_TRANSPORT_IN_DESC_SET_IN_FLOW | ( | transport_in_desc, | |||
env, | |||||
in_flow | ) | ((transport_in_desc)->ops->set_in_flow (transport_in_desc, env, in_flow)) |
Sets in flow.
#define AXIS2_TRANSPORT_IN_DESC_SET_IN_PHASE | ( | transport_in_desc, | |||
env, | |||||
in_phase | ) | ((transport_in_desc)->ops->set_in_phase (transport_in_desc, env, in_phase)) |
Sets in phase.
#define AXIS2_TRANSPORT_IN_DESC_SET_QNAME | ( | transport_in_desc, | |||
env, | |||||
qname | ) | ((transport_in_desc)->ops->set_qname (transport_in_desc, env, qname)) |
Sets QName.
#define AXIS2_TRANSPORT_IN_DESC_SET_RECV | ( | transport_in_desc, | |||
env, | |||||
recv | ) | ((transport_in_desc)->ops->set_recv (transport_in_desc, env, recv)) |
Sets transport receiver.
typedef struct axis2_transport_in_desc_ops axis2_transport_in_desc_ops_t |
Type name for struct axis2_transport_in_desc_ops
typedef struct axis2_transport_in_desc axis2_transport_in_desc_t |
Type name for struct axis2_transport_in_desc
AXIS2_EXTERN axis2_transport_in_desc_t* axis2_transport_in_desc_create_with_qname | ( | const axis2_env_t * | env, | |
const axis2_qname_t * | qname | |||
) |
Creates transport in description with given QName.
env | pointer to environment struct | |
qname | pointer to QName |
axis2_status_t axis2_transport_in_desc_free_void_arg | ( | void * | transport_in, | |
const axis2_env_t * | env | |||
) |
Frees transport in description given as a void parameter.
transport_in | pointer to transport in description as a void pointer | |
env | pointer to environment struct |