Package | Description |
---|---|
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 | |
com.sun.xml.ws.transport.async_client_transport |
Modifier and Type | Method and Description |
---|---|
Fiber.CompletionCallback |
Fiber.getCompletionCallback()
Returns completion callback associated with this Fiber
|
Modifier and Type | Method and Description |
---|---|
void |
Fiber.resume(com.sun.xml.ws.api.message.Packet resumePacket,
boolean forceSync,
Fiber.CompletionCallback callback)
Similar to resume(Packet, boolean) but allowing the Fiber to be resumed
and at the same time atomically assign a new CompletionCallback to it.
|
void |
Fiber.setCompletionCallback(Fiber.CompletionCallback completionCallback)
Updates completion callback associated with this Fiber
|
void |
Fiber.start(Tube tubeline,
com.sun.xml.ws.api.message.Packet request,
Fiber.CompletionCallback completionCallback)
Starts the execution of this fiber asynchronously.
|
void |
Fiber.start(Tube tubeline,
com.sun.xml.ws.api.message.Packet request,
Fiber.CompletionCallback completionCallback,
boolean forceSync)
Starts the execution of this fiber.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Stub.processAsync(AsyncResponseImpl<?> receiver,
com.sun.xml.ws.api.message.Packet request,
RequestContext requestContext,
Fiber.CompletionCallback completionCallback)
Passes a message through a
Tube line for processing. |
Modifier and Type | Method and Description |
---|---|
void |
SEIStub.doProcessAsync(AsyncResponseImpl<?> receiver,
com.sun.xml.ws.api.message.Packet request,
RequestContext rc,
Fiber.CompletionCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
RequestSender.sendAsync(com.sun.xml.ws.api.message.Packet request,
Fiber.CompletionCallback completionCallback) |
Copyright © 2015 Oracle Corporation. All rights reserved.