org.apache.cxf.jbi.se
Class ComponentClassLoaderHelper

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

public final class ComponentClassLoaderHelper
extends java.lang.Object


Method Summary
static byte[] getResourceAsBytes(java.lang.String name)
           
static boolean hasResource(java.lang.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(java.lang.String name)

getResourceAsBytes

public static byte[] getResourceAsBytes(java.lang.String name)
                                 throws java.io.IOException
Throws:
java.io.IOException


Apache CXF