Wsdl Extensible Element


Classes

struct  axis2_wsdl_soap_op_ops
 Wsdl Extensible Element ops struct Encapsulator struct for ops of axis2_wsdl_soap_op. More...
struct  axis2_wsdl_soap_op
 Wsdl container struct Property for params. More...

Defines

#define AXIS2_WSDL_SOAP_OP_FREE(soap_op, env)   ((soap_op)->ops->free (soap_op, env))
#define AXIS2_WSDL_SOAP_OP_GET_STYLE(soap_op, env)   ((soap_op)->ops->get_style (soap_op, env))
#define AXIS2_WSDL_SOAP_OP_SET_STYLE(soap_op, env, style)   ((soap_op)->ops->set_style (soap_op, env, style))
#define AXIS2_WSDL_SOAP_OP_GET_SOAP_ACTION(soap_op, env)   ((soap_op)->ops->get_soap_action (soap_op, env))
#define AXIS2_WSDL_SOAP_OP_SET_SOAP_ACTION(soap_op, env, soap_action)   ((soap_op)->ops->set_soap_action (soap_op, env, soap_action))

Functions

AXIS2_EXTERN axis2_wsdl_soap_op_taxis2_wsdl_soap_op_create (const axis2_env_t *env)
AXIS2_EXTERN axis2_wsdl_soap_op_taxis2_wsdl_soap_op_create_with_type (const axis2_env_t *env, axis2_qname_t *type)

Function Documentation

AXIS2_EXTERN axis2_wsdl_soap_op_t* axis2_wsdl_soap_op_create ( const axis2_env_t env  ) 

Creates wsdl property struct

Returns:
pointer to newly created wsdl property

AXIS2_EXTERN axis2_wsdl_soap_op_t* axis2_wsdl_soap_op_create_with_type ( const axis2_env_t env,
axis2_qname_t *  type 
)

Creates wsdl property struct

Parameters:
type 
Returns:
pointer to newly created wsdl property


Generated on Wed Dec 20 20:14:13 2006 for Axis2/C by  doxygen 1.5.1