Class AbstractSimpleGenerator
java.lang.Object
org.apache.cxf.tools.wsdlto.core.AbstractGenerator
org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.AbstractSimpleGenerator
- All Implemented Interfaces:
FrontEndGenerator
- Direct Known Subclasses:
SimpleClientGenerator,SimpleImplGenerator,SimpleSEIGenerator,SimpleServerGenerator
-
Field Summary
FieldsFields inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
env, name, velocity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidgenerate(ToolContext penv) abstract booleanvoidregister(ClassCollector collector, String packageName, String fileName) Methods inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
clearAttributes, doWrite, getEnvironment, getName, isCollision, isCollision, parseOutputName, parseOutputName, setAttributes, setCommonAttributes, setEnvironment, wantToKeep
-
Field Details
-
LOG
-
TEMPLATE_BASE
- See Also:
-
-
Constructor Details
-
AbstractSimpleGenerator
public AbstractSimpleGenerator()
-
-
Method Details
-
passthrough
public abstract boolean passthrough() -
generate
- Throws:
ToolException
-
register
- Specified by:
registerin classAbstractGenerator
-
getOutputDir
- Overrides:
getOutputDirin classAbstractGenerator
-