NonStop SOAP 4.1 User's Manual

axis2_options_get_transport_in
Synopsis:
AXIS2_EXTERN axis2_transport_in_desc_t* axis2_options_get_transport_in
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets transport in.
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 a pointer to transport in structure if set, else NULL.
axis2_options_get_transport_in_protocol
Synopsis:
AXIS2_EXTERN AXIS2_TRANSPORT_ENUMS axis2_options_get_transport_in_protocol
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets transport in 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 in protocol string if set, else returns NULL.
axis2_options_get_message_id
Synopsis:
AXIS2_EXTERN const axis2_char_t* axis2_options_get_message_id
( const axis2_options_t * options_t,
const axutil_env_t * env )
Description:
This function gets the message ID.
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 a pointer to the message ID string if set, else returns NULL.
Client API Module 351