Interface RequestResponseServer

All Superinterfaces:
InterceptorHandler
All Known Implementing Classes:
RequestResponseServerImpl

public interface RequestResponseServer extends InterceptorHandler
Interface for network bindings to process incoming SOAP request messages and their responses.
  • Method Details

    • receiveRequestResponse

      void receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext) throws SoapFaultException
      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, ...).
      Throws:
      SoapFaultException - if a SOAP fault comes up during processing.