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
public abstract class AbstractSimpleGenerator extends AbstractGenerator
-
-
Field Summary
Fields Modifier and Type Field Description protected static LoggerLOGprotected static StringTEMPLATE_BASE-
Fields inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
env, name, velocity
-
-
Constructor Summary
Constructors Constructor Description AbstractSimpleGenerator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidgenerate(ToolContext penv)StringgetOutputDir()abstract booleanpassthrough()voidregister(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 Detail
-
LOG
protected static final Logger LOG
-
TEMPLATE_BASE
protected static final String TEMPLATE_BASE
- See Also:
- Constant Field Values
-
-
Method Detail
-
passthrough
public abstract boolean passthrough()
-
generate
public abstract void generate(ToolContext penv) throws ToolException
- Throws:
ToolException
-
register
public void register(ClassCollector collector, String packageName, String fileName)
- Specified by:
registerin classAbstractGenerator
-
getOutputDir
public String getOutputDir()
- Overrides:
getOutputDirin classAbstractGenerator
-
-