Class HandlerConfigGenerator
- 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.HandlerConfigGenerator
-
- All Implemented Interfaces:
FrontEndGenerator
public class HandlerConfigGenerator extends AbstractJAXWSGenerator
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
LOG, TEMPLATE_BASE
-
Fields inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
env, name, velocity
-
-
Constructor Summary
Constructors Constructor Description HandlerConfigGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(ToolContext penv)JAnnotationgetHandlerAnnotation()voidsetJavaInterface(JavaInterface javaInterface)-
Methods inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
passthrough, register
-
Methods inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
clearAttributes, doWrite, getEnvironment, getName, getOutputDir, isCollision, isCollision, parseOutputName, parseOutputName, setAttributes, setCommonAttributes, setEnvironment, wantToKeep
-
-
-
-
Method Detail
-
getHandlerAnnotation
public JAnnotation getHandlerAnnotation()
-
setJavaInterface
public void setJavaInterface(JavaInterface javaInterface)
-
generate
public void generate(ToolContext penv) throws ToolException
- Specified by:
generatein interfaceFrontEndGenerator- Specified by:
generatein classAbstractJAXWSGenerator- Throws:
ToolException
-
-