Package org.apache.axis2.classloader
Class JarFileUrlStreamHandler
java.lang.Object
java.net.URLStreamHandler
org.apache.axis2.classloader.JarFileUrlStreamHandler
- Version:
- $Rev: 476049 $ $Date: 2006-11-16 23:35:17 -0500 (Thu, 16 Nov 2006) $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic URLstatic URLopenConnection(URL url) voidsetExpectedUrl(URL expectedUrl) Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
JarFileUrlStreamHandler
public JarFileUrlStreamHandler() -
JarFileUrlStreamHandler
-
-
Method Details
-
createUrl
- Throws:
MalformedURLException
-
createUrl
public static URL createUrl(JarFile jarFile, JarEntry jarEntry, URL codeSource) throws MalformedURLException - Throws:
MalformedURLException
-
setExpectedUrl
-
openConnection
- Specified by:
openConnectionin classURLStreamHandler- Throws:
IOException
-