Uses of Interface
com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory

Packages that use DeploymentDescriptorParser.AdapterFactory
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   
 

Uses of DeploymentDescriptorParser.AdapterFactory in com.sun.xml.ws.transport.http
 

Classes in com.sun.xml.ws.transport.http that implement DeploymentDescriptorParser.AdapterFactory
 class HttpAdapterList<T extends HttpAdapter>
          List of HttpAdapters created together.
 

Constructors in com.sun.xml.ws.transport.http with parameters of type DeploymentDescriptorParser.AdapterFactory
DeploymentDescriptorParser(ClassLoader cl, ResourceLoader loader, Container container, DeploymentDescriptorParser.AdapterFactory<A> adapterFactory)
           
 

Uses of DeploymentDescriptorParser.AdapterFactory in com.sun.xml.ws.transport.http.server
 

Classes in com.sun.xml.ws.transport.http.server that implement DeploymentDescriptorParser.AdapterFactory
 class ServerAdapterList
           
 

Uses of DeploymentDescriptorParser.AdapterFactory in com.sun.xml.ws.transport.http.servlet
 

Classes in com.sun.xml.ws.transport.http.servlet that implement DeploymentDescriptorParser.AdapterFactory
 class ServletAdapterList
          List (and a factory) of ServletAdapter.
 

Uses of DeploymentDescriptorParser.AdapterFactory in com.sun.xml.ws.transport.tcp.server
 

Classes in com.sun.xml.ws.transport.tcp.server that implement DeploymentDescriptorParser.AdapterFactory
 class TCPAdapterList
           
 

Fields in com.sun.xml.ws.transport.tcp.server declared as DeploymentDescriptorParser.AdapterFactory
static DeploymentDescriptorParser.AdapterFactory<TCPAdapter> TCPAdapter.FACTORY
           
 



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