axis2_wsdl_extensible_component_ops Struct Reference
[Wsdl Extensible Component]

Wsdl Extensible Component ops struct Encapsulator struct for ops of axis2_wsdl_extensible_component. More...

#include <axis2_wsdl_extensible_component.h>

List of all members.

Public Attributes

axis2_status_t(* free )(axis2_wsdl_extensible_component_t *wsdl_extensible_component, const axis2_env_t *env)
axis2_status_t(* add_feature )(axis2_wsdl_extensible_component_t *extensible_component, const axis2_env_t *env, struct axis2_wsdl_feature *wsdl_feature)
axis2_linked_list_t *(* get_features )(axis2_wsdl_extensible_component_t *extensible_component, const axis2_env_t *env)
axis2_status_t(* add_property )(axis2_wsdl_extensible_component_t *extensible_component, const axis2_env_t *env, struct axis2_wsdl_property *wsdl_property)
axis2_linked_list_t *(* get_properties )(axis2_wsdl_extensible_component_t *extensible_component, const axis2_env_t *env)


Detailed Description

Wsdl Extensible Component ops struct Encapsulator struct for ops of axis2_wsdl_extensible_component.


Member Data Documentation

axis2_status_t( * axis2_wsdl_extensible_component_ops::add_feature)(axis2_wsdl_extensible_component_t *extensible_component, const axis2_env_t *env, struct axis2_wsdl_feature *wsdl_feature)
 

Will add a WSDLFeature to the feature list. If feature is null it will not be added. ExtensibleComponent

Parameters:
wsdl_feature 

axis2_status_t( * axis2_wsdl_extensible_component_ops::add_property)(axis2_wsdl_extensible_component_t *extensible_component, const axis2_env_t *env, struct axis2_wsdl_property *wsdl_property)
 

Will add the property to the component properties. If the property is null it will not be added.

Parameters:
wsdlProperty 

axis2_status_t( * axis2_wsdl_extensible_component_ops::free)(axis2_wsdl_extensible_component_t *wsdl_extensible_component, const axis2_env_t *env)
 

De-allocate memory

Returns:
status code

axis2_linked_list_t*( * axis2_wsdl_extensible_component_ops::get_features)(axis2_wsdl_extensible_component_t *extensible_component, const axis2_env_t *env)
 

Will return the WSDLFeatures. If there aren't any features an empty list will be returned.

Returns:

axis2_linked_list_t*( * axis2_wsdl_extensible_component_ops::get_properties)(axis2_wsdl_extensible_component_t *extensible_component, const axis2_env_t *env)
 

Returns the Component Properties. If none exist an empty list will be returned.

Returns:


The documentation for this struct was generated from the following file:
Generated on Thu Aug 31 17:32:41 2006 for Axis2/C by  doxygen 1.4.6