Uses of Interface
com.sun.xml.ws.api.pipe.FiberContextSwitchInterceptor.Work
-
Packages that use FiberContextSwitchInterceptor.Work Package Description com.sun.xml.ws.api.pipe Pipeand 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 Modifier and Type Method Description <R,P>
RFiberContextSwitchInterceptor. execute(Fiber f, P p, FiberContextSwitchInterceptor.Work<R,P> work)Allows the interception of the fiber execution.
-