#include <axis2_wsdl_extensible_component.h>
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) |
|
Will add a
|
|
Will add the property to the component properties. If the property is null it will not be added.
|
|
De-allocate memory
|
|
Will return the
|
|
Returns the Component Properties. If none exist an empty list will be returned.
|