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

WS Addressing any content type


Classes

struct  axis2_any_content_type_ops
 any_content_type ops struct More...
struct  axis2_any_content_type
 axis2_any_content_type struct More...

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
 any_content_type ops struct
typedef axis2_any_content_type axis2_any_content_type_t
 axis2_any_content_type struct

Functions

AXIS2_EXTERN axis2_any_content_type_taxis2_any_content_type_create (const axis2_env_t *env)

Function Documentation

AXIS2_EXTERN axis2_any_content_type_t* axis2_any_content_type_create const axis2_env_t env  ) 
 

creates an instance of any_content_type struct

Parameters:
env Environment. MUST NOT be NULL.
Returns:
Pointer to the newly created any_content_type instance. Returns NULL on error.


Generated on Fri Jun 16 18:02:45 2006 for Axis2/C by  doxygen 1.4.2