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:
org.apache.cxf.tools.common.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    generate(org.apache.cxf.tools.common.ToolContext penv)
     
    org.apache.cxf.tools.common.model.JAnnotation
     
    void
    setJavaInterface(org.apache.cxf.tools.common.model.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HandlerConfigGenerator

      public HandlerConfigGenerator()
  • Method Details

    • getHandlerAnnotation

      public org.apache.cxf.tools.common.model.JAnnotation getHandlerAnnotation()
    • setJavaInterface

      public void setJavaInterface(org.apache.cxf.tools.common.model.JavaInterface javaInterface)
    • generate

      public void generate(org.apache.cxf.tools.common.ToolContext penv) throws org.apache.cxf.tools.common.ToolException
      Specified by:
      generate in interface org.apache.cxf.tools.common.FrontEndGenerator
      Specified by:
      generate in class AbstractJAXWSGenerator
      Throws:
      org.apache.cxf.tools.common.ToolException