Classes | |
struct | woden_wsdl_component_ops |
struct | woden_wsdl_component |
Defines | |
#define | WODEN_WSDL_COMPONENT_FREE(wsdl_component, env) |
#define | WODEN_WSDL_COMPONENT_TO_WSDL_COMPONENT_FREE(wsdl_component, env) |
#define | WODEN_WSDL_COMPONENT_TYPE(wsdl_component, env) |
#define | WODEN_WSDL_COMPONENT_GET_COMPONENT_EXTS_FOR_NAMESPACE(wsdl_component, env, namespc) |
Functions | |
axis2_status_t | woden_wsdl_component_resolve_methods (woden_wsdl_component_t *wsdl_component, const axis2_env_t *env, axis2_hash_t *methods) |
#define WODEN_WSDL_COMPONENT_FREE | ( | wsdl_component, | |||
env | ) |
Value:
(((woden_wsdl_component_t *) wsdl_component)->ops->\ free (wsdl_component, env))
#define WODEN_WSDL_COMPONENT_GET_COMPONENT_EXTS_FOR_NAMESPACE | ( | wsdl_component, | |||
env, | |||||
namespc | ) |
Value:
(((woden_wsdl_component_t *) wsdl_component)->ops->\ get_component_exts_for_namespace(wsdl_component, env, namespc))
#define WODEN_WSDL_COMPONENT_TO_WSDL_COMPONENT_FREE | ( | wsdl_component, | |||
env | ) |
Value:
(((woden_wsdl_component_t *) wsdl_component)->ops->\ to_wsdl_component_free (wsdl_component, env))
#define WODEN_WSDL_COMPONENT_TYPE | ( | wsdl_component, | |||
env | ) |
Value:
(((woden_wsdl_component_t *) wsdl_component)->ops->\ type (wsdl_component, env))