Uses of Class
org.apache.axis2.wsdl.codegen.CodeGenerationException
Packages that use CodeGenerationException
Package
Description
-
Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen
Methods in org.apache.axis2.wsdl.codegen that throw CodeGenerationExceptionConstructors in org.apache.axis2.wsdl.codegen that throw CodeGenerationException -
Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen.emitter
Methods in org.apache.axis2.wsdl.codegen.emitter that throw CodeGenerationExceptionModifier and TypeMethodDescriptionvoidCEmitter.emitBuildScript()Emit the build scriptvoidAxisServiceBasedMultiLanguageEmitter.emitSkeleton()Emits the skeletonvoidCEmitter.emitSkeleton()Emit the skeltonsvoidEmitter.emitSkeleton()voidAxisServiceBasedMultiLanguageEmitter.emitStub()Emits the stubcode with bindings.voidCEmitter.emitStub()Emit the stubvoidEmitter.emitStub() -
Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen.emitter.jaxws
Methods in org.apache.axis2.wsdl.codegen.emitter.jaxws that throw CodeGenerationException -
Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen.extension
Methods in org.apache.axis2.wsdl.codegen.extension that throw CodeGenerationExceptionModifier and TypeMethodDescriptionvoidAbstractPrettyPrinterExtension.engage(CodeGenConfiguration configuration) voidCodeGenExtension.engage(CodeGenConfiguration configuration) voidDefaultDatabindingExtension.engage(CodeGenConfiguration configuration) voidExcludePackageExtension.engage(CodeGenConfiguration configuration) voidJAXWSWapperExtension.engage(CodeGenConfiguration configuration) voidSchemaUnwrapperExtension.engage(CodeGenConfiguration configuration) voidTypeMapperExtension.engage(CodeGenConfiguration configuration) voidWSDLValidatorExtension.engage(CodeGenConfiguration configuration) booleanJAXWSWapperExtension.walkSchema(AxisMessage message, String qnameSuffix) voidSchemaUnwrapperExtension.walkSchema(AxisMessage message, 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