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
|
com.sun.xml.ws.transport.http.server | |
com.sun.xml.ws.transport.http.servlet |
Servlet transport for the JAX-WS RI.
|
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 |
---|---|
(package private) class |
ClientContainer |
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
|
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 | 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. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ServerContainer |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ServletContainer
Provides access to
ServletContext via Container . |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.