Class ServerDispatcher

  • All Implemented Interfaces:

    
    public class ServerDispatcher
    
                        

    Interceptor dispatcher designed for incoming messages on servers.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void invokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, InterceptorCallbackType interceptorCallbackObject) Starts dispatching a SOAP message along an interceptor chain.
      • Methods inherited from class java.lang.Object

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

      • ServerDispatcher

        ServerDispatcher(InterceptorProcessor interceptorProcessor, SoapFaultFactory soapFaultFactory, String frameworkIdentifier)
    • Method Detail

      • invokeDispatcher

         void invokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, InterceptorCallbackType interceptorCallbackObject)

        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.