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 Summary
ConstructorDescriptionProxyClassLoader
(ClassLoader parent) ProxyClassLoader
(ClassLoader parent, Class<?>[] cls) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLoader
(ClassLoader loader) Class<?>
findResource
(String name) Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, 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:
findClass
in classClassLoader
- Throws:
ClassNotFoundException
-
findResource
- Overrides:
findResource
in classClassLoader
-