Main Page | Modules | Class List | Directories | File List | Class Members | File Members

axis2_any_content_type.h File Reference

Axis2 core addressing interface. More...

#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2.h>
#include <axis2_hash.h>
#include <axis2_qname.h>

Go to the source code of this file.

Defines

#define AXIS2_ANY_CONTENT_TYPE_ADD_VALUE(any_content_type, env, qname, value)   ((any_content_type)->ops->add_value(any_content_type, env, qname, value))
#define AXIS2_ANY_CONTENT_TYPE_GET_VALUE(any_content_type, env, qname)   ((any_content_type)->ops->get_value(any_content_type, env, qname))
#define AXIS2_ANY_CONTENT_TYPE_GET_VALUE_MAP(any_content_type, env)   ((any_content_type)->ops->get_value_map(any_content_type, env))
#define AXIS2_ANY_CONTENT_TYPE_FREE(any_content_type, env)   ((any_content_type)->ops->free(any_content_type, env))

Typedefs

typedef axis2_any_content_type_ops axis2_any_content_type_ops_t
 Dispatcher operations struct.
typedef axis2_any_content_type axis2_any_content_type_t
 Dispatcher struct.

Functions

axis2_any_content_type_taxis2_any_content_type_create (axis2_env_t **env)


Detailed Description

Axis2 core addressing interface.


Generated on Wed Dec 7 07:58:25 2005 for Axis2/C by  doxygen 1.4.2