Uses of Interface
com.sun.xml.ws.api.pipe.FiberContextSwitchInterceptor
-
Packages that use FiberContextSwitchInterceptor Package Description com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.metro.api.config.management com.sun.xml.ws.rx.util com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return FiberContextSwitchInterceptor Modifier and Type Method Description FiberContextSwitchInterceptorFiberContextSwitchInterceptorFactory. create()CreatesFiberContextSwitchInterceptorinstance.Methods in com.sun.xml.ws.api.pipe with parameters of type FiberContextSwitchInterceptor Modifier and Type Method Description voidFiber. addInterceptor(FiberContextSwitchInterceptor interceptor)Adds a newFiberContextSwitchInterceptorto this fiber.booleanFiber. removeInterceptor(FiberContextSwitchInterceptor interceptor)Removes aFiberContextSwitchInterceptorfrom this fiber. -
Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server with parameters of type FiberContextSwitchInterceptor Modifier and Type Method Description voidWSEndpoint. process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)abstract voidWSEndpoint. schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)Schedule invocation of web service asynchronously. -
Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management with parameters of type FiberContextSwitchInterceptor Modifier and Type Method Description voidManagedEndpoint. process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)voidManagedEndpoint. schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) -
Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util with parameters of type FiberContextSwitchInterceptor Modifier and Type Method Description voidCommunicator. sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler, FiberContextSwitchInterceptor interceptor)voidFiberExecutor. start(Packet request, Fiber.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) -
Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server with parameters of type FiberContextSwitchInterceptor Modifier and Type Method Description voidWSEndpointImpl. process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)voidWSEndpointImpl. schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)voidWSEndpointMOMProxy. schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
-