Uses of Class
org.apache.axis2.schema.CompilerOptions
Packages that use CompilerOptions
-
Uses of CompilerOptions in org.apache.axis2.schema
Methods in org.apache.axis2.schema that return CompilerOptionsModifier and TypeMethodDescriptionCompilerOptions.setOutputLocation(File outputLocation) CompilerOptions.setPackageName(String packageName) Constructors in org.apache.axis2.schema with parameters of type CompilerOptionsModifierConstructorDescriptionSchemaCompiler(CompilerOptions options) Constructor - Accepts a options bean -
Uses of CompilerOptions in org.apache.axis2.schema.writer
Methods in org.apache.axis2.schema.writer with parameters of type CompilerOptionsModifier and TypeMethodDescriptionvoidBeanWriter.init(CompilerOptions options) Initializes the writer with compiler options.voidCStructWriter.init(CompilerOptions options) voidJavaBeanWriter.init(CompilerOptions options)