Uses of Enum
org.somda.sdc.dpws.soap.interception.Direction
Packages that use Direction
Package
Description
Design of an interceptor chain to process SOAP messages.
-
Uses of Direction in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that return DirectionModifier and TypeMethodDescriptionstatic DirectionReturns the enum constant of this type with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.dpws.soap.interception with parameters of type DirectionModifier and TypeMethodDescriptionList<org.somda.sdc.dpws.soap.interception.InterceptorInfo>InterceptorRegistry.getDefaultInterceptors(Direction direction) Gets default interceptors of a specific direction.List<org.somda.sdc.dpws.soap.interception.InterceptorInfo>InterceptorRegistry.getInterceptors(Direction direction, String action) Gets default interceptor of a specific direction and action.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.