org.apache.axis2.jaxws.util
Class ClassLoaderUtils

java.lang.Object
  extended by 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

public class ClassLoaderUtils
extends Object


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

ClassLoaderUtils

public ClassLoaderUtils()
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


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.