Package org.somda.sdc.dpws.soap
Interface RequestResponseClient
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.interception.InterceptorHandler
public interface RequestResponseClient implements InterceptorHandler
Interface for client APIs to conduct request-response message exchanges.
-
-
Method Summary
Modifier and Type Method Description abstract SoapMessagesendRequestResponse(SoapMessage request)Sends a SOAP request message and waits for the response to be received from the recipient. -
-
Method Detail
-
sendRequestResponse
abstract SoapMessage sendRequestResponse(SoapMessage request)
Sends a SOAP request message and waits for the response to be received from the recipient.
- Parameters:
request- outgoing request message.- Returns:
incoming response message.
-
-
-
-