Uses of Package
com.sun.xml.ws.api.server

Packages that use com.sun.xml.ws.api.server
com.sun.xml.ws.addressing   
com.sun.xml.ws.addressing.v200408   
com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API. 
com.sun.xml.ws.api.config.management   
com.sun.xml.ws.api.config.management.policy   
com.sun.xml.ws.api.databinding   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.api.model.wsdl   
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.api.policy   
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.api.wsdl.parser Extension point for WSDL parsing. 
com.sun.xml.ws.api.wsdl.writer   
com.sun.xml.ws.assembler   
com.sun.xml.ws.assembler.dev   
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.commons   
com.sun.xml.ws.config.management.server   
com.sun.xml.ws.config.metro.parser   
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
com.sun.xml.ws.developer.servlet   
com.sun.xml.ws.metro.api.config.management   
com.sun.xml.ws.mex.server   
com.sun.xml.ws.policy.parser   
com.sun.xml.ws.runtime   
com.sun.xml.ws.runtime.dev   
com.sun.xml.ws.rx.rm.runtime.sequence   
com.sun.xml.ws.rx.rm.runtime.sequence.invm   
com.sun.xml.ws.rx.rm.runtime.sequence.persistent   
com.sun.xml.ws.rx.util   
com.sun.xml.ws.security.impl   
com.sun.xml.ws.security.opt.impl.util   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.server.provider   
com.sun.xml.ws.server.sei   
com.sun.xml.ws.server.servlet   
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.transport.tcp.server   
com.sun.xml.ws.transport.tcp.server.glassfish   
com.sun.xml.ws.transport.tcp.servicechannel   
com.sun.xml.ws.util   
com.sun.xml.ws.util.pipe   
com.sun.xml.ws.wsdl   
com.sun.xml.ws.wsdl.parser   
com.sun.xml.ws.wsdl.writer   
com.sun.xml.wss   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
com.sun.xml.xwss   
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.addressing
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.addressing.v200408
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api.config.management
Invoker
          Hides the detail of calling into application endpoint implementation.
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api.config.management.policy
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api.databinding
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api.message
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api.model.wsdl
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api.pipe
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api.policy
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api.server
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 SDDocuments.
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api.wsdl.parser
Container
          Root of the SPI implemented by the container (such as application server.)
SDDocumentSource
          SPI that provides the source of SDDocument.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.api.wsdl.writer
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.assembler
ServerPipelineHook
          Allow the container (primarily Glassfish) to inject their own pipes into the pipeline.
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.assembler.dev
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.client
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.commons
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.
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.config.management.server
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.config.metro.parser
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.developer
InstanceResolverAnnotation
          Meta annotation for selecting instance resolver.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.developer.servlet
InstanceResolverAnnotation
          Meta annotation for selecting instance resolver.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.metro.api.config.management
Container
          Root of the SPI implemented by the container (such as application server.)
EndpointComponent
          Deprecated. replaced by Component
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.mex.server
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.policy.parser
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.runtime
SDDocument
          Represents an individual document that forms a ServiceDefinition.
SDDocumentFilter
          Provides a way to filter SDDocument infoset while writing it.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.runtime.dev
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.rx.rm.runtime.sequence
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.rx.rm.runtime.sequence.invm
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.rx.rm.runtime.sequence.persistent
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.rx.util
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.security.impl
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.security.opt.impl.util
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.server
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 SDDocuments.
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.server.provider
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.server.sei
Invoker
          Hides the detail of calling into application endpoint implementation.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.server.servlet
AbstractInstanceResolver
          Partial implementation of InstanceResolver with convenience methods to do the resource injection.
InstanceResolver
          Determines the instance that serves the given request packet.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.transport.http
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 SDDocuments.
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.transport.http.server
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.transport.http.servlet
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.transport.tcp.server
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).
Adapter.Toolkit
          Object that groups all thread-unsafe resources.
PortAddressResolver
          Resolves port address for an endpoint.
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.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.transport.tcp.server.glassfish
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).
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.transport.tcp.servicechannel
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.util
SDDocument
          Represents an individual document that forms a ServiceDefinition.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.util.pipe
DocumentAddressResolver
          Resolves relative references among SDDocuments.
SDDocument
          Represents an individual document that forms a ServiceDefinition.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.wsdl
SDDocument
          Represents an individual document that forms a ServiceDefinition.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.wsdl.parser
Container
          Root of the SPI implemented by the container (such as application server.)
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.ws.wsdl.writer
Container
          Root of the SPI implemented by the container (such as application server.)
PortAddressResolver
          Resolves port address for an endpoint.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.wss
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.wss.jaxws.impl
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.wss.provider.wsit
EndpointReferenceExtensionContributor
          Implementations of this class can contribute properties associated with an Endpoint.
ServerPipelineHook
          Allow the container (primarily Glassfish) to inject their own pipes into the pipeline.
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 

Classes in com.sun.xml.ws.api.server used by com.sun.xml.xwss
WSEndpoint
          Root object that hosts the Packet processing code at the server.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.