org.apache.oozie.workflow.lite
Class LiteWorkflowAppParser

java.lang.Object
  extended by org.apache.oozie.workflow.lite.LiteWorkflowAppParser

public class LiteWorkflowAppParser
extends Object

Class to parse and validate workflow xml


Constructor Summary
LiteWorkflowAppParser(Schema schema, Class<? extends DecisionNodeHandler> decisionHandlerClass, Class<? extends ActionNodeHandler> actionHandlerClass)
           
 
Method Summary
 LiteWorkflowApp validateAndParse(Reader reader)
          Parse and validate xml to LiteWorkflowApp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteWorkflowAppParser

public LiteWorkflowAppParser(Schema schema,
                             Class<? extends DecisionNodeHandler> decisionHandlerClass,
                             Class<? extends ActionNodeHandler> actionHandlerClass)
                      throws WorkflowException
Throws:
WorkflowException
Method Detail

validateAndParse

public LiteWorkflowApp validateAndParse(Reader reader)
                                 throws WorkflowException
Parse and validate xml to LiteWorkflowApp

Parameters:
reader -
Returns:
LiteWorkflowApp
Throws:
WorkflowException


Copyright © 2012 Apache Software Foundation. All Rights Reserved.