Package org.apache.axis2.jaxws.util
Class ClassLoaderUtils
- java.lang.Object
-
- org.apache.axis2.jaxws.util.ClassLoaderUtils
-
public class ClassLoaderUtils extends Object
Deprecated.- Security Risk. Please don't use this class, As a general rule end user code should not be able to access AccessController.doPrivileged
-
-
Constructor Summary
Constructors Constructor Description ClassLoaderUtils()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Class
forName(String className)
Deprecated.Return the class for this namestatic Class
forName(String className, boolean initialize, ClassLoader classloader)
Deprecated.Return the class for this namestatic ClassLoader
getClassLoader(Class cls)
Deprecated.static ClassLoader
getContextClassLoader(ClassLoader classLoader)
Deprecated.
-
-
-
Method Detail
-
getClassLoader
public static ClassLoader getClassLoader(Class cls)
Deprecated.- Returns:
- ClassLoader
-
getContextClassLoader
public static ClassLoader getContextClassLoader(ClassLoader classLoader)
Deprecated.- Returns:
- ClassLoader
-
forName
public static Class forName(String className, boolean initialize, ClassLoader classloader) throws ClassNotFoundException
Deprecated.Return the class for this name- Returns:
- Class
- Throws:
ClassNotFoundException
-
forName
public static Class forName(String className) throws ClassNotFoundException
Deprecated.Return the class for this name- Returns:
- Class
- Throws:
ClassNotFoundException
-
-