Package 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
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]getBytesFromInputStream(InputStream is)static Map<?,?>getJarContents(String path)
-
-
-
Method Detail
-
getBytesFromInputStream
public static byte[] getBytesFromInputStream(InputStream is) throws IOException
- Throws:
IOException
-
getJarContents
public static Map<?,?> getJarContents(String path) throws MalformedURLException, IOException
- Throws:
MalformedURLExceptionIOException
-
-