#include <axis2_const.h>
#include <axis2_error.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_allocator.h>
#include <axis2_linked_list.h>
#include <axis2_wsdl_feature.h>
#include <axis2_wsdl_property.h>
#include <axis2_wsdl_component.h>
Go to the source code of this file.
Defines | |
#define | AXIS2_WSDL_EXTENSIBLE_COMPONENT_FREE(extensible_component, env) ((extensible_component)->ops->free (extensible_component, env)) |
#define | AXIS2_WSDL_EXTENSIBLE_COMPONENT_ADD_FEATURE(extensible_component, env, feature) ((extensible_component)->ops->add_feature (extensible_component, env, feature)) |
#define | AXIS2_WSDL_EXTENSIBLE_COMPONENT_GET_FEATURES(extensible_component, env) ((extensible_component)->ops->get_features (extensible_component, env)) |
#define | AXIS2_WSDL_EXTENSIBLE_COMPONENT_ADD_PROPERTY(extensible_component, env, property) ((extensible_component)->ops->add_property (extensible_component, env, property)) |
#define | AXIS2_WSDL_EXTENSIBLE_COMPONENT_GET_PROPERTIES(extensible_component, env) ((extensible_component)->ops->get_properties (extensible_component, env)) |
Typedefs | |
typedef axis2_wsdl_extensible_component | axis2_wsdl_extensible_component_t |
typedef axis2_wsdl_extensible_component_ops | axis2_wsdl_extensible_component_ops_t |
Functions | |
AXIS2_EXTERN axis2_wsdl_extensible_component_t * | axis2_wsdl_extensible_component_create (const axis2_env_t *env) |