woden_wsdl10_desc.h File Reference

Axis2 Description Interface This class provides the implementation for a Description component from the WSDL Component Model, as described in the WSDL 2.0 specification. More...

#include <woden.h>
#include <woden_wsdl10_desc_element.h>
#include <woden_wsdl_obj.h>
#include <woden_documentable.h>
#include <woden_wsdl_component.h>

Go to the source code of this file.

Classes

struct  woden_wsdl10_desc_ops
union  woden_wsdl10_desc_base
struct  woden_wsdl10_desc

Defines

#define WODEN_WSDL10_DESC_FREE(desc, env)   (((woden_wsdl10_desc_t *) desc)->ops->free(desc, env))
#define WODEN_WSDL10_DESC_TO_DESC_FREE(desc, env)   (((woden_wsdl10_desc_t *) desc)->ops->to_desc_free(desc, env))
#define WODEN_WSDL10_DESC_SUPER_OBJS(desc, env)   (((woden_wsdl10_desc_t *) desc)->ops->super_objs(desc, env))
#define WODEN_WSDL10_DESC_TYPE(desc, env)   (((woden_wsdl10_desc_t *) desc)->ops->type(desc, env))
#define WODEN_WSDL10_DESC_GET_BASE_IMPL(desc, env)   (((woden_wsdl10_desc_t *) desc)->ops->get_base_impl(desc, env))
#define WODEN_WSDL10_DESC_GET_MSGS(desc, env)
#define WODEN_WSDL10_DESC_GET_INTERFACES(desc, env)
#define WODEN_WSDL10_DESC_GET_BINDINGS(desc, env)
#define WODEN_WSDL10_DESC_GET_SVCS(desc, env)
#define WODEN_WSDL10_DESC_GET_ELEMENT_DECLS(desc, env)
#define WODEN_WSDL10_DESC_GET_ELEMENT_DECL(desc, env, qname)
#define WODEN_WSDL10_DESC_GET_TYPE_DEFS(desc, env)
#define WODEN_WSDL10_DESC_GET_TYPE_DEF(desc, env, qname)
#define WODEN_WSDL10_DESC_TO_ELEMENT(desc, env)
#define WODEN_WSDL10_DESC_ADD_TO_ALL_MSGS(desc, env, msg)
#define WODEN_WSDL10_DESC_ADD_TO_ALL_INTERFACES(desc, env, interface)
#define WODEN_WSDL10_DESC_ADD_TO_ALL_BINDINGS(desc, env, binding)
#define WODEN_WSDL10_DESC_ADD_TO_ALL_SVCS(desc, env, svc)
#define WODEN_WSDL10_DESC_ADD_TO_ALL_ELEMENT_DECLS(desc, env, element_decl)
#define WODEN_WSDL10_DESC_ADD_TO_ALL_TYPE_DEFS(desc, env, type_def)

Typedefs

typedef woden_wsdl10_desc_base woden_wsdl10_desc_base_t
typedef woden_wsdl10_desc woden_wsdl10_desc_t
typedef woden_wsdl10_desc_ops woden_wsdl10_desc_ops_t

Functions

AXIS2_EXTERN woden_wsdl10_desc_t * woden_wsdl10_desc_create (const axis2_env_t *env)
AXIS2_EXTERN woden_wsdl10_desc_t * woden_wsdl10_desc_to_desc_element (void *desc, const axis2_env_t *env)
AXIS2_EXTERN woden_wsdl10_desc_t * woden_wsdl10_desc_to_documentable_element (void *desc, const axis2_env_t *env)
AXIS2_EXTERN woden_wsdl10_desc_t * woden_wsdl10_desc_to_documentable (void *desc, const axis2_env_t *env)
AXIS2_EXTERN woden_wsdl10_desc_t * woden_wsdl10_desc_to_wsdl_obj (void *desc, const axis2_env_t *env)
AXIS2_EXTERN woden_wsdl10_desc_t * woden_wsdl10_desc_to_wsdl_component (void *desc, const axis2_env_t *env)
AXIS2_EXTERN woden_wsdl10_desc_t * woden_wsdl10_desc_to_attr_extensible (void *desc, const axis2_env_t *env)
AXIS2_EXTERN woden_wsdl10_desc_t * woden_wsdl10_desc_to_element_extensible (void *desc, const axis2_env_t *env)
AXIS2_EXTERN axis2_status_t woden_wsdl10_desc_resolve_methods (woden_wsdl10_desc_t *desc, const axis2_env_t *env, woden_wsdl10_desc_t *desc_impl, axis2_hash_t *methods)


Detailed Description

Axis2 Description Interface This class provides the implementation for a Description component from the WSDL Component Model, as described in the WSDL 2.0 specification.

Note: this class is different to the other WSDL implementation classes, which all implement two interfaces; a component model interface and the interface for the corresponding WSDL element. Different implementations are used for the Description component and for the <wsdl:description> element because the latter exposes the composite structure of imported and included WSDL documents, while the Description component 'flattens' this structure into an abstract view of the WSDL. A separate implementation class, Descriptioni Element, exists to represent the <wsdl:description> element.


Generated on Wed Dec 20 20:34:58 2006 for Axis2/C by  doxygen 1.5.1