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 CompilerOptions
CompilerOptions. setOutputLocation(File outputLocation)
CompilerOptions
CompilerOptions. 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 void
BeanWriter. init(CompilerOptions options)
Initializes the writer with compiler options.void
CStructWriter. init(CompilerOptions options)
void
JavaBeanWriter. init(CompilerOptions options)
-