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

Packages that use com.sun.xml.ws.api.server
com.sun.tools.ws.spi This document describes the SPI for the JAX-WS 2.0.1 tools. 
com.sun.tools.ws.util   
com.sun.tools.ws.wscompile   
com.sun.xml.ws.addressing   
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.model.wsdl   
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.api.wsdl.parser Extension point for WSDL parsing. 
com.sun.xml.ws.api.wsdl.writer   
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
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.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.local Transport implementations that work inside the single JVM. 
com.sun.xml.ws.util   
com.sun.xml.ws.util.pipe   
com.sun.xml.ws.util.xml   
com.sun.xml.ws.wsdl.parser   
com.sun.xml.ws.wsdl.writer   
 

Classes in com.sun.xml.ws.api.server used by com.sun.tools.ws.spi
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.tools.ws.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.tools.ws.wscompile
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.addressing
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.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.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
          Interface that allows components around WSEndpoint to hook up with each other.
InstanceResolver
          Determines the instance that serves the given request packet.
Invoker
          Hides the detail of calling into application endpoint implementation.
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.
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.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.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.server
Container
          Root of the SPI implemented by the container (such as application server.)
DocumentAddressResolver
          Resolves relative references among SDDocuments.
EndpointComponent
          Interface that allows components around WSEndpoint to hook up with each other.
InstanceResolver
          Determines the instance that serves the given request packet.
Invoker
          Hides the detail of calling into application endpoint implementation.
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
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.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
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
AbstractServerAsyncTransport
          Partial server side async transport implementation.
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.
Container
          Root of the SPI implemented by the container (such as application server.)
PortAddressResolver
          Resolves port address for an endpoint.
SDDocument
          Represents an individual document that forms a ServiceDefinition.
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.http.server
HttpEndpoint
          Light-weight http server transport for WSEndpoint.
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.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.local
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.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.util.xml
DocumentAddressResolver
          Resolves relative references among SDDocuments.
PortAddressResolver
          Resolves port address for an endpoint.
SDDocument
          Represents an individual document that forms a ServiceDefinition.
SDDocumentSource
          SPI that provides the source of SDDocument.
 

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.)