|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.schema.SchemaCompiler
Schema compiler for ADB. Based on WS-Commons schema object model.
Field Summary | |
static String |
ANY_ELEMENT_FIELD_NAME
|
static String |
DEFAULT_ATTRIB_ARRAY_CLASS_NAME
|
static String |
DEFAULT_ATTRIB_CLASS_NAME
|
static String |
DEFAULT_CLASS_ARRAY_NAME
|
static String |
DEFAULT_CLASS_NAME
|
static String |
EXTRA_ATTRIBUTE_FIELD_NAME
|
Constructor Summary | |
SchemaCompiler(CompilerOptions options)
Constructor - Accepts a options bean |
Method Summary | |
void |
compile(List schemalist)
Compile a list of schemas This actually calls the compile (XmlSchema s) method repeatedly |
void |
compile(org.apache.ws.commons.schema.XmlSchema schema)
Compile (rather codegen) a single schema element |
Properties |
getCompilerProperties()
|
HashMap |
getProcessedElementMap()
|
Map |
getProcessedModelMap()
|
void |
processAttribute(org.apache.ws.commons.schema.XmlSchemaAttribute att,
BeanWriterMetaInfoHolder metainf)
Process the attribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String ANY_ELEMENT_FIELD_NAME
public static final String EXTRA_ATTRIBUTE_FIELD_NAME
public static final String DEFAULT_CLASS_NAME
public static final String DEFAULT_CLASS_ARRAY_NAME
public static final String DEFAULT_ATTRIB_CLASS_NAME
public static final String DEFAULT_ATTRIB_ARRAY_CLASS_NAME
Constructor Detail |
public SchemaCompiler(CompilerOptions options) throws SchemaCompilationException
options
- Method Detail |
public HashMap getProcessedElementMap()
public Map getProcessedModelMap()
public void compile(List schemalist) throws SchemaCompilationException
schemalist
-
SchemaCompilationException
compile(org.apache.ws.commons.schema.XmlSchema)
public void compile(org.apache.ws.commons.schema.XmlSchema schema) throws SchemaCompilationException
schema
-
SchemaCompilationException
public Properties getCompilerProperties()
public void processAttribute(org.apache.ws.commons.schema.XmlSchemaAttribute att, BeanWriterMetaInfoHolder metainf)
att
- metainf
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |