Class AbstractJaxwsGenerator
java.lang.Object
org.apache.cxf.tools.wsdlto.core.AbstractGenerator
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator.AbstractJaxwsGenerator
- All Implemented Interfaces:
FrontEndGenerator
- Direct Known Subclasses:
JaxwsClientGenerator,JaxwsImplGenerator,JaxwsSEIGenerator,JaxwsServerGenerator
-
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(ToolContext penv) abstract booleanvoidregister(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 Details
-
LOG
-
TEMPLATE_BASE
- See Also:
-
-
Constructor Details
-
AbstractJaxwsGenerator
public AbstractJaxwsGenerator()
-
-
Method Details
-
passthrough
public abstract boolean passthrough() -
generate
- Throws:
ToolException
-
register
- Specified by:
registerin classAbstractGenerator
-
getOutputDir
- Overrides:
getOutputDirin classAbstractGenerator
-