net.sf.daileon.xml
Class XmlHandlerFactory

java.lang.Object
  extended by 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

Constructor Summary
private XmlHandlerFactory()
          Class constructor.
 
Method Summary
static XmlHandler getJaxbXmlHandler()
          Returns the JAXB implementation of the XmlHandler interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlHandlerFactory

private XmlHandlerFactory()
Class constructor.

Method Detail

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.