|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mapper
A Mapper that will handle the import and export of a Domain object, or any object from XML into the datastore and vice-versa.
| Method Summary | |
|---|---|
org.dom4j.Element |
exportXml(java.util.Map options)
Exports to V2 XML. |
void |
importXml(org.dom4j.Element root)
Imports V2 XML. |
| Method Detail |
|---|
org.dom4j.Element exportXml(java.util.Map options)
throws java.text.ParseException
options - map of arbitrarty options.
java.text.ParseException - error producing XML.
void importXml(org.dom4j.Element root)
throws java.lang.Exception
root - root XML element.
java.lang.Exception - error importing data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||