public class XMLObjectFactory extends Object
| Constructor and Description |
|---|
XMLObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
restoreObjectfromElement(org.jdom.Element element)
DOCUMENT ME!
|
static Object |
restoreObjectfromXml(String xmlString)
DOCUMENT ME!
|
public static Object restoreObjectfromElement(org.jdom.Element element) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, Exception
element - DOCUMENT ME!ClassNotFoundException - DOCUMENT ME!InstantiationException - DOCUMENT ME!IllegalAccessException - DOCUMENT ME!IllegalArgumentException - DOCUMENT ME!InvocationTargetException - DOCUMENT ME!Exception - DOCUMENT ME!public static Object restoreObjectfromXml(String xmlString) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, Exception
xmlString - DOCUMENT ME!ClassNotFoundException - DOCUMENT ME!InstantiationException - DOCUMENT ME!IllegalAccessException - DOCUMENT ME!IllegalArgumentException - DOCUMENT ME!InvocationTargetException - DOCUMENT ME!Exception - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.