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:
org.apache.cxf.tools.common.FrontEndGenerator
- Direct Known Subclasses:
SimpleClientGenerator,SimpleImplGenerator,SimpleSEIGenerator,SimpleServerGenerator
public abstract class AbstractSimpleGenerator
extends org.apache.cxf.tools.wsdlto.core.AbstractGenerator
-
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(org.apache.cxf.tools.common.ToolContext penv) abstract booleanvoidMethods 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
public abstract void generate(org.apache.cxf.tools.common.ToolContext penv) throws org.apache.cxf.tools.common.ToolException - Throws:
org.apache.cxf.tools.common.ToolException
-
register
public void register(org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName) - Specified by:
registerin classorg.apache.cxf.tools.wsdlto.core.AbstractGenerator
-
getOutputDir
- Overrides:
getOutputDirin classorg.apache.cxf.tools.wsdlto.core.AbstractGenerator
-