Uses of Class
org.somda.sdc.dpws.soap.interception.InterceptorRegistry
Packages that use InterceptorRegistry
Package
Description
Design of an interceptor chain to process SOAP messages.
-
Uses of InterceptorRegistry in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception with parameters of type InterceptorRegistryModifier and TypeMethodDescriptionvoidClientDispatcher.invokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, org.somda.sdc.dpws.soap.interception.InterceptorCallbackType interceptorCallbackObject) Starts dispatching a SOAP message along an interceptor chain.voidServerDispatcher.invokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, org.somda.sdc.dpws.soap.interception.InterceptorCallbackType interceptorCallbackObject) Starts dispatching a SOAP message along an interceptor chain.