Class ServerDispatcher
-
- All Implemented Interfaces:
public class ServerDispatcherInterceptor dispatcher designed for incoming messages on servers.
-
-
Constructor Summary
Constructors Constructor Description ServerDispatcher(InterceptorProcessor interceptorProcessor, SoapFaultFactory soapFaultFactory, String frameworkIdentifier)
-
Method Summary
Modifier and Type Method Description voidinvokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, InterceptorCallbackType interceptorCallbackObject)Starts dispatching a SOAP message along an interceptor chain. -
-
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.
-
-
-
-