NonStop SOAP 4.1 User's Manual

Description:
This function sets transport receiver.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
receiver
pointer to transport receiver struct options takes over the ownership of the struct.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_transport_in
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_transport_in
( axis2_options_t * options,
const axutil_env_t * env,
axis2_transport_in_desc_t * transport_in )
Description:
This function sets transport_in description.
Parameters:
options
pointer to options structure
env
is a pointer to the environment struct. The env parameter must not be NULL.
transport_in
pointer to transport_in struct. options takes over the ownership of the struct.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
axis2_options_set_transport_in_protocol
Synopsis:
AXIS2_EXTERN axis2_status_t axis2_options_set_transport_in_protocol
( axis2_options_t * options,
const axutil_env_t * env,
const AXIS2_TRANSPORT_ENUMS transport_in_protocol )
Description:
This function sets the transport_in_protocol.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
in_protocol
pointer to in_protocol struct.
Return Values:
This function returns AXIS2_SUCCESS on success, else returns AXIS2_FAILURE.
Client API Module 357