org.umber.catalan.commands
Class XmlCommandFactory

java.lang.Object
  extended byorg.umber.catalan.commands.XmlCommandFactory

public class XmlCommandFactory
extends java.lang.Object

Loads XML content into IForgeCommand implementations.

Author:
jsheets

Method Summary
static XmlCommandFactory getInstance()
          Returns a singleton instance of XmlCommandFactory.
 IForgeCommand loadCommand(ICommandQueue queue, Datum commandXml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static XmlCommandFactory getInstance()
Returns a singleton instance of XmlCommandFactory.

Returns:
singleton instance

loadCommand

public IForgeCommand loadCommand(ICommandQueue queue,
                                 Datum commandXml)
                          throws CatalanCommandException
Throws:
CatalanCommandException