|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.util.ClassLoaderUtils
public class ClassLoaderUtils
Constructor Summary | |
---|---|
ClassLoaderUtils()
Deprecated. |
Method Summary | |
---|---|
static Class |
forName(String className)
Deprecated. Return the class for this name |
static Class |
forName(String className,
boolean initialize,
ClassLoader classloader)
Deprecated. Return the class for this name |
static ClassLoader |
getClassLoader(Class cls)
Deprecated. |
static ClassLoader |
getContextClassLoader(ClassLoader classLoader)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassLoaderUtils()
Method Detail |
---|
public static ClassLoader getClassLoader(Class cls)
public static ClassLoader getContextClassLoader(ClassLoader classLoader)
public static Class forName(String className, boolean initialize, ClassLoader classloader) throws ClassNotFoundException
ClassNotFoundException
public static Class forName(String className) throws ClassNotFoundException
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |