|
Classes |
struct | woden_wsdl10_endpoint_ops |
union | woden_wsdl10_endpoint_base |
struct | woden_wsdl10_endpoint |
Defines |
#define | WODEN_WSDL10_ENDPOINT_FREE(endpoint, env) (((woden_wsdl10_endpoint_t *) endpoint)->ops->free(endpoint, env)) |
#define | WODEN_WSDL10_ENDPOINT_SUPER_OBJS(endpoint, env) (((woden_wsdl10_endpoint_t *) endpoint)->ops->super_objs(endpoint, env)) |
#define | WODEN_WSDL10_ENDPOINT_TYPE(endpoint, env) (((woden_wsdl10_endpoint_t *) endpoint)->ops->type(endpoint, env)) |
#define | WODEN_WSDL10_ENDPOINT_GET_BASE_IMPL(endpoint, env) (((woden_wsdl10_endpoint_t *) endpoint)->ops->get_base_impl(endpoint, env)) |
#define | WODEN_WSDL10_ENDPOINT_GET_NAME(endpoint, env) |
#define | WODEN_WSDL10_ENDPOINT_GET_BINDING(endpoint, env) |
#define | WODEN_WSDL10_ENDPOINT_GET_ADDRESS(endpoint, env) |
#define | WODEN_WSDL10_ENDPOINT_SET_BINDING_ELEMENT(endpoint, env, binding) |
Typedefs |
typedef woden_wsdl10_endpoint_base | woden_wsdl10_endpoint_base_t |
typedef woden_wsdl10_endpoint | woden_wsdl10_endpoint_t |
typedef woden_wsdl10_endpoint_ops | woden_wsdl10_endpoint_ops_t |
Functions |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_create (const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_endpoint_element (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_nested_element (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_documentable_element (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_nested_configurable (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_configurable (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_nested_component (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_configurable_component (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_wsdl_component (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_configurable_element (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_documentable (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_attr_extensible (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN woden_wsdl10_endpoint_t * | woden_wsdl10_endpoint_to_element_extensible (void *endpoint, const axis2_env_t *env) |
AXIS2_EXTERN axis2_status_t | woden_wsdl10_endpoint_resolve_methods (woden_wsdl10_endpoint_t *endpoint, const axis2_env_t *env, woden_wsdl10_endpoint_t *endpoint_impl, axis2_hash_t *methods) |