Uses of Interface
com.sun.xml.ws.api.pipe.FiberContextSwitchInterceptor

Packages that use FiberContextSwitchInterceptor
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
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 with parameters of type FiberContextSwitchInterceptor
 void Fiber.addInterceptor(FiberContextSwitchInterceptor interceptor)
          Adds a new FiberContextSwitchInterceptor to this fiber.
 boolean Fiber.removeInterceptor(FiberContextSwitchInterceptor interceptor)
          Removes a FiberContextSwitchInterceptor from 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
abstract  void WSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
          Schedule invocation of web service asynchronously.
 

Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.server
 

Methods in com.sun.xml.ws.server with parameters of type FiberContextSwitchInterceptor
 void WSEndpointImpl.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)