#include <woden.h>
#include <woden_binding_msg_ref_element.h>
#include <woden_nested_configurable.h>
#include <axis2_qname.h>
Go to the source code of this file.
Classes | |
struct | woden_binding_msg_ref_ops |
union | woden_binding_msg_ref_base |
struct | woden_binding_msg_ref |
Defines | |
#define | WODEN_BINDING_MSG_REF_FREE(binding_msg_ref, env) (((woden_binding_msg_ref_t *) binding_msg_ref)->ops->free(binding_msg_ref, env)) |
#define | WODEN_BINDING_MSG_REF_TO_BINDING_MSG_REF_FREE(binding_msg_ref, env) (((woden_binding_msg_ref_t *) binding_msg_ref)->ops->to_binding_msg_ref_free(binding_msg_ref, env)) |
#define | WODEN_BINDING_MSG_REF_SUPER_OBJS(binding_msg_ref, env) (((woden_binding_msg_ref_t *) binding_msg_ref)->ops->super_objs(binding_msg_ref, env)) |
#define | WODEN_BINDING_MSG_REF_TYPE(binding_msg_ref, env) (((woden_binding_msg_ref_t *) binding_msg_ref)->ops->type(binding_msg_ref, env)) |
#define | WODEN_BINDING_MSG_REF_GET_BASE_IMPL(binding_msg_ref, env) (((woden_binding_msg_ref_t *) binding_msg_ref)->ops->get_base_impl(binding_msg_ref, env)) |
#define | WODEN_BINDING_MSG_REF_GET_INTERFACE_MSG_REF(binding_msg_ref, env) |
#define | WODEN_BINDING_MSG_REF_TO_ELEMENT(binding_msg_ref, env) |
#define | WODEN_BINDING_MSG_REF_SET_INTERFACE_MSG_REF_ELEMENT(binding_msg_ref, env, int_msg_ref) |
Typedefs | |
typedef woden_binding_msg_ref_base | woden_binding_msg_ref_base_t |
typedef woden_binding_msg_ref | woden_binding_msg_ref_t |
typedef woden_binding_msg_ref_ops | woden_binding_msg_ref_ops_t |
Functions | |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_create (const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_binding_msg_ref_element (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_nested_configurable (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_configurable (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_wsdl_obj (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_nested_element (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_wsdl_component (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_configurable_element (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_documentable_element (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_documentable (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_attr_extensible (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN woden_binding_msg_ref_t * | woden_binding_msg_ref_to_element_extensible (void *binding_msg_ref, const axis2_env_t *env) |
AXIS2_EXTERN axis2_status_t | woden_binding_msg_ref_resolve_methods (woden_binding_msg_ref_t *binding_msg_ref, const axis2_env_t *env, woden_binding_msg_ref_t *binding_msg_ref_impl, axis2_hash_t *methods) |