| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
static String | marshall(Object obj) Marshalls a Data-Binding compatible object into an XML instance document |
static void | marshallFile(Object obj, String filename) Marshalls a Data-Binding compatible object into an XML instance document and saves the document into a file |
static void | marshallFile(Object obj, File file) Marshalls a Data-Binding compatible object into an XML instance document and saves the document into a file |
static Object | unmarshall(String xml) Unmarshalls a string back into a Data-Binding object |
static Object | unmarshallFile(String filename) Unmarshalls an XML document in a file back into a Data-Binding object |
static Object | unmarshallFile(File file) Unmarshalls a file back into a Data-Binding object |
Method Detail |
public static String marshall(Object obj)
throws java.io.IOException
public static void marshallFile(Object obj, String filename)
throws java.io.IOException
public static void marshallFile(Object obj, File file)
throws java.io.IOException
public static Object unmarshall(String xml)
throws java.io.IOException,
org.jdom.JDOMException
public static Object unmarshallFile(String filename)
throws java.io.IOException,
org.jdom.JDOMException
public static Object unmarshallFile(File file)
throws java.io.IOException,
org.jdom.JDOMException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |