Package org.apache.axis2.jaxws.util
Class ClassLoaderUtils
java.lang.Object
org.apache.axis2.jaxws.util.ClassLoaderUtils
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassDeprecated.Return the class for this namestatic ClassforName(String className, boolean initialize, ClassLoader classloader) Deprecated.Return the class for this namestatic ClassLoadergetClassLoader(Class cls) Deprecated.static ClassLoadergetContextClassLoader(ClassLoader classLoader) Deprecated.
-
Constructor Details
-
ClassLoaderUtils
public ClassLoaderUtils()Deprecated.
-
-
Method Details
-
getClassLoader
Deprecated.- Returns:
- ClassLoader
-
getContextClassLoader
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
Deprecated.Return the class for this name- Returns:
- Class
- Throws:
ClassNotFoundException
-