Interface RequestResponseCallback

  • All Implemented Interfaces:

    
    public interface RequestResponseCallback
    
                        

    Callback for network bindings to initiate a input-output message exchange.

    • 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 SoapMessage onRequestResponse(SoapMessage request) Callback that is triggered after an interceptor chain succeeded on the outgoing direction.
      • Methods inherited from class java.lang.Object

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

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