public class ServiceInterfaceGenerator extends Generator implements ClassGeneratorFactory
ejbClassSymbol
Constructor and Description |
---|
ServiceInterfaceGenerator(ClassLoader cl,
Class sib)
Construct the Wrapper generator with the specified deployment
descriptor and class loader.
|
Modifier and Type | Method and Description |
---|---|
String |
className() |
void |
evaluate() |
String |
getGeneratedClass()
Get the fully qualified name of the generated class.
|
String |
getPackageName() |
String |
getServiceIntfName() |
getBaseName, getPackageName, getSecurityAttribute, getTxAttribute, getUniqueClassName, isEJBIntfMethod, printType, removeDups
public ServiceInterfaceGenerator(ClassLoader cl, Class sib) throws GeneratorException, ClassNotFoundException
GeneratorException.
GeneratorException
ClassNotFoundException
public String getServiceIntfName()
public String getPackageName()
public String getGeneratedClass()
getGeneratedClass
in class Generator
public String className()
className
in interface ClassGeneratorFactory
public void evaluate()
evaluate
in interface ClassGeneratorFactory
Copyright © 2020. All rights reserved.