|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlMappingException | |
com.resilientedge.util.prefs | |
com.resilientedge.util.prefs.xml | |
com.resilientedge.util.xmlmapping |
Uses of XmlMappingException in com.resilientedge.util.prefs |
Methods in com.resilientedge.util.prefs that throw XmlMappingException | |
void |
XMLPrefsContext.load(java.lang.String XMLFileName)
|
void |
XMLPrefsContext.store(java.lang.String XMLFileName)
|
Constructors in com.resilientedge.util.prefs that throw XmlMappingException | |
XMLPrefsContext(java.lang.String XMLFileName)
Use getInstance() to get an instance. |
Uses of XmlMappingException in com.resilientedge.util.prefs.xml |
Methods in com.resilientedge.util.prefs.xml that throw XmlMappingException | |
void |
XMLPreferences.store(java.io.Writer writer)
Save properties to an XML file using the XmlMapping utility. |
void |
XMLPreferences.load(java.io.Reader reader)
Load properties from an XML file using the XmlMapping utility. |
Uses of XmlMappingException in com.resilientedge.util.xmlmapping |
Methods in com.resilientedge.util.xmlmapping that throw XmlMappingException | |
abstract java.lang.String |
XmlMapping.marshal(java.lang.Object objectToMarshal)
Marshals the object to XML using the implementation's appropriate mapping logic |
abstract java.lang.Object |
XmlMapping.unmarshal(java.lang.String xml)
Unmarshals the object from XML using the implementation's appropriate mapping logic |
static XmlMapping |
XmlMapping.getInstance()
Factory method that returns the default concrete XmlMapping impl. |
static XmlMapping |
XmlMapping.getInstance(java.lang.String[] files)
Factory method that creates a concrete XmlMapping impl. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |