Package com.sun.xml.ws.api.server
package com.sun.xml.ws.api.server
APIs for hosting JAX-WS services.
If you are new to the code, start with
WSEndpoint.-
ClassDescriptionPartial implementation of
InstanceResolverwith convenience methods to do the resource injection.Partial server side async transport implementation.Adapter<TK extends Adapter.Toolkit>Receives incoming messages from a transport (such as HTTP, JMS, etc) in a transport specific way, and delivers it toWSEndpoint.PipeHead.process(com.sun.xml.ws.api.message.Packet, com.sun.xml.ws.api.server.WebServiceContextDelegate, com.sun.xml.ws.api.server.TransportBackChannel).Asynchronous version ofProvider.Callback interface to signal JAX-WS RI that the processing of an asynchronous request is complete.Represents theWSEndpointbound to a particular transport.Root of the SPI implemented by the container (such as application server.)This class determines an instance ofContainerfor the runtime.Resolves relative references amongSDDocuments.Implemented byCodecs that want to have access toWSEndpointobject.Deprecated.Implementations of this class can contribute properties associated with an Endpoint.Light-weight http server transport forWSEndpoint.Determines the instance that serves the given request packet.Meta annotation for selecting instance resolver.Hides the detail of calling into application endpoint implementation.The lazy provider is intended to defer Gmbal API calls until there is a JMX connection.Default interface for all object that want to be notified about scope change.Possible scopes (environments) in which the provider (and object associated with it) could be in.Interface for all object that want to be notified about scope change, introducing required methods.Interface used for distinguishing between a registration of a WSEndpointImpl rather than of other classes.Represents an object scoped to the current "module" (like a JavaEE web appliation).Resolves port address for an endpoint.Factory for Provider invoker tubes that know how to handle specific types of Providers (i.e., jakarta.xml.ws.Provider).Represents a functionality of the container to inject resources to application service endpoint object (usually but not necessarily as per JavaEE spec.)Represents an individual document that forms aServiceDefinition.SDDocumentthat represents an XML Schema.SDDocumentthat represents a WSDL.Provides a way to filterSDDocumentinfoset while writing it.SPI that provides the source ofSDDocument.Allow the container (primarily Glassfish) to inject their own pipes into the pipeline.Root of the unparsed WSDL and other resources referenced from it.ContainerResolver based onThreadLocal.Represents a transport back-channel.Modulethat is an HTTP container.This object is set toPacket.webServiceContextDelegateto serveWebServiceContextmethods for aPacket.WSEndpoint<T>Root object that hosts thePacketprocessing code at the server.Callback to notify that jax-ws runtime has finished execution of a request submitted via schedule().Represents a resource local to a thread.WebServiceContextthat exposes JAX-WS RI specific additions.
Component