Class FaultGenerator
java.lang.Object
org.apache.cxf.tools.wsdlto.core.AbstractGenerator
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.FaultGenerator
- All Implemented Interfaces:
org.apache.cxf.tools.common.FrontEndGenerator
-
Field Summary
Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
LOG, TEMPLATE_BASEFields inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
env, name, velocity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(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
-
Constructor Details
-
FaultGenerator
public FaultGenerator()
-
-
Method Details
-
passthrough
public boolean passthrough()- Overrides:
passthroughin classAbstractJAXWSGenerator
-
generate
public void generate(org.apache.cxf.tools.common.ToolContext penv) throws org.apache.cxf.tools.common.ToolException - Specified by:
generatein interfaceorg.apache.cxf.tools.common.FrontEndGenerator- Specified by:
generatein classAbstractJAXWSGenerator- Throws:
org.apache.cxf.tools.common.ToolException
-
register
public void register(org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName) - Overrides:
registerin classAbstractJAXWSGenerator
-