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

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 BeanWriter.writeBatch()
          Writes a wrapped class.
 java.lang.String BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaComplexType complexType, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf)
          Write a complex type
 java.lang.String BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf)
          Write a element
 java.lang.String BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf)
          Write a simple type
 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 JavaBeanWriter.init(CompilerOptions options)
           
 java.lang.String JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 java.lang.String JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaComplexType complexType, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 void JavaBeanWriter.writeBatch()
           
 java.lang.String JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 void JavaBeanWriter.writeExtensionMapper(BeanWriterMetaInfoHolder[] metainfArray)
          Write the extension classes - this is needed to process the hierarchy of classes
 void CStructWriter.init(CompilerOptions options)
           
 java.lang.String CStructWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 java.lang.String CStructWriter.write(org.apache.ws.commons.schema.XmlSchemaComplexType complexType, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 void CStructWriter.writeBatch()
           
 java.lang.String CStructWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType, java.util.Map typeMap, BeanWriterMetaInfoHolder metainf)
           
 void CStructWriter.writeExtensionMapper(BeanWriterMetaInfoHolder[] metainfArray)
          Keep unimplemented
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.