Classes | |
struct | woden_configurable_element_ops |
struct | woden_configurable_element |
Defines | |
#define | WODEN_CONFIGURABLE_ELEMENT_FREE(conf_el, env) |
#define | WODEN_CONFIGURABLE_ELEMENT_TYPE(conf_el, env) |
#define | WODEN_CONFIGURABLE_ELEMENT_ADD_FEATURE_ELEMENT(conf_el, env, feature) |
#define | WODEN_CONFIGURABLE_ELEMENT_GET_FEATURE_ELEMENTS(conf_el, env) |
#define | WODEN_CONFIGURABLE_ELEMENT_ADD_PROPERTY_ELEMENT(conf_el, env, property) |
#define | WODEN_CONFIGURABLE_ELEMENT_GET_PROPERTY_ELEMENTS(conf_el, env) |
Functions | |
axis2_status_t | woden_configurable_element_resolve_methods (woden_configurable_element_t *configurable_element, const axis2_env_t *env, axis2_hash_t *methods) |
|
Value: (((woden_configurable_element_t *) conf_el)->ops->\ add_feature_element(conf_el, env, feature)) |
|
Value: (((woden_configurable_element_t *) conf_el)->ops->\ add_property_element(conf_el, env, property)) |
|
Value: (((woden_configurable_element_t *) conf_el)->ops->\ free (conf_el, env)) |
|
Value: (((woden_configurable_element_t *) conf_el)->ops->\ get_feature_elements(conf_el, env)) |
|
Value: (((woden_configurable_element_t *) conf_el)->ops->\ get_property_elements(conf_el, env)) |
|
Value: (((woden_configurable_element_t *) conf_el)->ops->\ type (conf_el, env)) |