Apache CXF API

org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator
Class SimpleImplGenerator

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.core.AbstractGenerator
      extended by org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.AbstractSimpleGenerator
          extended by org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.SimpleImplGenerator
All Implemented Interfaces:
FrontEndGenerator

public class SimpleImplGenerator
extends AbstractSimpleGenerator


Field Summary
 
Fields inherited from class org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.AbstractSimpleGenerator
LOG, TEMPLATE_BASE
 
Fields inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
env, name, velocity
 
Constructor Summary
SimpleImplGenerator()
           
 
Method Summary
 void generate(ToolContext penv)
           
 boolean passthrough()
           
 
Methods inherited from class org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator.AbstractSimpleGenerator
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleImplGenerator

public SimpleImplGenerator()
Method Detail

passthrough

public boolean passthrough()
Specified by:
passthrough in class AbstractSimpleGenerator

generate

public void generate(ToolContext penv)
              throws ToolException
Specified by:
generate in interface FrontEndGenerator
Specified by:
generate in class AbstractSimpleGenerator
Throws:
ToolException

Apache CXF API

Apache CXF