|
||||||||||
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(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.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,
org.apache.ws.commons.schema.XmlSchema parentSchema)
Process Simple Extension Base Type. |
void |
SchemaCompiler.processSimpleRestrictionBaseType(QName qName,
QName resBaseType,
BeanWriterMetaInfoHolder metaInfHolder,
org.apache.ws.commons.schema.XmlSchema parentSchema)
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 |
CStructWriter.init(CompilerOptions options)
|
void |
BeanWriter.init(CompilerOptions options)
Initializes the writer with compiler options. |
void |
JavaBeanWriter.init(CompilerOptions options)
|
java.lang.String |
CStructWriter.write(QName qName,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf,
boolean isAbstract)
|
java.lang.String |
BeanWriter.write(QName qname,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf,
boolean isAbstract)
Write a complex type |
java.lang.String |
JavaBeanWriter.write(QName qName,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf,
boolean isAbstract)
` |
java.lang.String |
CStructWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf)
|
java.lang.String |
BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf)
Write a element |
java.lang.String |
JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaElement element,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf)
|
java.lang.String |
CStructWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf)
|
java.lang.String |
BeanWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf)
Write a simple type |
java.lang.String |
JavaBeanWriter.write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType,
java.util.Map typeMap,
java.util.Map groupTypeMap,
BeanWriterMetaInfoHolder metainf)
|
void |
CStructWriter.writeBatch()
|
void |
BeanWriter.writeBatch()
Writes a wrapped class. |
void |
JavaBeanWriter.writeBatch()
|
void |
CStructWriter.writeExtensionMapper(BeanWriterMetaInfoHolder[] metainfArray)
Keep unimplemented |
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.writeExtensionMapper(BeanWriterMetaInfoHolder[] metainfArray)
Write the extension classes - this is needed to process the hierarchy of classes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |