Class TCPResourceLoader
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.server.TCPResourceLoader
-
- All Implemented Interfaces:
com.sun.xml.ws.transport.http.ResourceLoader
public final class TCPResourceLoader extends Object implements com.sun.xml.ws.transport.http.ResourceLoader
- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description TCPResourceLoader(TCPContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLgetCatalogFile()URLgetResource(String path)Set<String>getResourcePaths(String path)
-
-
-
Constructor Detail
-
TCPResourceLoader
public TCPResourceLoader(TCPContext context)
-
-
Method Detail
-
getResource
public URL getResource(String path) throws MalformedURLException
- Specified by:
getResourcein interfacecom.sun.xml.ws.transport.http.ResourceLoader- Throws:
MalformedURLException
-
getCatalogFile
public URL getCatalogFile() throws MalformedURLException
- Specified by:
getCatalogFilein interfacecom.sun.xml.ws.transport.http.ResourceLoader- Throws:
MalformedURLException
-
-