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.tcp.server   
 

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.tcp.server
 

Subclasses of Adapter.Toolkit in com.sun.xml.ws.transport.tcp.server
 class TCPAdapter.TCPToolkit
           
 



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