Uses of Class
com.sun.xml.ws.api.server.Adapter.Toolkit

Packages that use Adapter.Toolkit
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.transport.http   
 

Uses of Adapter.Toolkit in com.sun.xml.ws.api.server
 

Classes in com.sun.xml.ws.api.server with type parameters of type Adapter.Toolkit
 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).
 

Uses of Adapter.Toolkit in com.sun.xml.ws.transport.http
 

Subclasses of Adapter.Toolkit in com.sun.xml.ws.transport.http
(package private)  class HttpAdapter.HttpToolkit