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.


Constructor Summary
Handler()
           
 
Method Summary
 URLConnection openConnection(URL url)
          Called by the Java runtime to open a classpath url.
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Method Detail

openConnection

public URLConnection openConnection(URL url)
                             throws IOException
Called by the Java runtime to open a classpath url.
Overrides:
openConnection in class URLStreamHandler