Class ImplGenerator
- 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.ImplGenerator
-
- All Implemented Interfaces:
org.apache.cxf.tools.common.FrontEndGenerator
public class ImplGenerator extends AbstractJAXWSGenerator
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
LOG, TEMPLATE_BASE
-
-
Constructor Summary
Constructors Constructor Description ImplGenerator()
-
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.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
register
-
-
-
-
Method Detail
-
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
-
-