Uses of Class
com.sun.xml.ws.api.pipe.Fiber

Packages that use Fiber
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client 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
 Fiber Engine.createFiber()
          Creates a new fiber in a suspended state.
static Fiber Fiber.current()
          Gets the current fiber that's running.
static Fiber Fiber.getCurrentIfSet()
          Gets the current fiber that's running, if set.
 

Methods in com.sun.xml.ws.api.pipe with parameters of type Fiber
<R,P> R
FiberContextSwitchInterceptor.execute(Fiber f, P p, FiberContextSwitchInterceptor.Work<R,P> work)
          Allows the interception of the fiber execution.
 void Fiber.Listener.fiberResumed(Fiber fiber)
          Deprecated. Fiber has been resumed.
 void Fiber.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
protected  void Stub.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
protected  void PacketDispatch.configureFiber(Fiber fiber)
           
 

Uses of Fiber in com.sun.xml.ws.rx.util
 

Methods in com.sun.xml.ws.rx.util that return Fiber
 Fiber SuspendedFiberStorage.register(String correlationId, Fiber subject)
           
 

Methods in com.sun.xml.ws.rx.util with parameters of type Fiber
 boolean SuspendedFiberStorage.register(long timestamp, Fiber subject)
           
 Fiber SuspendedFiberStorage.register(String correlationId, Fiber subject)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.