Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Class and Description |
---|
SDDocument
Represents an individual document that forms a
ServiceDefinition . |
SDDocumentFilter
Provides a way to filter
SDDocument infoset while writing it. |
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
Class and Description |
---|
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Class and Description |
---|
Invoker
Hides the detail of calling into application endpoint implementation.
|
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
Class and Description |
---|
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Class and Description |
---|
Adapter.Toolkit
Object that groups all thread-unsafe resources.
|
AsyncProviderCallback
Callback interface to signal JAX-WS RI that the processing of an asynchronous request is complete.
|
BoundEndpoint
Represents the
WSEndpoint bound to a particular transport. |
Container
Root of the SPI implemented by the container
(such as application server.)
|
ContainerResolver
This class determines an instance of
Container for the runtime. |
DocumentAddressResolver
Resolves relative references among
SDDocument s. |
EndpointComponent
Deprecated.
replaced by
Component |
InstanceResolver
Determines the instance that serves
the given request packet.
|
Invoker
Hides the detail of calling into application endpoint implementation.
|
LazyMOMProvider
The lazy provider is intended to defer Gmbal API calls until there is a JMX connection.
|
LazyMOMProvider.DefaultScopeChangeListener
Default interface for all object that want to be notified about scope change.
|
LazyMOMProvider.Scope
Possible scopes (environments) in which the provider (and object associated with it) could be in.
|
LazyMOMProvider.ScopeChangeListener
Interface for all object that want to be notified about scope change, introducing required methods.
|
LazyMOMProvider.WSEndpointScopeChangeListener
Interface used for distinguishing between a registration of a WSEndpointImpl rather than of other classes.
|
Module
Represents an object scoped to the current "module" (like a JavaEE web appliation).
|
PortAddressResolver
Resolves port address for an endpoint.
|
ResourceInjector
Represents a functionality of the container to inject resources
to application service endpoint object (usually but not necessarily as per JavaEE spec.)
|
SDDocument
Represents an individual document that forms a
ServiceDefinition . |
SDDocumentFilter
Provides a way to filter
SDDocument infoset while writing it. |
SDDocumentSource
SPI that provides the source of
SDDocument . |
ServiceDefinition
Root of the unparsed WSDL and other resources referenced from it.
|
ThreadLocalContainerResolver
ContainerResolver based on
ThreadLocal . |
TransportBackChannel
Represents a transport back-channel.
|
WebServiceContextDelegate
This object is set to
Packet.webServiceContextDelegate
to serve WebServiceContext methods for a Packet . |
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
WSEndpoint.CompletionCallback
Callback to notify that jax-ws runtime has finished execution of a request
submitted via schedule().
|
WSEndpoint.PipeHead
Represents a resource local to a thread.
|
WSWebServiceContext
WebServiceContext that exposes JAX-WS RI specific additions. |
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
SDDocumentSource
SPI that provides the source of
SDDocument . |
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Class and Description |
---|
InstanceResolverAnnotation
Meta annotation for selecting instance resolver.
|
Class and Description |
---|
InstanceResolverAnnotation
Meta annotation for selecting instance resolver.
|
Class and Description |
---|
AbstractInstanceResolver
Partial implementation of
InstanceResolver with
convenience methods to do the resource injection. |
Container
Root of the SPI implemented by the container
(such as application server.)
|
DocumentAddressResolver
Resolves relative references among
SDDocument s. |
EndpointComponent
Deprecated.
replaced by
Component |
InstanceResolver
Determines the instance that serves
the given request packet.
|
Invoker
Hides the detail of calling into application endpoint implementation.
|
LazyMOMProvider.Scope
Possible scopes (environments) in which the provider (and object associated with it) could be in.
|
LazyMOMProvider.ScopeChangeListener
Interface for all object that want to be notified about scope change, introducing required methods.
|
LazyMOMProvider.WSEndpointScopeChangeListener
Interface used for distinguishing between a registration of a WSEndpointImpl rather than of other classes.
|
PortAddressResolver
Resolves port address for an endpoint.
|
ResourceInjector
Represents a functionality of the container to inject resources
to application service endpoint object (usually but not necessarily as per JavaEE spec.)
|
SDDocument
Represents an individual document that forms a
ServiceDefinition . |
SDDocumentFilter
Provides a way to filter
SDDocument infoset while writing it. |
SDDocumentSource
SPI that provides the source of
SDDocument . |
ServiceDefinition
Root of the unparsed WSDL and other resources referenced from it.
|
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
WSEndpoint.CompletionCallback
Callback to notify that jax-ws runtime has finished execution of a request
submitted via schedule().
|
WSEndpoint.PipeHead
Represents a resource local to a thread.
|
WSWebServiceContext
WebServiceContext that exposes JAX-WS RI specific additions. |
Class and Description |
---|
AsyncProviderCallback
Callback interface to signal JAX-WS RI that the processing of an asynchronous request is complete.
|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Invoker
Hides the detail of calling into application endpoint implementation.
|
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
WSWebServiceContext
WebServiceContext that exposes JAX-WS RI specific additions. |
Class and Description |
---|
Invoker
Hides the detail of calling into application endpoint implementation.
|
Class and Description |
---|
AbstractInstanceResolver
Partial implementation of
InstanceResolver with
convenience methods to do the resource injection. |
InstanceResolver
Determines the instance that serves
the given request packet.
|
Class and Description |
---|
Adapter
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) . |
Container
Root of the SPI implemented by the container
(such as application server.)
|
DocumentAddressResolver
Resolves relative references among
SDDocument s. |
PortAddressResolver
Resolves port address for an endpoint.
|
SDDocument
Represents an individual document that forms a
ServiceDefinition . |
ServiceDefinition
Root of the unparsed WSDL and other resources referenced from it.
|
WebServiceContextDelegate
This object is set to
Packet.webServiceContextDelegate
to serve WebServiceContext methods for a Packet . |
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
Class and Description |
---|
Adapter
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) . |
BoundEndpoint
Represents the
WSEndpoint bound to a particular transport. |
HttpEndpoint
Light-weight http server transport for
WSEndpoint . |
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
Class and Description |
---|
Adapter
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) . |
BoundEndpoint
Represents the
WSEndpoint bound to a particular transport. |
Container
Root of the SPI implemented by the container
(such as application server.)
|
Module
Represents an object scoped to the current "module" (like a JavaEE web appliation).
|
WebModule
Module that is an HTTP container. |
WebServiceContextDelegate
This object is set to
Packet.webServiceContextDelegate
to serve WebServiceContext methods for a Packet . |
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
Class and Description |
---|
WSEndpoint
Root object that hosts the
Packet processing code
at the server. |
Class and Description |
---|
SDDocument
Represents an individual document that forms a
ServiceDefinition . |
Class and Description |
---|
DocumentAddressResolver
Resolves relative references among
SDDocument s. |
SDDocument
Represents an individual document that forms a
ServiceDefinition . |
Class and Description |
---|
SDDocument
Represents an individual document that forms a
ServiceDefinition . |
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
Class and Description |
---|
Container
Root of the SPI implemented by the container
(such as application server.)
|
PortAddressResolver
Resolves port address for an endpoint.
|
Copyright © 2015 Oracle Corporation. All rights reserved.