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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext) Starts processing of an incoming SOAP request message.
      • Methods inherited from class org.somda.sdc.dpws.soap.interception.InterceptorHandler

        register
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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, ...).