NonStop SOAP 4.1 User's Manual
axis2_options_get_reply_t
Synopsis:
AXIS2_EXTERN axis2_endpoint_ref_t* axis2_options_get_reply_to
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets the WSA reply_to address.
Parameters:
options
pointer to options structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns a pointer to the endpoint reference structure representing reply to address if
set, else returns NULL.
axis2_options_get_transport_out
Synopsis:
AXIS2_EXTERN axis2_transport_out_desc_t* axis2_options_get_transport_out
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets transport out.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns pointer to transport out structure if set, else NULL.
axis2_options_get_sender_transport_protocol
Synopsis:
AXIS2_EXTERN AXIS2_TRANSPORT_ENUMS axis2_options_get_sender_transport_protocol
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets transport out protocol.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns pointer to transport out protocol string if set, else returns NULL.
Client API Module 353










