woden_documentation.h File Reference

Axis2 Documentation Interface This class implements support for parsing, creating and manipulating a WSDL 2.0 <wsdl:documentation> XML element. The <wsdl:documentation> element may contain mixed content, but this class does not attempt to understand that content. Instead it just wraps the <wsdl:documentation> element's content model as a void *. More...

#include <woden.h>
#include <woden_documentation_element.h>
#include <woden_wsdl_element.h>

Go to the source code of this file.

Classes

struct  woden_documentation_ops
union  woden_documentation_base
struct  woden_documentation

Defines

#define WODEN_DOCUMENTATION_FREE(documentation, env)   (((woden_documentation_t *) documentation)->ops->free(documentation, env))
#define WODEN_DOCUMENTATION_SUPER_OBJS(documentation, env)
#define WODEN_DOCUMENTATION_TYPE(documentation, env)   (((woden_documentation_t *) documentation)->ops->type(documentation, env))
#define WODEN_DOCUMENTATION_GET_BASE_IMPL(documentation, env)

Typedefs

typedef woden_documentation_base woden_documentation_base_t
typedef woden_documentation woden_documentation_t
typedef woden_documentation_ops woden_documentation_ops_t

Functions

AXIS2_EXTERN woden_documentation_t * woden_documentation_create (const axis2_env_t *env)
AXIS2_EXTERN woden_documentation_t * woden_documentation_to_documentation_element (void *documentation, const axis2_env_t *env)
AXIS2_EXTERN woden_documentation_t * woden_documentation_to_attr_extensible (void *documentation, const axis2_env_t *env)
AXIS2_EXTERN woden_documentation_t * woden_documentation_to_element_extensible (void *documentation, const axis2_env_t *env)
AXIS2_EXTERN axis2_status_t woden_documentation_resolve_methods (woden_documentation_t *documentation, const axis2_env_t *env, woden_documentation_t *documentation_impl, axis2_hash_t *methods)


Detailed Description

Axis2 Documentation Interface This class implements support for parsing, creating and manipulating a WSDL 2.0 <wsdl:documentation> XML element. The <wsdl:documentation> element may contain mixed content, but this class does not attempt to understand that content. Instead it just wraps the <wsdl:documentation> element's content model as a void *.


Generated on Wed Dec 20 20:14:12 2006 for Axis2/C by  doxygen 1.5.1