com.jxml.protocol.classpath
Class Handler
java.lang.Object
|
+--java.net.URLStreamHandler
|
+--com.jxml.protocol.classpath.Handler
- public class Handler
- extends URLStreamHandler
Protocol hook class for the jxml classpath protocol.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Handler
public Handler()
openConnection
public URLConnection openConnection(URL url)
throws IOException
- Called by the Java runtime to open a classpath url.
- Overrides:
openConnection
in class URLStreamHandler