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 Object
implements com.sun.xml.ws.transport.http.ResourceLoader

Author:
Alexey Stashok

Constructor Summary
TCPResourceLoader(TCPContext context)
           
 
Method Summary
 URL getCatalogFile()
           
 URL getResource(String path)
           
 Set<String> getResourcePaths(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 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-2013 Oracle Corporation. All Rights Reserved.