Interface RequestResponseCallback
-
- All Implemented Interfaces:
public interface RequestResponseCallbackCallback for network bindings to initiate a input-output message exchange.
-
-
Method Summary
Modifier and Type Method Description abstract SoapMessageonRequestResponse(SoapMessage request)Callback that is triggered after an interceptor chain succeeded on the outgoing direction. -
-
Method Detail
-
onRequestResponse
abstract SoapMessage onRequestResponse(SoapMessage request)
Callback that is triggered after an interceptor chain succeeded on the outgoing direction.
- Parameters:
request- the request to convey to the message receiver.- Returns:
a SOAP message with the received response from the network.
-
-
-
-