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.

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


Detailed Description

Axis2 description transport in interface.


Generated on Thu Aug 31 17:32:38 2006 for Axis2/C by  doxygen 1.4.6