|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaCompilationException | |
org.apache.axis2.schema | |
org.apache.axis2.schema.writer |
Uses of SchemaCompilationException in org.apache.axis2.schema |
Methods in org.apache.axis2.schema that throw SchemaCompilationException | |
void |
SchemaCompiler.compile(List schemalist)
Compile a list of schemas This actually calls the compile (XmlSchema s) method repeatedly |
void |
SchemaCompiler.compile(org.apache.ws.commons.schema.XmlSchema schema)
Compile (rather codegen) a single schema element |
Constructors in org.apache.axis2.schema that throw SchemaCompilationException | |
SchemaCompiler(CompilerOptions options)
Constructor - Accepts a options bean |
Uses of SchemaCompilationException in org.apache.axis2.schema.writer |
Methods in org.apache.axis2.schema.writer that throw SchemaCompilationException | |
void |
JavaBeanWriter.init(CompilerOptions options)
|
String |
JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element,
Map typeMap,
BeanWriterMetaInfoHolder metainf)
|
String |
JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaComplexType complexType,
Map typeMap,
BeanWriterMetaInfoHolder metainf,
String fullyQualifiedClassName)
|
void |
JavaBeanWriter.writeBatch()
|
String |
JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType,
Map typeMap,
BeanWriterMetaInfoHolder metainf)
|
void |
BeanWriter.init(CompilerOptions options)
Initializes the writer with compiler options. |
void |
BeanWriter.writeBatch()
Writes a wrapped class. |
String |
BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaComplexType complexType,
Map typeMap,
BeanWriterMetaInfoHolder metainf,
String fullyQualifiedClassName)
Write a complex type |
String |
BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element,
Map typeMap,
BeanWriterMetaInfoHolder metainf)
Write a element |
String |
BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType,
Map typeMap,
BeanWriterMetaInfoHolder metainf)
Write a simple type |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |