Typedefs | |
typedef axis2_msg_info_headers | axis2_msg_info_headers_t |
Functions | |
AXIS2_EXTERN axis2_msg_info_headers_t * | axis2_msg_info_headers_create (const axutil_env_t *env, axis2_endpoint_ref_t *to, const axis2_char_t *action) |
AXIS2_EXTERN axis2_endpoint_ref_t * | axis2_msg_info_headers_get_to (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_to (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, axis2_endpoint_ref_t *to) |
AXIS2_EXTERN axis2_endpoint_ref_t * | axis2_msg_info_headers_get_from (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_from (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, axis2_endpoint_ref_t *from) |
AXIS2_EXTERN axis2_endpoint_ref_t * | axis2_msg_info_headers_get_reply_to (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_reply_to (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, axis2_endpoint_ref_t *reply_to) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_reply_to_none (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, const axis2_bool_t none) |
AXIS2_EXTERN axis2_bool_t | axis2_msg_info_headers_get_reply_to_none (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_reply_to_anonymous (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, const axis2_bool_t anonymous) |
AXIS2_EXTERN axis2_bool_t | axis2_msg_info_headers_get_reply_to_anonymous (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_endpoint_ref_t * | axis2_msg_info_headers_get_fault_to (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_fault_to (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, axis2_endpoint_ref_t *fault_to) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_fault_to_none (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, const axis2_bool_t none) |
AXIS2_EXTERN axis2_bool_t | axis2_msg_info_headers_get_fault_to_none (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_fault_to_anonymous (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, const axis2_bool_t anonymous) |
AXIS2_EXTERN axis2_bool_t | axis2_msg_info_headers_get_fault_to_anonymous (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN const axis2_char_t * | axis2_msg_info_headers_get_action (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_action (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, const axis2_char_t *action) |
AXIS2_EXTERN const axis2_char_t * | axis2_msg_info_headers_get_message_id (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_message_id (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, const axis2_char_t *message_id) |
AXIS2_EXTERN axis2_relates_to_t * | axis2_msg_info_headers_get_relates_to (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_set_relates_to (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, axis2_relates_to_t *relates_to) |
AXIS2_EXTERN axutil_array_list_t * | axis2_msg_info_headers_get_all_ref_params (const axis2_msg_info_headers_t *msg_info_headers, const axutil_env_t *env) |
AXIS2_EXTERN axis2_status_t | axis2_msg_info_headers_add_ref_param (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env, axiom_node_t *ref_param) |
AXIS2_EXTERN void | axis2_msg_info_headers_free (struct axis2_msg_info_headers *msg_info_headers, const axutil_env_t *env) |
|
Type name for struct axis2_msg_info_headers |
|
Adds a reference parameter in the form of an AXIOM node.
|
|
Creates message information headers struct.
|
|
Frees message information header struct.
|
|
Gets WS-Addressing action. action is an absolute IRI (Internationalized Resource Identifier) that uniquely identifies the semantics implied by this message.
|
|
Gets all reference parameters associated with message information headers.
|
|
Gets fault to endpoint. fault to endpoint identifies the intended receiver for faults related to a message.
|
|
Gets the bool value indicating whether the fault to endpoint should be anonymous. fault to endpoint identifies the intended receiver for faults related to a message. The URI "http://www.w3.org/2005/08/addressing/anonymous" in the fault to address indicates that fault should be sent to from address.
|
|
Gets the bool value indicating whether the fault to endpoint should be none. fault to endpoint identifies the intended receiver for faults related to a message. The URI "http://www.w3.org/2005/08/addressing/none" in the fault to address indicates that no fault should be sent back.
|
|
Gets from endpoint. from endpoint represents the address of the endpoint where the message originated from.
|
|
Gets message ID. message ID is an absolute IRI that uniquely identifies the message.
|
|
Gets relates to information.
|
|
Gets reply to endpoint. reply to endpoint identifies the intended receiver to which a message is replied.
|
|
Gets the bool value indicating whether the reply to endpoint should be anonymous. reply to endpoint identifies the intended receiver for replies related to a message. The URI "http://www.w3.org/2005/08/addressing/anonymous" in the reply to address indicates that reply should be sent to from address.
|
|
Gets the bool value indicating whether the reply to endpoint should be none. reply to endpoint identifies the intended receiver for replies related to a message. The URI "http://www.w3.org/2005/08/addressing/none" in the reply to address indicates that no reply should be sent.
|
|
Gets to endpoint. to endpoint represents the address of the intended receiver of this message.
|
|
Sets WS-Addressing action. action is an absolute IRI (Internationalized Resource Identifier) that uniquely identifies the semantics implied by this message.
|
|
Sets fault to endpoint. fault to endpoint identifies the intended receiver for faults related to a message.
|
|
Sets the bool value indicating whether the fault to endpoint should be anonymous. fault to endpoint identifies the intended receiver for faults related to a message. The URI "http://www.w3.org/2005/08/addressing/anonymous" in the fault to address indicates that fault should be sent to from address.
|
|
Sets the bool value indicating whether the fault to endpoint should be none. fault to endpoint identifies the intended receiver for faults related to a message. The URI "http://www.w3.org/2005/08/addressing/none" in the fault to address indicates that no fault should be sent back.
|
|
Sets from endpoint. from endpoint represents the address of the endpoint where the message originated from.
|
|
Sets message ID. message ID is an absolute IRI that uniquely identifies the message.
|
|
Sets relates to information.
|
|
Sets reply to endpoint. reply to endpoint identifies the intended receiver to which a message is replied.
|
|
Sets the bool value indicating whether the reply to endpoint should be anonymous. reply to endpoint identifies the intended receiver for replies related to a message. The URI "http://www.w3.org/2005/08/addressing/anonymous" in the reply to address indicates that reply should be sent to from address.
|
|
Sets the bool value indicating whether the reply to endpoint should be none. reply to endpoint identifies the intended receiver for replies to a message. The URI "http://www.w3.org/2005/08/addressing/none" in the reply to address indicates that no reply should be sent.
|
|
Sets to endpoint. to endpoint represents the address of the intended receiver of this message.
|