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 | Class and Description |
---|---|
class |
AsyncResponseImpl<T>
Response implementation. |
class |
Stub
Base class for stubs, which accept method invocations from
client applications and pass the message to a
Tube
for processing. |
Modifier and Type | Method and Description |
---|---|
protected Packet |
Stub.process(Packet packet,
RequestContext requestContext,
ResponseContextReceiver receiver)
Passes a message to a pipe for processing.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceDispatch |
class |
DispatchImpl<T>
The
DispatchImpl abstract class provides support
for the dynamic invocation of a service endpoint operation using XML
constructs, JAXB objects or SOAPMessage . |
class |
JAXBDispatch
The
JAXBDispatch class provides support
for the dynamic invocation of a service endpoint operation using
JAXB objects. |
class |
MessageDispatch
|
class |
PacketDispatch
|
(package private) class |
RESTSourceDispatch
|
class |
SOAPMessageDispatch
The
SOAPMessageDispatch class provides support
for the dynamic invocation of a service endpoint operation using
the SOAPMessage class. |
(package private) class |
SOAPSourceDispatch
The
SOAPSourceDispatch class provides support
for the dynamic invocation of a service endpoint operation using XML
constructs. |
Modifier and Type | Method and Description |
---|---|
T |
DispatchImpl.doInvoke(T in,
RequestContext rc,
ResponseContextReceiver receiver)
Synchronously invokes a service.
|
Modifier and Type | Class and Description |
---|---|
class |
SEIStub
Stub that handles method invocations
through a strongly-typed endpoint interface. |
Modifier and Type | Method and Description |
---|---|
Packet |
SEIStub.doProcess(Packet request,
RequestContext rc,
ResponseContextReceiver receiver) |
(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.