Apache CXF API

org.apache.cxf.jca.jarloader
Class JarLoader

java.lang.Object
  extended by org.apache.cxf.jca.jarloader.JarLoader

public final class JarLoader
extends Object

load jars to memory from an archive


Method Summary
static byte[] getBytesFromInputStream(InputStream is)
           
static Map<?,?> getJarContents(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(InputStream is)
                                      throws IOException
Throws:
IOException

getJarContents

public static Map<?,?> getJarContents(String path)
                               throws MalformedURLException,
                                      IOException
Throws:
MalformedURLException
IOException

Apache CXF API

Apache CXF