Package | Description |
---|---|
com.sun.xml.ws.api |
JAX-WS RI extension of JAX-WS API.
|
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
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 | |
com.sun.xml.ws.transport.http.server | |
com.sun.xml.ws.transport.http.servlet |
Servlet transport for the JAX-WS RI.
|
com.sun.xml.ws.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentEx
Extended version of
Component . |
interface |
ComponentRegistry
Registry for component delegates.
|
Modifier and Type | Class and Description |
---|---|
class |
WSService
JAX-WS implementation of
ServiceDelegate . |
Modifier and Type | Method and Description |
---|---|
Component |
ComponentFeature.getComponent()
Retrieves component
|
Modifier and Type | Method and Description |
---|---|
Set<Component> |
WSService.getComponents() |
Set<Component> |
ComponentRegistry.getComponents()
Returns the set of
Component s registered with this object |
Constructor and Description |
---|
ComponentFeature(Component component)
Constructs ComponentFeature with indicated component and that is targeted at the Container.
|
ComponentFeature(Component component,
ComponentFeature.Target target)
Constructs ComponentFeature with indicated component and target
|
Modifier and Type | Field and Description |
---|---|
Component |
Packet.component
The governing owner of this packet.
|
Modifier and Type | Class and Description |
---|---|
class |
Fiber
User-level thread. Represents the execution of one request/response processing.
|
Modifier and Type | Method and Description |
---|---|
Set<Component> |
Fiber.getComponents() |
Modifier and Type | Interface and Description |
---|---|
interface |
BoundEndpoint
Represents the
WSEndpoint bound to a particular transport. |
Modifier and Type | Class and Description |
---|---|
class |
Adapter<TK extends Adapter.Toolkit>
Receives incoming messages from a transport (such as HTTP, JMS, etc)
in a transport specific way, and delivers it to
WSEndpoint.PipeHead.process(com.sun.xml.ws.api.message.Packet, com.sun.xml.ws.api.server.WebServiceContextDelegate, com.sun.xml.ws.api.server.TransportBackChannel) . |
class |
Container
Root of the SPI implemented by the container
(such as application server.)
|
class |
Module
Represents an object scoped to the current "module" (like a JavaEE web appliation).
|
class |
WebModule
Module that is an HTTP container. |
class |
WSEndpoint<T>
Root object that hosts the
Packet processing code
at the server. |
Modifier and Type | Method and Description |
---|---|
protected Component |
Adapter.getEndpointComponent() |
Modifier and Type | Method and Description |
---|---|
Set<Component> |
WSEndpoint.getComponents() |
Set<Component> |
Container.getComponents() |
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 | Method and Description |
---|---|
Set<Component> |
Stub.getComponents() |
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 | Method and Description |
---|---|
Set<Component> |
WSEndpointImpl.getComponents() |
Modifier and Type | Class and Description |
---|---|
class |
HttpAdapter
Adapter that receives messages in HTTP. |
Modifier and Type | Class and Description |
---|---|
class |
ServerAdapter
HttpAdapter for Endpoint API. |
(package private) class |
ServerContainer |
Modifier and Type | Class and Description |
---|---|
class |
ServletAdapter
HttpAdapter for servlets. |
(package private) class |
ServletContainer
Provides access to
ServletContext via Container . |
class |
ServletModule
WebModule that is a servlet container. |
Modifier and Type | Method and Description |
---|---|
static <T> ServiceFinder<T> |
ServiceFinder.find(Class<T> service,
ClassLoader loader,
Component component) |
static <T> ServiceFinder<T> |
ServiceFinder.find(Class<T> service,
Component component) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.