Uses of Class
org.somda.sdc.dpws.soap.interception.Direction
-
Packages that use Direction Package Description org.somda.sdc.dpws.soap.interception 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 Direction Modifier and Type Method Description Directiondirection()Defines in which communication direction the interceptor method is invoked.static DirectionDirection. valueOf(String name)Returns 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 Direction Modifier and Type Method Description List<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.
-