org.apache.cxf.jbi.se
Class JarLoader

java.lang.Object
  extended by org.apache.cxf.jbi.se.JarLoader

public final class JarLoader
extends java.lang.Object

load jars to memory from an archive


Method Summary
static byte[] getBytesFromInputStream(java.io.InputStream is)
           
static java.util.Map getJarContents(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBytesFromInputStream

public static byte[] getBytesFromInputStream(java.io.InputStream is)
                                      throws java.io.IOException
Throws:
java.io.IOException

getJarContents

public static java.util.Map getJarContents(java.lang.String path)
                                    throws java.net.MalformedURLException,
                                           java.io.IOException
Throws:
java.net.MalformedURLException
java.io.IOException


Apache CXF