Uses of Class
org.apache.axis2.wsdl.codegen.CodeGenerationException
-
-
Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen
Methods in org.apache.axis2.wsdl.codegen that throw CodeGenerationException Modifier and Type Method Description void
CodeGenerationEngine. generate()
Generate the code!!static void
CodegenConfigLoader. loadConfig(CodeGenConfiguration config, Map<String,CommandLineOption> optionMap)
void
CodeGenConfiguration. loadWsdl(String wsdlUri)
Constructors in org.apache.axis2.wsdl.codegen that throw CodeGenerationException Constructor Description CodeGenerationEngine(CodeGenConfiguration configuration)
-
Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen.emitter
Methods in org.apache.axis2.wsdl.codegen.emitter that throw CodeGenerationException Modifier and Type Method Description void
CEmitter. emitBuildScript()
Emit the build scriptvoid
AxisServiceBasedMultiLanguageEmitter. emitSkeleton()
Emits the skeletonvoid
CEmitter. emitSkeleton()
Emit the skeltonsvoid
Emitter. emitSkeleton()
void
AxisServiceBasedMultiLanguageEmitter. emitStub()
Emits the stubcode with bindings.void
CEmitter. emitStub()
Emit the stubvoid
Emitter. emitStub()
-
Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen.emitter.jaxws
Methods in org.apache.axis2.wsdl.codegen.emitter.jaxws that throw CodeGenerationException Modifier and Type Method Description void
JAXWSEmitter. emitSkeleton()
-
Uses of CodeGenerationException in org.apache.axis2.wsdl.codegen.extension
Methods in org.apache.axis2.wsdl.codegen.extension that throw CodeGenerationException Modifier and Type Method Description void
AbstractPrettyPrinterExtension. engage(CodeGenConfiguration configuration)
void
CodeGenExtension. engage(CodeGenConfiguration configuration)
void
DefaultDatabindingExtension. engage(CodeGenConfiguration configuration)
void
ExcludePackageExtension. engage(CodeGenConfiguration configuration)
void
JAXWSWapperExtension. engage(CodeGenConfiguration configuration)
void
SchemaUnwrapperExtension. engage(CodeGenConfiguration configuration)
void
TypeMapperExtension. engage(CodeGenConfiguration configuration)
void
WSDLValidatorExtension. engage(CodeGenConfiguration configuration)
boolean
JAXWSWapperExtension. walkSchema(AxisMessage message, String qnameSuffix)
void
SchemaUnwrapperExtension. 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.jaxws
Methods in org.apache.axis2.wsdl.codegen.jaxws that throw CodeGenerationException Modifier and Type Method Description void
JAXWSCodeGenerationEngine. generate()
Generate.Constructors in org.apache.axis2.wsdl.codegen.jaxws that throw CodeGenerationException Constructor Description JAXWSCodeGenerationEngine(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 Modifier and Type Method Description void
FileWriter. loadTemplate()
Loads the template.
-