Uses of Interface
com.sun.xml.ws.api.pipe.Fiber.CompletionCallback

Packages that use Fiber.CompletionCallback
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.sei   
 

Uses of Fiber.CompletionCallback in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe with parameters of type Fiber.CompletionCallback
 void Fiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback)
          Starts the execution of this fiber asynchronously.
 

Uses of Fiber.CompletionCallback in com.sun.xml.ws.client
 

Methods in com.sun.xml.ws.client with parameters of type Fiber.CompletionCallback
protected  void Stub.processAsync(Packet request, RequestContext requestContext, Fiber.CompletionCallback completionCallback)
          Passes a message through a Tubeline for processing.
 

Uses of Fiber.CompletionCallback in com.sun.xml.ws.client.sei
 

Methods in com.sun.xml.ws.client.sei with parameters of type Fiber.CompletionCallback
 void SEIStub.doProcessAsync(Packet request, RequestContext rc, Fiber.CompletionCallback callback)