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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, org.somda.sdc.dpws.soap.interception.InterceptorCallbackType interceptorCallbackObject)Starts dispatching a SOAP message along an interceptor chain.
-
-
-
Method Detail
-
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.
-
-