#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.
Classes | |
struct | woden_direction_ops |
struct | woden_direction |
Defines | |
#define | WODEN_DIRECTION_FREE(direction, env) |
#define | WODEN_DIRECTION_TO_STRING(direction, env) |
Typedefs | |
typedef woden_direction | woden_direction_t |
typedef woden_direction_ops | woden_direction_ops_t |
Functions | |
AXIS2_EXTERN woden_direction_t * | woden_direction_get_direction_in (const axis2_env_t *env) |
AXIS2_EXTERN woden_direction_t * | woden_direction_get_direction_out (const axis2_env_t *env) |
The property is represented in XML by the message or fault reference element's tag name:
Examples:
WODEN_INTERFACE_MSG_REF_SET_DIRECTION(intf_msg_ref, env, WODEN_IN); if(0 == AXIS2_STRCMP(WODEN_IN,WODEN_INTERFACE_GET_DIRECTION( intf_msg_ref, env)) ...