Package org.somda.sdc.dpws.soap
Interface RequestResponseServer
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.interception.InterceptorHandler
public interface RequestResponseServer implements InterceptorHandler
Interface for network bindings to process incoming SOAP request messages and their responses.
-
-
Method Summary
Modifier and Type Method Description abstract voidreceiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext)Starts processing of an incoming SOAP request message. -
-
Method Detail
-
receiveRequestResponse
abstract void receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext)
Starts processing of an incoming SOAP request message.
- Parameters:
request- incoming request message.response- outgoing response message.communicationContext- information from transport and application layer (scheme, host, port, ...).
-
-
-
-