Package com.sun.ejb.codegen
Interface ClassGeneratorFactory
-
- All Known Implementing Classes:
GenericHomeGenerator,Remote30WrapperGenerator,RemoteGenerator,ServiceInterfaceGenerator
public interface ClassGeneratorFactoryConvenience interface that defines a factory for ClassGenerator instances. It puts the class name of the generated class in a single place. It must always be the case that evaluate().name().equals( className() ).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringclassName()voidevaluate()
-
-
-
Method Detail
-
className
String className()
-
evaluate
void evaluate()
-
-