com.sun.ejb.codegen
Class Remote30WrapperGenerator
java.lang.Object
com.sun.ejb.codegen.Generator
com.sun.ejb.codegen.Remote30WrapperGenerator
- All Implemented Interfaces:
- ClassGeneratorFactory
public class Remote30WrapperGenerator
- extends Generator
- implements ClassGeneratorFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Remote30WrapperGenerator
public Remote30WrapperGenerator(ClassLoader cl,
String businessIntfName,
String remoteIntfName)
throws GeneratorException
- Construct the Wrapper generator with the specified deployment
descriptor and class loader.
- Throws:
GeneratorException.
GeneratorException
getGeneratedClass
public String getGeneratedClass()
- Specified by:
getGeneratedClass in class Generator
className
public String className()
- Specified by:
className in interface ClassGeneratorFactory
evaluate
public void evaluate()
- Specified by:
evaluate in interface ClassGeneratorFactory
Copyright © 2012 GlassFish Community. All Rights Reserved.