Package | Description |
---|---|
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.client.dispatch | |
com.sun.xml.ws.client.sei |
Modifier and Type | Field and Description |
---|---|
RequestContext |
Stub.requestContext |
Modifier and Type | Method and Description |
---|---|
RequestContext |
RequestContext.copy() |
Modifier and Type | Method and Description |
---|---|
protected Packet |
Stub.process(Packet packet,
RequestContext requestContext,
ResponseContextReceiver receiver)
Passes a message to a pipe for processing.
|
protected void |
Stub.processAsync(AsyncResponseImpl<?> receiver,
Packet request,
RequestContext requestContext,
Fiber.CompletionCallback completionCallback)
Passes a message through a
Tube line for processing. |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
DispatchImpl.checkNullAllowed(Object in,
RequestContext rc,
WSBinding binding,
Service.Mode mode) |
T |
DispatchImpl.doInvoke(T in,
RequestContext rc,
ResponseContextReceiver receiver)
Synchronously invokes a service.
|
(package private) static boolean |
DispatchImpl.methodNotOk(RequestContext rc) |
(package private) void |
DispatchImpl.resolveEndpointAddress(Packet message,
RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
Packet |
SEIStub.doProcess(Packet request,
RequestContext rc,
ResponseContextReceiver receiver) |
void |
SEIStub.doProcessAsync(AsyncResponseImpl<?> receiver,
Packet request,
RequestContext rc,
Fiber.CompletionCallback callback) |
(package private) Object |
SyncMethodHandler.invoke(Object proxy,
Object[] args,
RequestContext rc,
ResponseContextReceiver receiver)
Invokes synchronously, but with the given
RequestContext
and ResponseContextReceiver . |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.