Package org.jboss.as.server.deployment
Class ModuleClassFactory
- java.lang.Object
-
- org.jboss.as.server.deployment.ModuleClassFactory
-
- All Implemented Interfaces:
org.jboss.classfilewriter.ClassFactory
public final class ModuleClassFactory extends Object implements org.jboss.classfilewriter.ClassFactory
- Author:
- Richard Opalka
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.classfilewriter.ClassFactoryINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>defineClass(ClassLoader classLoader, String name, byte[] b, int off, int len, ProtectionDomain protectionDomain)
-
-
-
Method Detail
-
defineClass
public Class<?> defineClass(ClassLoader classLoader, String name, byte[] b, int off, int len, ProtectionDomain protectionDomain) throws ClassFormatError
- Specified by:
defineClassin interfaceorg.jboss.classfilewriter.ClassFactory- Throws:
ClassFormatError
-
-