Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

Transport in


Classes

struct  axis2_transport_in_desc_ops
 Description Transport In ops struct Encapsulator struct for ops of axis2_transport_in_desc. More...
struct  axis2_transport_in_desc
 Transport In struct. More...

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_INFLOW(transport_in_desc, env)   ((transport_in_desc)->ops->get_inflow (transport_in_desc, env))
#define AXIS2_TRANSPORT_IN_DESC_SET_INFLOW(transport_in_desc, env, inflow)   ((transport_in_desc)->ops->set_inflow (transport_in_desc, env, inflow))
#define AXIS2_TRANSPORT_IN_DESC_GET_FAULTFLOW(transport_in_desc, env)   ((transport_in_desc)->ops->get_faultflow (transport_in_desc, env))
#define AXIS2_TRANSPORT_IN_DESC_SET_FAULTFLOW(transport_in_desc, env, faultflow)   ((transport_in_desc)->ops->set_faultflow (transport_in_desc, env, faultflow))
#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_FAULTPHASE(transport_in_desc, env)   ((transport_in_desc)->ops->get_faultphase (transport_in_desc, env))
#define AXIS2_TRANSPORT_IN_DESC_SET_FAULTPHASE(transport_in_desc, env, faultphase)   ((transport_in_desc)->ops->set_faultphase (transport_in_desc, env, faultphase))
#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))

Functions

AXIS2_EXTERN axis2_transport_in_desc_taxis2_transport_in_desc_create_with_qname (const axis2_env_t *env, axis2_qname_t *qname)

Function Documentation

AXIS2_EXTERN axis2_transport_in_desc_t* axis2_transport_in_desc_create_with_qname const axis2_env_t env,
axis2_qname_t *  qname
 

Creates phase holder struct

Returns:
pointer to newly created phase holder


Generated on Fri Jun 16 18:02:47 2006 for Axis2/C by  doxygen 1.4.2