|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebm_ws.infra.xmlmapping.XsdGenerator
public class XsdGenerator
This class is a program (main) that allows generating the XML schema (XSD) from Java code that support the implicit mapping (see XmlObject.java)
| Constructor Summary | |
|---|---|
XsdGenerator()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
The XsdGenerator program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XsdGenerator()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
Usage:
XsdGenerator <source_code_dir> <output_xsd_file> <root_model_package> [ <import_xsd_file> <import_root_package> ]*Exemple:
XsdGenerator src web/bricks/generated.xsd com.francetelecom.malignetv.portail.presentation.bricks
args - The program arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||