#include <axis2_const.h>
#include <axis2_error.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_allocator.h>
#include <axis2_string.h>
#include <axis2_hash.h>
#include <axis2_linked_list.h>
#include <axis2_array_list.h>
#include <axis2_wsdl_extensible_element.h>
Go to the source code of this file.
Classes | |
struct | axis2_wsdl_component_ops |
Wsdl Component ops struct Encapsulator struct for ops of axis2_wsdl_component. More... | |
struct | axis2_wsdl_component |
Wsdl Component struct Axis2 Wsdl Component Component is used to hold component properties. More... | |
Defines | |
#define | AXIS2_WSDL_COMPONENT_FREE(wsdl_component, env) ((wsdl_component)->ops->free (wsdl_component, env)) |
#define | AXIS2_WSDL_COMPONENT_SET_COMPONENT_PROPERTIES(wsdl_component, env, properties) |
#define | AXIS2_WSDL_COMPONENT_GET_COMPONENT_PROPERTIES(wsdl_component, env) ((wsdl_component)->ops->get_component_properties(wsdl_component, env)) |
#define | AXIS2_WSDL_COMPONENT_SET_COMPONENT_PROPERTY(wsdl_component, env, key, value) |
#define | AXIS2_WSDL_COMPONENT_GET_COMPONENT_PROPERTY(wsdl_component, env, key) ((wsdl_component)->ops->get_component_property(wsdl_component, env, key)) |
#define | AXIS2_WSDL_COMPONENT_ADD_EXTENSIBILITY_ELEMENT(wsdl_component, env, element) ((wsdl_component)->ops->add_extensibility_element(wsdl_component, env, element)) |
#define | AXIS2_WSDL_COMPONENT_GET_EXTENSIBILITY_ELEMENTS(wsdl_component, env) ((wsdl_component)->ops->get_extensibility_elements(wsdl_component, env)) |
Typedefs | |
typedef axis2_wsdl_component_ops | axis2_wsdl_component_ops_t |
typedef axis2_wsdl_component | axis2_wsdl_component_t |
Functions | |
AXIS2_EXTERN axis2_wsdl_component_t * | axis2_wsdl_component_create (const axis2_env_t *env) |