Uses of Interface
com.sun.xml.ws.api.config.management.Reconfigurable

Packages that use Reconfigurable
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
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   
 

Uses of Reconfigurable in com.sun.xml.ws.api.server
 

Classes in com.sun.xml.ws.api.server that implement Reconfigurable
 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 Reconfigurable in com.sun.xml.ws.transport.http
 

Classes in com.sun.xml.ws.transport.http that implement Reconfigurable
 class HttpAdapter
          Adapter that receives messages in HTTP.
 

Uses of Reconfigurable in com.sun.xml.ws.transport.http.server
 

Classes in com.sun.xml.ws.transport.http.server that implement Reconfigurable
 class ServerAdapter
          HttpAdapter for Endpoint API.
 

Uses of Reconfigurable in com.sun.xml.ws.transport.http.servlet
 

Classes in com.sun.xml.ws.transport.http.servlet that implement Reconfigurable
 class ServletAdapter
          HttpAdapter for servlets.
 

Uses of Reconfigurable in com.sun.xml.ws.transport.tcp.server
 

Classes in com.sun.xml.ws.transport.tcp.server that implement Reconfigurable
 class TCPAdapter
           
 class TCPServiceChannelWSAdapter
           
 

Uses of Reconfigurable in com.sun.xml.ws.transport.tcp.server.glassfish
 

Classes in com.sun.xml.ws.transport.tcp.server.glassfish that implement Reconfigurable
 class TCP109Adapter
           
 



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