Uses of Class
org.apache.axis2.schema.CompilerOptions
-
Packages that use CompilerOptions Package Description org.apache.axis2.schema org.apache.axis2.schema.writer -
-
Uses of CompilerOptions in org.apache.axis2.schema
Methods in org.apache.axis2.schema that return CompilerOptions Modifier and Type Method Description CompilerOptionsCompilerOptions. setOutputLocation(File outputLocation)CompilerOptionsCompilerOptions. setPackageName(String packageName)Constructors in org.apache.axis2.schema with parameters of type CompilerOptions Constructor Description SchemaCompiler(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 CompilerOptions Modifier and Type Method Description voidBeanWriter. init(CompilerOptions options)Initializes the writer with compiler options.voidCStructWriter. init(CompilerOptions options)voidJavaBeanWriter. init(CompilerOptions options)
-