#include <axis2_any_content_type.h>
Public Attributes | |
axis2_status_t(* | add_value )(struct axis2_any_content_type *any_content_type, const axis2_env_t *env, axis2_qname_t *qname, axis2_char_t *value) |
axis2_char_t *(* | get_value )(const axis2_any_content_type_t *any_content_type, const axis2_env_t *env, axis2_qname_t *qname) |
axis2_hash_t *(* | get_value_map )(const axis2_any_content_type_t *any_content_type, const axis2_env_t *env) |
axis2_status_t(* | free )(struct axis2_any_content_type *any_content_type, const axis2_env_t *env) |
|
Adds given value to the content value map.
|
|
Frees the given any_content_type struct
|
|
Gets the value from the content value map.
|
|
Gets the map of values
|