#include <axis2_const.h>
#include <axis2_error.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_allocator.h>
#include <axis2_wsdl_component.h>
#include <axis2_wsdl_ext.h>
Go to the source code of this file.
Classes | |
struct | axis2_wsdl_ext_soap_op_ops |
Wsdl Ext Soap Operation ops struct Encapsulator struct for ops of axis2_wsdl_ext_soap_op. More... | |
struct | axis2_wsdl_ext_soap_op |
Wsdl container struct Property for params. More... | |
Defines | |
#define | AXIS2_WSDL_EXT_SOAP_OP_FREE(ext_soap_op, env) ((ext_soap_op)->ops->free (ext_soap_op, env)) |
#define | AXIS2_WSDL_EXT_SOAP_OP_GET_SOAP_ACTION(ext_soap_op, env) ((ext_soap_op)->ops->get_soap_action (ext_soap_op, env)) |
#define | AXIS2_WSDL_EXT_SOAP_OP_SET_SOAP_ACTION(ext_soap_op, env, soap_action) ((ext_soap_op)->ops->set_soap_action (ext_soap_op, env, soap_action)) |
#define | AXIS2_WSDL_EXT_SOAP_OP_GET_STYLE(ext_soap_op, env) ((ext_soap_op)->ops->get_style (ext_soap_op, env)) |
#define | AXIS2_WSDL_EXT_SOAP_OP_SET_STYLE(ext_soap_op, env, style) ((ext_soap_op)->ops->set_style (ext_soap_op, env, style)) |
Typedefs | |
typedef axis2_wsdl_ext_soap_op | axis2_wsdl_ext_soap_op_t |
typedef axis2_wsdl_ext_soap_op_ops | axis2_wsdl_ext_soap_op_ops_t |
Functions | |
AXIS2_EXTERN axis2_wsdl_ext_soap_op_t * | axis2_wsdl_ext_soap_op_create (const axis2_env_t *env, axis2_qname_t *qtype) |