org.apache.cxf.jca.jarloader
Class JarLoader
java.lang.Object
org.apache.cxf.jca.jarloader.JarLoader
public final class JarLoader
- extends Object
load jars to memory from an archive
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBytesFromInputStream
public static byte[] getBytesFromInputStream(InputStream is)
throws IOException
- Throws:
IOException
getJarContents
public static Map<?,?> getJarContents(String path)
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
Apache CXF