Configurable Component
[Woden/C project]


Classes

struct  woden_configurable_component_ops
struct  woden_configurable_component

Defines

#define WODEN_CONFIGURABLE_COMPONENT_FREE(configurable_component, env)
#define WODEN_CONFIGURABLE_COMPONENT_TO_CONFIGURABLE_COMPONENT_FREE(configurable_component, env)
#define WODEN_CONFIGURABLE_COMPONENT_TYPE(configurable_component, env)
#define WODEN_CONFIGURABLE_COMPONENT_GET_FEATURES(configurable_component, env)
#define WODEN_CONFIGURABLE_COMPONENT_GET_PROPERTIES(configurable_component, env)

Functions

axis2_status_t woden_configurable_component_resolve_methods (woden_configurable_component_t *configurable_component, const axis2_env_t *env, axis2_hash_t *methods)

Define Documentation

#define WODEN_CONFIGURABLE_COMPONENT_FREE ( configurable_component,
env   ) 

Value:

(((woden_configurable_component_t *) configurable_component)->ops->\
         free (configurable_component, env))

#define WODEN_CONFIGURABLE_COMPONENT_GET_FEATURES ( configurable_component,
env   ) 

Value:

(((woden_configurable_component_t *) configurable_component)->ops->\
         get_features(configurable_component, env))

#define WODEN_CONFIGURABLE_COMPONENT_GET_PROPERTIES ( configurable_component,
env   ) 

Value:

(((woden_configurable_component_t *) configurable_component)->ops->\
         get_properties(configurable_component, env))

#define WODEN_CONFIGURABLE_COMPONENT_TO_CONFIGURABLE_COMPONENT_FREE ( configurable_component,
env   ) 

Value:

(((woden_configurable_component_t *) configurable_component)->ops->\
         to_configurable_component_free (configurable_component, env))

#define WODEN_CONFIGURABLE_COMPONENT_TYPE ( configurable_component,
env   ) 

Value:

(((woden_configurable_component_t *) configurable_component)->ops->\
         type (configurable_component, env))


Generated on Tue Oct 3 18:21:15 2006 for Axis2/C by  doxygen 1.4.7