Class AbstractJAXWSGenerator

java.lang.Object
org.apache.cxf.tools.wsdlto.core.AbstractGenerator
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
All Implemented Interfaces:
org.apache.cxf.tools.common.FrontEndGenerator
Direct Known Subclasses:
AntGenerator, ClientGenerator, FaultGenerator, HandlerConfigGenerator, ImplGenerator, SEIGenerator, ServerGenerator, ServiceGenerator

public abstract class AbstractJAXWSGenerator extends org.apache.cxf.tools.wsdlto.core.AbstractGenerator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final Logger
     
    protected static final String
     

    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
    abstract void
    generate(org.apache.cxf.tools.common.ToolContext penv)
     
    boolean
     
    void
    register(org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName)
     

    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
  • Field Details

  • Constructor Details

    • AbstractJAXWSGenerator

      public AbstractJAXWSGenerator()
  • Method Details

    • passthrough

      public boolean passthrough()
    • generate

      public abstract void generate(org.apache.cxf.tools.common.ToolContext penv) throws org.apache.cxf.tools.common.ToolException
      Throws:
      org.apache.cxf.tools.common.ToolException
    • register

      public void register(org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName)
      Specified by:
      register in class org.apache.cxf.tools.wsdlto.core.AbstractGenerator