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

Packages that use FiberContextSwitchInterceptor.Work
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
 

Uses of FiberContextSwitchInterceptor.Work in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe with parameters of type FiberContextSwitchInterceptor.Work
<R,P> R
FiberContextSwitchInterceptor.execute(Fiber f, P p, FiberContextSwitchInterceptor.Work<R,P> work)
          Allows the interception of the fiber execution.