Uses of Interface
com.sun.xml.ws.transport.http.ResourceLoader

Packages that use ResourceLoader
com.sun.xml.ws.transport.http   
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
com.sun.xml.ws.transport.local Transport implementations that work inside the single JVM. 
 

Uses of ResourceLoader in com.sun.xml.ws.transport.http
 

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

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

Classes in com.sun.xml.ws.transport.http.servlet that implement ResourceLoader
(package private)  class ServletResourceLoader
          ResourceLoader backed by ServletContext.
 

Uses of ResourceLoader in com.sun.xml.ws.transport.local
 

Classes in com.sun.xml.ws.transport.local that implement ResourceLoader
 class FileSystemResourceLoader
          ResourceLoader that deals with the expanded image of a war file on a file system.