Class ClientDispatcher
java.lang.Object
org.somda.sdc.dpws.soap.interception.ClientDispatcher
Interceptor dispatcher designed for outgoing calls on clients.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, org.somda.sdc.dpws.soap.interception.InterceptorCallbackType interceptorCallbackObject) Starts dispatching a SOAP message along an interceptor chain.
-
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.
-