Apache CXF API

org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
Class FaultGenerator

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.core.AbstractGenerator
      extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
          extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.FaultGenerator
All Implemented Interfaces:
FrontEndGenerator

public class FaultGenerator
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
FaultGenerator()
           
 
Method Summary
 void generate(ToolContext penv)
           
 boolean passthrough()
           
 void register(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 Detail

FaultGenerator

public FaultGenerator()
Method Detail

passthrough

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

generate

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

register

public void register(ClassCollector collector,
                     String packageName,
                     String fileName)
Overrides:
register in class AbstractJAXWSGenerator

Apache CXF API

Apache CXF