public abstract class AbstractSimpleGenerator
extends org.apache.cxf.tools.wsdlto.core.AbstractGenerator
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
LOG |
protected static String |
TEMPLATE_BASE |
| Constructor and Description |
|---|
AbstractSimpleGenerator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
generate(org.apache.cxf.tools.common.ToolContext penv) |
String |
getOutputDir() |
abstract boolean |
passthrough() |
void |
register(org.apache.cxf.tools.util.ClassCollector collector,
String packageName,
String fileName) |
protected static final Logger LOG
protected static final String TEMPLATE_BASE
public abstract boolean passthrough()
public abstract void generate(org.apache.cxf.tools.common.ToolContext penv)
throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionpublic void register(org.apache.cxf.tools.util.ClassCollector collector,
String packageName,
String fileName)
register in class org.apache.cxf.tools.wsdlto.core.AbstractGeneratorpublic String getOutputDir()
getOutputDir in class org.apache.cxf.tools.wsdlto.core.AbstractGeneratorApache CXF