Package com.sun.ejb.codegen
Interface ClassGeneratorFactory
-
- All Known Implementing Classes:
Generator,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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevaluate()CallsWrappermethods to configure the class definition.Class<?>getAnchorClass()StringgetGeneratedClassName()
-
-
-
Method Detail
-
getGeneratedClassName
String getGeneratedClassName()
- Returns:
- name of the generated class or interface
-
getAnchorClass
Class<?> getAnchorClass()
- Returns:
- loadable class of the same package as
getGeneratedClassName()
-
evaluate
void evaluate()
CallsWrappermethods to configure the class definition.
-
-