Package | Description |
---|---|
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.client.sei |
Modifier and Type | Field and Description |
---|---|
protected AsyncResponseImpl |
AsyncInvoker.responseImpl
Because of the object instantiation order,
we can't take this as a constructor parameter.
|
Modifier and Type | Method and Description |
---|---|
AsyncResponseImpl |
AsyncInvoker.getResponseImpl() |
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. |
void |
AsyncInvoker.setReceiver(AsyncResponseImpl responseImpl) |
void |
AsyncInvoker.setResponseImpl(AsyncResponseImpl responseImpl) |
Modifier and Type | Method and Description |
---|---|
void |
SEIStub.doProcessAsync(AsyncResponseImpl<?> receiver,
com.sun.xml.ws.api.message.Packet request,
RequestContext rc,
Fiber.CompletionCallback callback) |
Copyright © 2015 Oracle Corporation. All rights reserved.