Class ClientDispatcher

java.lang.Object
org.somda.sdc.dpws.soap.interception.ClientDispatcher

public class ClientDispatcher extends Object
Interceptor dispatcher designed for outgoing calls on clients.
  • Method Details

    • invokeDispatcher

      public void invokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, org.somda.sdc.dpws.soap.interception.InterceptorCallbackType interceptorCallbackObject) throws InterceptorException
      Starts dispatching a SOAP message along an interceptor chain.
      Parameters:
      direction - the communication direction used for dispatching.
      registry - the interceptor registry used to seek interceptors.
      soapMessage - the SOAP message to dispatch.
      interceptorCallbackObject - the object where to dispatch the message to.
      Throws:
      InterceptorException - in case any exception is thrown.