Interface RequestResponseClient

  • All Implemented Interfaces:
    org.somda.sdc.dpws.soap.interception.InterceptorHandler

    
    public interface RequestResponseClient
     implements InterceptorHandler
                        

    Interface for client APIs to conduct request-response message exchanges.

    • 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 sendRequestResponse(SoapMessage request) Sends a SOAP request message and waits for the response to be received from the recipient.
      • 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

      • sendRequestResponse

         abstract SoapMessage sendRequestResponse(SoapMessage request)

        Sends a SOAP request message and waits for the response to be received from the recipient.

        Parameters:
        request - outgoing request message.
        Returns:

        incoming response message.