org.apache.cxf.tools.wsdl2java.frontend.jaxws
Class FaultGenerator

java.lang.Object
  extended by org.apache.cxf.tools.wsdl2java.frontend.jaxws.AbstractGenerator
      extended by org.apache.cxf.tools.wsdl2java.frontend.jaxws.FaultGenerator
All Implemented Interfaces:
org.apache.cxf.tools.common.FrontEndGenerator

public class FaultGenerator
extends AbstractGenerator


Field Summary
 
Fields inherited from class org.apache.cxf.tools.wsdl2java.frontend.jaxws.AbstractGenerator
attributes, env, name, TEMPLATE_BASE
 
Constructor Summary
FaultGenerator()
           
 
Method Summary
 void generate(org.apache.cxf.tools.common.ToolContext penv)
           
 boolean passthrough()
           
 
Methods inherited from class org.apache.cxf.tools.wsdl2java.frontend.jaxws.AbstractGenerator
clearAttributes, doWrite, getEnvironment, getName, isCollision, isCollision, parseOutputName, parseOutputName, setAttributes, setCommonAttributes, setEnvironment
 
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 AbstractGenerator

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 AbstractGenerator
Throws:
org.apache.cxf.tools.common.ToolException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.