|
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)) |
Functions |
AXIS2_EXTERN axis2_wsdl_component_t * | axis2_wsdl_component_create (const axis2_env_t *env) |