Apache CXF API

org.apache.cxf.jca.core.classloader
Class PlugInClassLoaderHelper

java.lang.Object
  extended by org.apache.cxf.jca.core.classloader.PlugInClassLoaderHelper

public final class PlugInClassLoaderHelper
extends Object


Method Summary
static byte[] getResourceAsBytes(String name)
           
static boolean hasResource(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasResource

public static boolean hasResource(String name)

getResourceAsBytes

public static byte[] getResourceAsBytes(String name)
                                 throws IOException
Throws:
IOException

Apache CXF API

Apache CXF