com.sun.xml.ws.transport.tcp.server
Class TCPResourceLoader

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.server.TCPResourceLoader
All Implemented Interfaces:
com.sun.xml.ws.transport.http.ResourceLoader

public final class TCPResourceLoader
extends java.lang.Object
implements com.sun.xml.ws.transport.http.ResourceLoader


Constructor Summary
TCPResourceLoader(TCPContext context)
           
 
Method Summary
 java.net.URL getCatalogFile()
           
 java.net.URL getResource(java.lang.String path)
           
 java.util.Set<java.lang.String> getResourcePaths(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPResourceLoader

public TCPResourceLoader(TCPContext context)
Method Detail

getResource

public java.net.URL getResource(java.lang.String path)
                         throws java.net.MalformedURLException
Specified by:
getResource in interface com.sun.xml.ws.transport.http.ResourceLoader
Throws:
java.net.MalformedURLException

getCatalogFile

public java.net.URL getCatalogFile()
                            throws java.net.MalformedURLException
Specified by:
getCatalogFile in interface com.sun.xml.ws.transport.http.ResourceLoader
Throws:
java.net.MalformedURLException

getResourcePaths

public java.util.Set<java.lang.String> getResourcePaths(java.lang.String path)
Specified by:
getResourcePaths in interface com.sun.xml.ws.transport.http.ResourceLoader