public class SOAPResponseClassLoader
extends java.lang.ClassLoader
INTERNAL: A subclass of ClassLoader
that exposes a build method to the hidden
private ClassLoader.defineClass(byte[], int, int)
method.
This loader is only used to define auto-generated subclasses of the SOAPResponse
class; it should never be used to load actual existing classes.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SOAP_RESPONSE_CLASSNAME_SLASHES |
Constructor and Description |
---|
SOAPResponseClassLoader(java.lang.ClassLoader parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
buildClass(java.lang.String className) |
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference