Uses of Class
org.apache.axis2.schema.SchemaCompilationException

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
 void SchemaCompiler.processAttribute(org.apache.ws.commons.schema.XmlSchemaAttribute att, BeanWriterMetaInfoHolder metainf, org.apache.ws.commons.schema.XmlSchema parentSchema)
          Process the attribute
 void SchemaCompiler.processSimpleExtensionBaseType(QName extBaseType, BeanWriterMetaInfoHolder metaInfHolder)
          Process Simple Extension Base Type.
 void SchemaCompiler.processSimpleRestrictionBaseType(QName qName, QName resBaseType, BeanWriterMetaInfoHolder metaInfHolder)
          Process Simple Restriction Base Type.
 

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 BeanWriter.init(CompilerOptions options)
          Initializes the writer with compiler options.
 void CStructWriter.init(CompilerOptions options)
           
 void JavaBeanWriter.init(CompilerOptions options)
           
 String BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaComplexType complexType, Map typeMap, BeanWriterMetaInfoHolder metainf)
          Write a complex type
 String CStructWriter.write(org.apache.ws.commons.schema.XmlSchemaComplexType complexType, Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 String JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaComplexType complexType, Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 String BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element, Map typeMap, BeanWriterMetaInfoHolder metainf)
          Write a element
 String CStructWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element, Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 String JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element, Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 String BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType, Map typeMap, BeanWriterMetaInfoHolder metainf)
          Write a simple type
 String CStructWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType, Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 String JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType, Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 void BeanWriter.writeBatch()
          Writes a wrapped class.
 void CStructWriter.writeBatch()
           
 void JavaBeanWriter.writeBatch()
           
 void BeanWriter.writeExtensionMapper(BeanWriterMetaInfoHolder[] metainfArray)
          Write the extensions mapper component - this is relevant to only the OOP languages and a particular implementation may ignore this
 void CStructWriter.writeExtensionMapper(BeanWriterMetaInfoHolder[] metainfArray)
          Keep unimplemented
 void JavaBeanWriter.writeExtensionMapper(BeanWriterMetaInfoHolder[] metainfArray)
          Write the extension classes - this is needed to process the hierarchy of classes