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 CodeGenerationExceptionModifier and TypeMethodDescriptionvoidCodeGenerationEngine.generate()Generate the code!!static voidCodegenConfigLoader.loadConfig(CodeGenConfiguration config, Map<String, org.apache.axis2.util.CommandLineOption> optionMap) voidConstructors 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(org.apache.axis2.description.AxisMessage message, String qnameSuffix) voidSchemaUnwrapperExtension.walkSchema(org.apache.axis2.description.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.jaxws
Methods in org.apache.axis2.wsdl.codegen.jaxws that throw CodeGenerationExceptionConstructors in org.apache.axis2.wsdl.codegen.jaxws that throw CodeGenerationExceptionModifierConstructorDescriptionJAXWSCodeGenerationEngine(CodeGenConfiguration configuration, String[] originalArgs) Instantiates a new jAXWS code generation engine. -
Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen.writer
Methods in org.apache.axis2.wsdl.codegen.writer that throw CodeGenerationException