org.springframework.remoting.rmi
Class RmiClientInterceptor.DummyURLStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.springframework.remoting.rmi.RmiClientInterceptor.DummyURLStreamHandler
Enclosing class:
RmiClientInterceptor

private static class RmiClientInterceptor.DummyURLStreamHandler
extends java.net.URLStreamHandler

Dummy URLStreamHandler that's just specified to suppress the standard java.net.URL URLStreamHandler lookup, to be able to use the standard URL class for parsing "rmi:..." URLs.


Constructor Summary
private RmiClientInterceptor.DummyURLStreamHandler()
           
 
Method Summary
protected  java.net.URLConnection openConnection(java.net.URL url)
           
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, 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

RmiClientInterceptor.DummyURLStreamHandler

private RmiClientInterceptor.DummyURLStreamHandler()
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL url)
                                         throws java.io.IOException
Specified by:
openConnection in class java.net.URLStreamHandler
Throws:
java.io.IOException