Package net.sf.daileon.xml

Provides classes that handle Daileon's XML configuration file, indicated in the command line when Daileon is run.

See:
          Description

Interface Summary
XmlHandler The XmlHandler interface defines methods for serializing objects to a particular OutputStream, as well as reading XML files and returning objects equivalent to their structure.
 

Class Summary
JaxbXmlHandler Represents the JAXB implementation of the XmlHandler interface.
XmlHandlerFactory The XmlHandlerFactory is a static factory, which provides a single method that returns an XmlHandler object, used to read the content of the XML configuration file, indicated when Daileon is run.
 

Exception Summary
XmlHandlerException The XmlHandlerException class represents any problem that may occur when serializing an Object to a given OutputStream , or when trying to transform to an Object representation the content of a given XML file, as an InputStream.
 

Package net.sf.daileon.xml Description

Provides classes that handle Daileon's XML configuration file, indicated in the command line when Daileon is run.