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

axis2_transport_in_desc.h File Reference

Axis2 description transport in interface. More...

#include <axis2_const.h>
#include <axis2_error.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_allocator.h>
#include <axis2_qname.h>
#include <axis2_array_list.h>
#include <axis2_phase_meta.h>
#include <axis2_phase.h>
#include <axis2_flow.h>

Go to the source code of this file.

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))

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_taxis2_transport_in_desc_create_with_qname (const axis2_env_t *env, axis2_qname_t *qname)


Detailed Description

Axis2 description transport in interface.


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