Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

Wsdl Component


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

Define Documentation

#define AXIS2_WSDL_COMPONENT_SET_COMPONENT_PROPERTIES wsdl_component,
env,
properties   ) 
 

Value:

((wsdl_component)->ops->set_component_properties(wsdl_component , env, \
            properties))

#define AXIS2_WSDL_COMPONENT_SET_COMPONENT_PROPERTY wsdl_component,
env,
key,
value   ) 
 

Value:

((wsdl_component)->ops->set_component_property(wsdl_component, env,\
            key, value))


Function Documentation

AXIS2_EXTERN axis2_wsdl_component_t* axis2_wsdl_component_create const axis2_env_t env  ) 
 

create Wsdl Component struct

Returns:
pointer to newly created wsdl component


Generated on Fri Jun 16 18:02:47 2006 for Axis2/C by  doxygen 1.4.2