Uses of Class
org.apache.axis2.wsdl.codegen.CodeGenerationException

Packages that use CodeGenerationException
org.apache.axis2.wsdl.codegen   
org.apache.axis2.wsdl.codegen.emitter   
org.apache.axis2.wsdl.codegen.extension   
org.apache.axis2.wsdl.codegen.writer   
 

Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen
 

Methods in org.apache.axis2.wsdl.codegen that throw CodeGenerationException
 void CodeGenerationEngine.generate()
          Generate the code!!
 

Constructors in org.apache.axis2.wsdl.codegen that throw CodeGenerationException
CodeGenerationEngine(CodeGenConfiguration configuration)
           
CodeGenerationEngine(org.apache.axis2.util.CommandLineOptionParser parser)
           
 

Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen.emitter
 

Methods in org.apache.axis2.wsdl.codegen.emitter that throw CodeGenerationException
 void Emitter.emitStub()
           
 void Emitter.emitSkeleton()
           
 void CEmitter.emitStub()
          Emit the stub
 void CEmitter.emitSkeleton()
          Emit the skeltons
 void AxisServiceBasedMultiLanguageEmitter.emitStub()
          Emits the stubcode with bindings.
 void AxisServiceBasedMultiLanguageEmitter.emitSkeleton()
          Emits the skeleton
 

Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen.extension
 

Methods in org.apache.axis2.wsdl.codegen.extension that throw CodeGenerationException
 void AbstractPrettyPrinterExtension.engage(CodeGenConfiguration configuration)
           
 void DefaultDatabindingExtension.engage(CodeGenConfiguration configuration)
           
 void TypeMapperExtension.engage(CodeGenConfiguration configuration)
           
 void WSDLValidatorExtension.engage(CodeGenConfiguration configuration)
           
 void CodeGenExtension.engage(CodeGenConfiguration configuration)
           
 void SchemaUnwrapperExtension.engage(CodeGenConfiguration configuration)
           
 void SchemaUnwrapperExtension.walkSchema(org.apache.axis2.description.AxisMessage message, java.lang.String qnameSuffix)
          walk the given schema element For a successful unwrapping the element should have the following structure < element > < complexType > < sequence > < element /> < /sequence > < /complexType > < /element >
 

Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen.writer
 

Methods in org.apache.axis2.wsdl.codegen.writer that throw CodeGenerationException
 void ClassWriter.loadTemplate()
          Loads the template.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.