|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The bean writer interface. The schema compiler expects one of these to be presented to it and calls the appropriate methods
| Method Summary | |
void |
init(CompilerOptions options)
Init the write with compiler options |
void |
init(java.io.File rootDir)
Initialize this writer |
java.lang.String |
write(org.apache.ws.commons.schema.XmlSchemaComplexType complexType,
java.util.Map typeMap,
BeanWriterMetaInfoHolder metainf)
Write a complex type |
java.lang.String |
write(org.apache.ws.commons.schema.XmlSchemaElement element,
java.util.Map typeMap,
BeanWriterMetaInfoHolder metainf)
Write a element |
java.lang.String |
write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType,
java.util.Map typeMap,
BeanWriterMetaInfoHolder metainf)
Write a simple type |
| Method Detail |
public void init(java.io.File rootDir)
throws java.io.IOException
rootDir - - The directory to be written into
java.io.IOException
public void init(CompilerOptions options)
throws java.io.IOException
options -
java.io.IOException
public java.lang.String write(org.apache.ws.commons.schema.XmlSchemaComplexType complexType,
java.util.Map typeMap,
BeanWriterMetaInfoHolder metainf)
throws SchemaCompilationException
complexType - typeMap - metainf -
SchemaCompilationException
public java.lang.String write(org.apache.ws.commons.schema.XmlSchemaElement element,
java.util.Map typeMap,
BeanWriterMetaInfoHolder metainf)
throws SchemaCompilationException
element - typeMap - metainf -
SchemaCompilationException
public java.lang.String write(org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType,
java.util.Map typeMap,
BeanWriterMetaInfoHolder metainf)
throws SchemaCompilationException
simpleType - typeMap - metainf -
SchemaCompilationException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||