|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MoXmlSchemaLocationGenerator
Callback interface used by MoXmlBindingModel
when generating XML Schema files. It is used to
control the filename of the generated XML Schema files.
MoXmlBindingModel
Method Summary | |
---|---|
java.io.File |
getSchemaFilename(MoXmlSchema schema)
callback method to generate a filename for a certain XML Schema, where the schema is saved as part of the schema generation process. |
java.net.URL |
getSchemaLocation(MoXmlSchema schema)
callback method to generate a schemaLocation attribute for an included schema. |
boolean |
includeSchemaLocation(MoXmlSchema schema)
Defines if to include the schemaLocation attribute for an included XML Schema |
Method Detail |
---|
java.io.File getSchemaFilename(MoXmlSchema schema) throws MoXmlSchemaGenerationException
schema
- - the schema
MoXmlSchemaGenerationException
- exception to throw in
case of error in the callback itself.java.net.URL getSchemaLocation(MoXmlSchema schema) throws MoXmlSchemaGenerationException
schema
- - the schema
MoXmlSchemaGenerationException
- exception to throw in
case of error in the callback itself.boolean includeSchemaLocation(MoXmlSchema schema) throws MoXmlSchemaGenerationException
schema
- - the schema
MoXmlSchemaGenerationException
- exception to throw in
case of error in the callback itself.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |