Class SimpleImplGenerator
- java.lang.Object
-
- org.apache.cxf.tools.wsdlto.core.AbstractGenerator
-
- org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.AbstractSimpleGenerator
-
- org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.SimpleImplGenerator
-
- All Implemented Interfaces:
org.apache.cxf.tools.common.FrontEndGenerator
public class SimpleImplGenerator extends AbstractSimpleGenerator
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.AbstractSimpleGenerator
LOG, TEMPLATE_BASE
-
-
Constructor Summary
Constructors Constructor Description SimpleImplGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(org.apache.cxf.tools.common.ToolContext penv)booleanpassthrough()-
Methods inherited from class org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.AbstractSimpleGenerator
getOutputDir, register
-
-
-
-
Method Detail
-
passthrough
public boolean passthrough()
- Specified by:
passthroughin classAbstractSimpleGenerator
-
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 classAbstractSimpleGenerator- Throws:
org.apache.cxf.tools.common.ToolException
-
-