|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.generator.RegistryBeanGeneratorImpl
public class RegistryBeanGeneratorImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.softwareag.centrasite.appl.framework.generator.RegistryBeanGenerator |
---|
RegistryBeanGenerator.ResultType |
Constructor Summary | |
---|---|
RegistryBeanGeneratorImpl(com.centrasite.jaxr.CentraSiteConnection connection)
|
Method Summary | |
---|---|
java.util.Map<RegistryBeanGenerator.ResultType,java.lang.String> |
generate(java.lang.String objectType,
java.lang.String interfacePackage,
java.lang.String implementationPackage)
Execute an xquery which generates the java code based on a template. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryBeanGeneratorImpl(com.centrasite.jaxr.CentraSiteConnection connection)
Method Detail |
---|
public java.util.Map<RegistryBeanGenerator.ResultType,java.lang.String> generate(java.lang.String objectType, java.lang.String interfacePackage, java.lang.String implementationPackage) throws CSAppFrameworkException
generate
in interface RegistryBeanGenerator
objectType
- QName of the object type.interfacePackage
- package name of the interface which will be generated.implementationPackage
- package name of the implementation which will be generated.
CSAppFrameworkException
Queries
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |