Package org.apache.cxf.common.util
Class ProxyClassLoader
java.lang.Object
java.lang.ClassLoader
org.apache.cxf.common.util.ProxyClassLoader
Utility class loader that can be used to create proxies in cases where
 the the client classes are not visible to the loader of the
 service class.
- 
Constructor SummaryConstructorsConstructorDescriptionProxyClassLoader(ClassLoader parent) ProxyClassLoader(ClassLoader parent, Class<?>[] cls) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddLoader(ClassLoader loader) Class<?>findResource(String name) Methods inherited from class java.lang.ClassLoaderclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getName, getPackage, getPackages, getParent, getPlatformClassLoader, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, loadClass, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
- 
Constructor Details- 
ProxyClassLoader
- 
ProxyClassLoader
 
- 
- 
Method Details- 
addLoader
- 
findClass- Overrides:
- findClassin class- ClassLoader
- Throws:
- ClassNotFoundException
 
- 
findResource- Overrides:
- findResourcein class- ClassLoader
 
 
-