org.jibx.binding
Class Loader.NondelegatingLoader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.jibx.binding.Loader
org.jibx.binding.Loader.NondelegatingLoader
- Enclosing class:
- Loader
public static class Loader.NondelegatingLoader
- extends Loader
Version of bind-on-demand loader which will not delegate handling of
classes included in the binding definition. Somewhat dangerous to use,
since it may result in loading multiple versions of the same class
(with and without binding).
| 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, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Loader.NondelegatingLoader
public Loader.NondelegatingLoader()
throws MalformedURLException
- Throws:
MalformedURLException
loadClass
protected Class loadClass(String name,
boolean resolve)
throws ClassNotFoundException
- Overrides:
loadClass in class ClassLoader
- Throws:
ClassNotFoundException
Copyright © 2005-2011 jibx.org. All Rights Reserved.