NonStop SOAP 4.1 User's Manual
Synopsis:
AXIS2_EXPORT axis2_char_t *AXIS2_CALL
axis2_msg_recv_get_serverclassName(
axis2_MessageReceiverUserFunctions_t * MessageReceiverUserFunctions,
const axutil_env_t * env)
Parameters:
MessageReceiverUserFunctions
is an input parameter and is a pointer to the address of the
axis2_MessageReceiverUserFunctions_t structure.
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
Return Value:
Returns the value of the server class name as an axis2_char_t pointer.
The axis2_msg_recv_get_serviceName()Function
The axis2_msg_recv_get_serviceName()function returns the value of the service name for
the service.
Synopsis:
AXIS2_EXPORT axis2_char_t *AXIS2_CALL
axis2_msg_recv_get_serviceName(
axis2_MessageReceiverUserFunctions_t * MessageReceiverUserFunctions,
const axutil_env_t * env)
Parameters:
MessageReceiverUserFunctions
is an input parameter and is a pointer to the address of the
axis2_MessageReceiverUserFunctions_t structure.
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
Return Value:
Returns the value of the service name as an axis2_char_t pointer.
The axis2_msg_recv_get_operationName()Function
The axis2_msg_recv_get_operationName()function returns the value of the operation name
for the service.
Synopsis:
AXIS2_EXPORT axis2_char_t *AXIS2_CALL
axis2_msg_recv_get_ operationName (
axis2_MessageReceiverUserFunctions_t * MessageReceiverUserFunctions,
const axutil_env_t * env)
Parameters:
MessageReceiverUserFunctions
is an input parameter and is a pointer to the address of the
axis2_MessageReceiverUserFunctions_t structure.
env
is an input parameter and is a pointer to the environment structure. It cannot have a NULL
value.
144 Customizing NonStop SOAP 4 Message Processing










