NonStop SOAP 4.1 User's Manual

env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
This function returns a pointer to message information headers structure with WS-Addressing
information. It returns a reference, not a cloned copy.
The axis2_msg_ctx_is_keep_alive()Function
Synopsis:
AXIS2_EXTERN axis2_bool_t axis2_msg_ctx_is_keep_alive
( const axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env )
Description:
This function gets the boolean value indicating the keep alive status. It is possible to keep alive the
message context by any handler. By calling this method one can see whether it is possible to clean
the message context.
Parameters:
msg_ctx
is the message context.
env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
AXIS2_TRUE if the message context is kept alive
AXIS2_FALSE if the message context is not alive
The axis2_msg_ctx_set_keep_alive()Function
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_msg_ctx_set_keep_alive
( axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env,
const axis2_bool_t keep_alive )
Description:
This function
Parameters:
msg_ctx
is the message context.
env
is a pointer to an environment structure. It cannot have a NULL value.
keep_alive
Return Values:
AXIS2_TRUE if the message context is kept alive
AXIS2_FALSE if the message context is not alive
The axis2_msg_ctx_get_op_ctx()Function
Synopsis:
AXIS2_EXTERN struct axis2_op_ctx* axis2_msg_ctx_get_op_ctx
( const axis2_msg_ctx_t * msg_ctx,
const axutil_env_t * env )
Context Hierarchy 371