#include <axis2_allocator.h>
#include <axis2_env.h>
#include <axis2_error.h>
#include <axis2_string.h>
#include <axis2_utils.h>
#include <axis2_hash.h>
#include <axis2_qname.h>
#include <woden.h>
Go to the source code of this file.
Defines | |
#define | WODEN_MSG_LABEL_FREE(msg_label, env) |
#define | WODEN_MSG_LABEL_TO_STRING(msg_label, env) |
#define | WODEN_MSG_LABEL_IS_VALID(msg_label, env) |
#define | WODEN_MSG_LABEL_EQUALS(msg_label, env, other) |
Typedefs | |
typedef woden_msg_label | woden_msg_label_t |
typedef woden_msg_label_ops | woden_msg_label_ops_t |
Functions | |
AXIS2_EXTERN woden_msg_label_t * | woden_msg_label_get_msg_label_in (const axis2_env_t *env) |
AXIS2_EXTERN woden_msg_label_t * | woden_msg_label_get_msg_label_out (const axis2_env_t *env) |
AXIS2_EXTERN woden_msg_label_t * | woden_msg_label_get_invalid_value (const axis2_env_t *env, const axis2_char_t *value) |
The property is represented in XML by the message or fault reference element's tag name:
Examples:
WODEN_INTERFACE_MSG_REF_SET_MSG_LABEL(msg_ref, env, msg_ref->WODEN_IN); if(msg_ref->WODEN_IN == WODEN_INTERFACE_MSG_REF_GET_MSG_LABEL(msg_ref, env)) ...