Class JaxwsClientGenerator
- java.lang.Object
-
- org.apache.cxf.tools.wsdlto.core.AbstractGenerator
-
- org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator.AbstractJaxwsGenerator
-
- org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator.JaxwsClientGenerator
-
- All Implemented Interfaces:
FrontEndGenerator
public class JaxwsClientGenerator extends AbstractJaxwsGenerator
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator.AbstractJaxwsGenerator
LOG, TEMPLATE_BASE
-
Fields inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
env, name, velocity
-
-
Constructor Summary
Constructors Constructor Description JaxwsClientGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(ToolContext penv)booleanpassthrough()-
Methods inherited from class org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator.AbstractJaxwsGenerator
getOutputDir, register
-
Methods inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
clearAttributes, doWrite, getEnvironment, getName, isCollision, isCollision, parseOutputName, parseOutputName, setAttributes, setCommonAttributes, setEnvironment, wantToKeep
-
-
-
-
Method Detail
-
passthrough
public boolean passthrough()
- Specified by:
passthroughin classAbstractJaxwsGenerator
-
generate
public void generate(ToolContext penv) throws ToolException
- Specified by:
generatein interfaceFrontEndGenerator- Specified by:
generatein classAbstractJaxwsGenerator- Throws:
ToolException
-
-