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.ServiceGenerator
All Implemented Interfaces:
org.apache.cxf.tools.common.FrontEndGenerator

public class ServiceGenerator 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)
     
    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
  • Constructor Details

    • ServiceGenerator

      public ServiceGenerator()
  • Method Details

    • passthrough

      public boolean passthrough()
      Overrides:
      passthrough in class AbstractJAXWSGenerator
    • 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
    • register

      public void register(org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName)
      Overrides:
      register in class AbstractJAXWSGenerator