Interface RequestResponseServer

    • Method Detail

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