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   
 

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.
 



Copyright © 2015 Oracle Corporation. All Rights Reserved.