Class AbstractJAXWSGenerator
java.lang.Object
org.apache.cxf.tools.wsdlto.core.AbstractGenerator
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
- All Implemented Interfaces:
org.apache.cxf.tools.common.FrontEndGenerator
- Direct Known Subclasses:
AntGenerator,ClientGenerator,FaultGenerator,HandlerConfigGenerator,ImplGenerator,SEIGenerator,ServerGenerator,ServiceGenerator
public abstract class AbstractJAXWSGenerator
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) booleanvoidMethods inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
clearAttributes, doWrite, getEnvironment, getName, getOutputDir, isCollision, isCollision, parseOutputName, parseOutputName, setAttributes, setCommonAttributes, setEnvironment, wantToKeep
-
Field Details
-
LOG
-
TEMPLATE_BASE
- See Also:
-
-
Constructor Details
-
AbstractJAXWSGenerator
public AbstractJAXWSGenerator()
-
-
Method Details
-
passthrough
public 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
-