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. 
 

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.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.