Package | Description |
---|---|
com.sun.xml.ws.api |
JAX-WS RI extension of JAX-WS API.
|
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.client.dispatch | |
com.sun.xml.ws.client.sei | |
com.sun.xml.ws.developer |
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
|
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
Modifier and Type | Class and Description |
---|---|
class |
WSService
JAX-WS implementation of
ServiceDelegate . |
Modifier and Type | Class and Description |
---|---|
class |
Fiber
User-level thread. Represents the execution of one request/response processing.
|
Modifier and Type | Class and Description |
---|---|
class |
Container
Root of the SPI implemented by the container
(such as application server.)
|
class |
WSEndpoint<T>
Root object that hosts the
Packet processing code
at the server. |
Modifier and Type | Class and Description |
---|---|
class |
Stub
Base class for stubs, which accept method invocations from
client applications and pass the message to a
Tube
for processing. |
class |
WSServiceDelegate
Service objects provide the client view of a Web service. |
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
Dispatch implementation for Message . |
class |
PacketDispatch
Dispatch implementation for Packet . |
class |
SOAPMessageDispatch
The
SOAPMessageDispatch class provides support
for the dynamic invocation of a service endpoint operation using
the SOAPMessage class. |
Modifier and Type | Class and Description |
---|---|
class |
SEIStub
Stub that handles method invocations
through a strongly-typed endpoint interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
WSBindingProvider
BindingProvider with JAX-WS RI's extension methods. |
Modifier and Type | Class and Description |
---|---|
class |
WSEndpointImpl<T>
WSEndpoint implementation. |
class |
WSEndpointMOMProxy
ManagedObjectManager proxy class for WSEndpointImpl instances that could be used when Gmbal API calls
need to be deferred. |
Copyright © 2015 Oracle Corporation. All rights reserved.