Uses of Class
com.sun.xml.ws.api.pipe.Fiber
-
Packages that use Fiber Package Description com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.client.dispatch com.sun.xml.ws.rx.util -
-
Uses of Fiber in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return Fiber Modifier and Type Method Description FiberEngine. createFiber()Creates a new fiber in a suspended state.static FiberFiber. current()Gets the current fiber that's running.static FiberFiber. getCurrentIfSet()Gets the current fiber that's running, if set.Methods in com.sun.xml.ws.api.pipe with parameters of type Fiber 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.voidFiber.Listener. fiberResumed(Fiber fiber)Deprecated.Fiber has been resumed.voidFiber.Listener. fiberSuspended(Fiber fiber)Deprecated.Fiber has been suspended. -
Uses of Fiber in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client with parameters of type Fiber Modifier and Type Method Description protected voidStub. configureFiber(Fiber fiber) -
Uses of Fiber in com.sun.xml.ws.client.dispatch
Methods in com.sun.xml.ws.client.dispatch with parameters of type Fiber Modifier and Type Method Description protected voidPacketDispatch. configureFiber(Fiber fiber) -
Uses of Fiber in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util that return Fiber Modifier and Type Method Description FiberSuspendedFiberStorage. register(String correlationId, Fiber subject)Methods in com.sun.xml.ws.rx.util with parameters of type Fiber Modifier and Type Method Description booleanSuspendedFiberStorage. register(long timestamp, Fiber subject)FiberSuspendedFiberStorage. register(String correlationId, Fiber subject)
-