net.sf.dropboxmq.workflow.ingest
Class WorkflowIngester

java.lang.Object
  extended by net.sf.dropboxmq.workflow.ingest.WorkflowIngester

public class WorkflowIngester
extends Object

Created: 08 Aug 2010

Version:
$Revision$, $Date$
Author:
Dwayne Schultz

Constructor Summary
WorkflowIngester()
           
 
Method Summary
 IngestedProcessor ingestWorkflowFile(File file)
           
 IngestedProcessor ingestWorkflowXML(String workflow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowIngester

public WorkflowIngester()
Method Detail

ingestWorkflowFile

public IngestedProcessor ingestWorkflowFile(File file)
                                     throws IOException,
                                            SAXException,
                                            ParserConfigurationException
Throws:
IOException
SAXException
ParserConfigurationException

ingestWorkflowXML

public IngestedProcessor ingestWorkflowXML(String workflow)
                                    throws IOException,
                                           SAXException,
                                           ParserConfigurationException
Throws:
IOException
SAXException
ParserConfigurationException