com.sun.xml.ws.transport.tcp.server
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TCPResourceLoader
public TCPResourceLoader(TCPContext context)
getResource
public URL getResource(String path)
throws MalformedURLException
- Specified by:
getResource in interface com.sun.xml.ws.transport.http.ResourceLoader
- Throws:
MalformedURLException
getCatalogFile
public URL getCatalogFile()
throws MalformedURLException
- Specified by:
getCatalogFile in interface com.sun.xml.ws.transport.http.ResourceLoader
- Throws:
MalformedURLException
getResourcePaths
public Set<String> getResourcePaths(String path)
- Specified by:
getResourcePaths in interface com.sun.xml.ws.transport.http.ResourceLoader
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.