public class CxfContainerClassLoader extends ClassLoader implements org.apache.openejb.util.classloader.Unwrappable
| Modifier and Type | Field and Description |
|---|---|
static String |
CXF_PACKAGE |
| Constructor and Description |
|---|
CxfContainerClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
equals(Object o) |
protected Class<?> |
findClass(String name) |
protected URL |
findResource(String name) |
protected Enumeration<URL> |
findResources(String name) |
int |
hashCode() |
boolean |
hasTccl() |
protected Class<?> |
loadClass(String name,
boolean resolve) |
void |
tccl(ClassLoader loader) |
ClassLoader |
unwrap() |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic static final String CXF_PACKAGE
public void tccl(ClassLoader loader)
public void clear()
public boolean hasTccl()
protected Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionprotected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionprotected URL findResource(String name)
findResource in class ClassLoaderprotected Enumeration<URL> findResources(String name) throws IOException
findResources in class ClassLoaderIOExceptionpublic ClassLoader unwrap()
unwrap in interface org.apache.openejb.util.classloader.UnwrappableCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.