|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlHandlerException | |
|---|---|
| net.sf.daileon.xml | Provides classes that handle Daileon's XML configuration file, indicated in the command line when Daileon is run. |
| Uses of XmlHandlerException in net.sf.daileon.xml |
|---|
| Methods in net.sf.daileon.xml that throw XmlHandlerException | |
|---|---|
void |
XmlHandler.beanToXml(Object bean,
OutputStream destiny,
String context)
Serializes the content of a given object to an OutputStream. |
void |
JaxbXmlHandler.beanToXml(Object bean,
OutputStream destiny,
String jaxbContext)
Serializes the content of a given object to an OutputStream. |
Object |
XmlHandler.xmlToBean(InputStream source,
String context)
Retrieves the content of a given XML file as an Object. |
Object |
JaxbXmlHandler.xmlToBean(InputStream source,
String jaxbContext)
Retrieves the content of a given XML file as an Object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||