net.sf.daileon.xml
Class XmlHandlerFactory
java.lang.Object
net.sf.daileon.xml.XmlHandlerFactory
public class XmlHandlerFactory
- extends Object
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.
- Version:
- 1.0 01/01/2010
- Author:
- Roberto Perillo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlHandlerFactory
private XmlHandlerFactory()
- Class constructor.
getJaxbXmlHandler
public static XmlHandler getJaxbXmlHandler()
- Returns the
JAXB
implementation of the
XmlHandler
interface. This object is responsible for reading
the content of the XML configuration file, indicated in the command line
when Daileon is run.
- Returns:
- The
JAXB
implementation of the
XmlHandler
interface.