Interface RequestResponseClient

All Superinterfaces:
InterceptorHandler
All Known Subinterfaces:
HostedServiceProxy, HostingServiceProxy
All Known Implementing Classes:
HostedServiceProxyImpl, HostingServiceProxyImpl, RequestResponseClientImpl

public interface RequestResponseClient extends InterceptorHandler
Interface for client APIs to conduct request-response message exchanges.
  • Method Summary

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

    Methods inherited from interface org.somda.sdc.dpws.soap.interception.InterceptorHandler

    register