|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.ow2.petals.binding.soap.util.SoapSUClassLoader
public class SoapSUClassLoader
A Specific SOAP Service Unit ClassLoader, in order to find classes contained in the modules engaged with the services
| Constructor Summary | |
|---|---|
SoapSUClassLoader(java.net.URL[] urls,
java.util.List<java.lang.ClassLoader> modulesClassLoaders,
java.lang.ClassLoader parent)
SoapSUClassLoader is extended from URLClassLoader. |
|
| Method Summary | |
|---|---|
protected java.lang.Class<?> |
findClass(java.lang.String name)
Overrides the URLClassLoader's findClass method by searching in the modules ClassLoaders of the SU if the class was not found |
| Methods inherited from class java.net.URLClassLoader |
|---|
addURL, definePackage, findResource, findResources, getPermissions, getURLs, newInstance, newInstance |
| Methods inherited from class java.security.SecureClassLoader |
|---|
defineClass, defineClass |
| Methods inherited from class java.lang.ClassLoader |
|---|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoapSUClassLoader(java.net.URL[] urls,
java.util.List<java.lang.ClassLoader> modulesClassLoaders,
java.lang.ClassLoader parent)
urls - URLsmodulesClassLoaders - the Modules ClassLoadersparent - parent classloader ClassLoader| Method Detail |
|---|
protected java.lang.Class<?> findClass(java.lang.String name)
throws java.lang.ClassNotFoundException
findClass in class java.net.URLClassLoadername - the name of the class
java.lang.ClassNotFoundException - if the class could not be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||