message information headers
[WS-Addressing]


Files

file  axis2_msg_info_headers.h
 Axis2 core addressing interface.

Classes

struct  axis2_msg_info_headers_ops
struct  axis2_msg_info_headers

Defines

#define AXIS2_MSG_INFO_HEADERS_GET_TO(msg_info_headers, env)   ((msg_info_headers)->ops->get_to(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_SET_TO(msg_info_headers, env, to)   ((msg_info_headers)->ops->set_to(msg_info_headers, env, to))
#define AXIS2_MSG_INFO_HEADERS_GET_FROM(msg_info_headers, env)   ((msg_info_headers)->ops->get_from(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_SET_FROM(msg_info_headers, env, from)   ((msg_info_headers)->ops->set_from(msg_info_headers, env, from))
#define AXIS2_MSG_INFO_HEADERS_GET_REPLY_TO(msg_info_headers, env)   ((msg_info_headers)->ops->get_reply_to(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_SET_REPLY_TO(msg_info_headers, env, reply_to)   ((msg_info_headers)->ops->set_reply_to(msg_info_headers, env, reply_to))
#define AXIS2_MSG_INFO_HEADERS_SET_REPLY_TO_NONE(msg_info_headers, env, none)   ((msg_info_headers)->ops->set_reply_to_none(msg_info_headers, env, none))
#define AXIS2_MSG_INFO_HEADERS_GET_REPLY_TO_NONE(msg_info_headers, env)   ((msg_info_headers)->ops->get_reply_to_none(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_SET_REPLY_TO_ANONYMOUS(msg_info_headers, env, anonymous)   ((msg_info_headers)->ops->set_reply_to_anonymous(msg_info_headers, env, anonymous))
#define AXIS2_MSG_INFO_HEADERS_GET_REPLY_TO_ANONYMOUS(msg_info_headers, env)   ((msg_info_headers)->ops->get_reply_to_anonymous(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_GET_FAULT_TO(msg_info_headers, env)   ((msg_info_headers)->ops->get_fault_to(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_SET_FAULT_TO(msg_info_headers, env, fault_to)   ((msg_info_headers)->ops->set_fault_to(msg_info_headers, env, fault_to))
#define AXIS2_MSG_INFO_HEADERS_SET_FAULT_TO_NONE(msg_info_headers, env, none)   ((msg_info_headers)->ops->set_fault_to_none(msg_info_headers, env, none))
#define AXIS2_MSG_INFO_HEADERS_GET_FAULT_TO_NONE(msg_info_headers, env)   ((msg_info_headers)->ops->get_fault_to_none(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_SET_FAULT_TO_ANONYMOUS(msg_info_headers, env, anonymous)   ((msg_info_headers)->ops->set_fault_to_anonymous(msg_info_headers, env, anonymous))
#define AXIS2_MSG_INFO_HEADERS_GET_FAULT_TO_ANONYMOUS(msg_info_headers, env)   ((msg_info_headers)->ops->get_fault_to_anonymous(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_GET_ACTION(msg_info_headers, env)   ((msg_info_headers)->ops->get_action(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_SET_ACTION(msg_info_headers, env, action)   ((msg_info_headers)->ops->set_action(msg_info_headers, env, action))
#define AXIS2_MSG_INFO_HEADERS_GET_MESSAGE_ID(msg_info_headers, env)   ((msg_info_headers)->ops->get_message_id(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_SET_MESSAGE_ID(msg_info_headers, env, message_id)   ((msg_info_headers)->ops->set_message_id(msg_info_headers, env, message_id))
#define AXIS2_MSG_INFO_HEADERS_GET_RELATES_TO(msg_info_headers, env)   ((msg_info_headers)->ops->get_relates_to(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_SET_RELATES_TO(msg_info_headers, env, relates_to)   ((msg_info_headers)->ops->set_relates_to(msg_info_headers, env, relates_to))
#define AXIS2_MSG_INFO_HEADERS_GET_REF_PARAMS(msg_info_headers, env)   ((msg_info_headers)->ops->get_ref_params(msg_info_headers, env))
#define AXIS2_MSG_INFO_HEADERS_ADD_REF_PARAM(msg_info_headers, env, ref_param)   ((msg_info_headers)->ops->add_ref_param(msg_info_headers, env, ref_param))
#define AXIS2_MSG_INFO_HEADERS_FREE(msg_info_headers, env)   ((msg_info_headers)->ops->free(msg_info_headers, env))

Typedefs

typedef axis2_msg_info_headers axis2_msg_info_headers_t
typedef axis2_msg_info_headers_ops axis2_msg_info_headers_ops_t

Functions

AXIS2_EXTERN axis2_msg_info_headers_taxis2_msg_info_headers_create (const axis2_env_t *env, axis2_endpoint_ref_t *to, const axis2_char_t *action)

Define Documentation

#define AXIS2_MSG_INFO_HEADERS_ADD_REF_PARAM msg_info_headers,
env,
ref_param   )     ((msg_info_headers)->ops->add_ref_param(msg_info_headers, env, ref_param))
 

Add ref param.

See also:
axis2_msg_info_headers_ops::add_ref_param

#define AXIS2_MSG_INFO_HEADERS_FREE msg_info_headers,
env   )     ((msg_info_headers)->ops->free(msg_info_headers, env))
 

Frees the message info headers.

See also:
axis2_msg_info_headers_ops::free

#define AXIS2_MSG_INFO_HEADERS_GET_ACTION msg_info_headers,
env   )     ((msg_info_headers)->ops->get_action(msg_info_headers, env))
 

Get action.

See also:
axis2_msg_info_headers_ops::get_action

#define AXIS2_MSG_INFO_HEADERS_GET_FAULT_TO msg_info_headers,
env   )     ((msg_info_headers)->ops->get_fault_to(msg_info_headers, env))
 

Get fault to.

See also:
axis2_msg_info_headers_ops::get_fault_to

#define AXIS2_MSG_INFO_HEADERS_GET_FAULT_TO_ANONYMOUS msg_info_headers,
env   )     ((msg_info_headers)->ops->get_fault_to_anonymous(msg_info_headers, env))
 

Get fault to anonymous.

See also:
axis2_msg_info_headers_ops::get_fault_to_anonymous

#define AXIS2_MSG_INFO_HEADERS_GET_FAULT_TO_NONE msg_info_headers,
env   )     ((msg_info_headers)->ops->get_fault_to_none(msg_info_headers, env))
 

Get fault to none.

See also:
axis2_msg_info_headers_ops::get_fault_to_none

#define AXIS2_MSG_INFO_HEADERS_GET_FROM msg_info_headers,
env   )     ((msg_info_headers)->ops->get_from(msg_info_headers, env))
 

Get from.

See also:
axis2_msg_info_headers_ops::get_from

#define AXIS2_MSG_INFO_HEADERS_GET_MESSAGE_ID msg_info_headers,
env   )     ((msg_info_headers)->ops->get_message_id(msg_info_headers, env))
 

Get message id.

See also:
axis2_msg_info_headers_ops::get_message_id

#define AXIS2_MSG_INFO_HEADERS_GET_REF_PARAMS msg_info_headers,
env   )     ((msg_info_headers)->ops->get_ref_params(msg_info_headers, env))
 

Get ref params.

See also:
axis2_msg_info_headers_ops::get_ref_params

#define AXIS2_MSG_INFO_HEADERS_GET_RELATES_TO msg_info_headers,
env   )     ((msg_info_headers)->ops->get_relates_to(msg_info_headers, env))
 

Get relates to.

See also:
axis2_msg_info_headers_ops::get_relates_to

#define AXIS2_MSG_INFO_HEADERS_GET_REPLY_TO msg_info_headers,
env   )     ((msg_info_headers)->ops->get_reply_to(msg_info_headers, env))
 

Get reply to.

See also:
axis2_msg_info_headers_ops::get_reply_to

#define AXIS2_MSG_INFO_HEADERS_GET_REPLY_TO_ANONYMOUS msg_info_headers,
env   )     ((msg_info_headers)->ops->get_reply_to_anonymous(msg_info_headers, env))
 

Get reply to anonymous.

See also:
axis2_msg_info_headers_ops::get_reply_to_anonymous

#define AXIS2_MSG_INFO_HEADERS_GET_REPLY_TO_NONE msg_info_headers,
env   )     ((msg_info_headers)->ops->get_reply_to_none(msg_info_headers, env))
 

Get reply to none.

See also:
axis2_msg_info_headers_ops::get_reply_to_none

#define AXIS2_MSG_INFO_HEADERS_GET_TO msg_info_headers,
env   )     ((msg_info_headers)->ops->get_to(msg_info_headers, env))
 

Get to.

See also:
axis2_msg_info_headers_ops::get_to

#define AXIS2_MSG_INFO_HEADERS_SET_ACTION msg_info_headers,
env,
action   )     ((msg_info_headers)->ops->set_action(msg_info_headers, env, action))
 

Set action.

See also:
axis2_msg_info_headers_ops::set_action

#define AXIS2_MSG_INFO_HEADERS_SET_FAULT_TO msg_info_headers,
env,
fault_to   )     ((msg_info_headers)->ops->set_fault_to(msg_info_headers, env, fault_to))
 

Set fault to.

See also:
axis2_msg_info_headers_ops::set_fault_to

#define AXIS2_MSG_INFO_HEADERS_SET_FAULT_TO_ANONYMOUS msg_info_headers,
env,
anonymous   )     ((msg_info_headers)->ops->set_fault_to_anonymous(msg_info_headers, env, anonymous))
 

Set fault to anonymous.

See also:
axis2_msg_info_headers_ops::set_fault_to_anonymous

#define AXIS2_MSG_INFO_HEADERS_SET_FAULT_TO_NONE msg_info_headers,
env,
none   )     ((msg_info_headers)->ops->set_fault_to_none(msg_info_headers, env, none))
 

Set fault to none.

See also:
axis2_msg_info_headers_ops::set_fault_to_none

#define AXIS2_MSG_INFO_HEADERS_SET_FROM msg_info_headers,
env,
from   )     ((msg_info_headers)->ops->set_from(msg_info_headers, env, from))
 

Set from.

See also:
axis2_msg_info_headers_ops::set_from

#define AXIS2_MSG_INFO_HEADERS_SET_MESSAGE_ID msg_info_headers,
env,
message_id   )     ((msg_info_headers)->ops->set_message_id(msg_info_headers, env, message_id))
 

Set message id.

See also:
axis2_msg_info_headers_ops::set_message_id

#define AXIS2_MSG_INFO_HEADERS_SET_RELATES_TO msg_info_headers,
env,
relates_to   )     ((msg_info_headers)->ops->set_relates_to(msg_info_headers, env, relates_to))
 

Set relates to.

See also:
axis2_msg_info_headers_ops::set_relates_to

#define AXIS2_MSG_INFO_HEADERS_SET_REPLY_TO msg_info_headers,
env,
reply_to   )     ((msg_info_headers)->ops->set_reply_to(msg_info_headers, env, reply_to))
 

Set reply to.

See also:
axis2_msg_info_headers_ops::set_reply_to

#define AXIS2_MSG_INFO_HEADERS_SET_REPLY_TO_ANONYMOUS msg_info_headers,
env,
anonymous   )     ((msg_info_headers)->ops->set_reply_to_anonymous(msg_info_headers, env, anonymous))
 

Set reply to anonymous.

See also:
axis2_msg_info_headers_ops::set_reply_to_anonymous

#define AXIS2_MSG_INFO_HEADERS_SET_REPLY_TO_NONE msg_info_headers,
env,
none   )     ((msg_info_headers)->ops->set_reply_to_none(msg_info_headers, env, none))
 

Set reply to none.

See also:
axis2_msg_info_headers_ops::set_reply_to_none

#define AXIS2_MSG_INFO_HEADERS_SET_TO msg_info_headers,
env,
to   )     ((msg_info_headers)->ops->set_to(msg_info_headers, env, to))
 

Set to.

See also:
axis2_msg_info_headers_ops::set_to


Typedef Documentation

typedef struct axis2_msg_info_headers_ops axis2_msg_info_headers_ops_t
 

Type name for struct axis2_msg_info_headers_ops

typedef struct axis2_msg_info_headers axis2_msg_info_headers_t
 

Type name for struct axis2_msg_info_headers


Function Documentation

AXIS2_EXTERN axis2_msg_info_headers_t* axis2_msg_info_headers_create const axis2_env_t env,
axis2_endpoint_ref_t to,
const axis2_char_t *  action
 

creates msg_info_headers struct

Parameters:
env pointer to environment struct
to to
action pointer to action


Generated on Thu Aug 31 17:32:42 2006 for Axis2/C by  doxygen 1.4.6