axis2_wsdl_extensible_component.h File Reference

Axis2 Wsdl extensible component interface. More...

#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.

Classes

struct  axis2_wsdl_extensible_component_ops
 Wsdl Extensible Component ops struct Encapsulator struct for ops of axis2_wsdl_extensible_component. More...
struct  axis2_wsdl_extensible_component
 Wsdl container struct Property for params. More...

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_taxis2_wsdl_extensible_component_create (const axis2_env_t *env)


Detailed Description

Axis2 Wsdl extensible component interface.


Generated on Wed Dec 20 20:34:52 2006 for Axis2/C by  doxygen 1.5.1