public class SOAPResponseClassLoader extends 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 String |
SOAP_RESPONSE_CLASSNAME_SLASHES |
Constructor and Description |
---|
SOAPResponseClassLoader(ClassLoader parent) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
buildClass(String className) |
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus
public static final String SOAP_RESPONSE_CLASSNAME_SLASHES
public SOAPResponseClassLoader(ClassLoader parent)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference