public class PlugInClassLoader extends SecureClassLoader
Constructor and Description |
---|
PlugInClassLoader(ClassLoader p) |
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
findClass(String name) |
protected URL |
findResource(String name) |
protected URL |
genURL(String path) |
defineClass, defineClass, getPermissions
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
public PlugInClassLoader(ClassLoader p) throws IOException
IOException
protected Class<?> findClass(String name) throws ClassNotFoundException
findClass
in class ClassLoader
ClassNotFoundException
protected URL findResource(String name)
findResource
in class ClassLoader
Apache CXF