org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
Class AbstractJAXWSGenerator
java.lang.Object
org.apache.cxf.tools.wsdlto.core.AbstractGenerator
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
- All Implemented Interfaces:
- FrontEndGenerator
- Direct Known Subclasses:
- AntGenerator, ClientGenerator, FaultGenerator, HandlerConfigGenerator, ImplGenerator, SEIGenerator, ServerGenerator, ServiceGenerator
public abstract class AbstractJAXWSGenerator
- extends AbstractGenerator
Methods inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator |
clearAttributes, doWrite, getEnvironment, getName, getOutputDir, isCollision, isCollision, parseOutputName, parseOutputName, setAttributes, setCommonAttributes, setEnvironment, wantToKeep |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final Logger LOG
TEMPLATE_BASE
protected static final String TEMPLATE_BASE
- See Also:
- Constant Field Values
AbstractJAXWSGenerator
public AbstractJAXWSGenerator()
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:
register
in class AbstractGenerator
Apache CXF