Uses of Class
org.somda.sdc.dpws.soap.interception.InterceptorRegistry
-
Packages that use InterceptorRegistry Package Description org.somda.sdc.dpws.soap.interception 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 InterceptorRegistry Modifier and Type Method Description voidClientDispatcher. 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.
-