Class SOAPResponseClassLoader

java.lang.Object
java.lang.ClassLoader
org.eclipse.persistence.internal.dbws.SOAPResponseClassLoader

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.

  • Field Details

    • SOAP_RESPONSE_CLASSNAME_SLASHES

      public static final String SOAP_RESPONSE_CLASSNAME_SLASHES
  • Constructor Details

    • SOAPResponseClassLoader

      public SOAPResponseClassLoader(ClassLoader parent)
  • Method Details

    • buildClass

      public Class<?> buildClass(String className)
    • generateClassBytes

      protected byte[] generateClassBytes(String className)