com.opensymphony.workflow.loader
Class XMLWorkflowFactory

java.lang.Object
  |
  +--com.opensymphony.workflow.loader.AbstractWorkflowFactory
        |
        +--com.opensymphony.workflow.loader.XMLWorkflowFactory

public class XMLWorkflowFactory
extends AbstractWorkflowFactory

Author:
Hani Suleiman Date: May 10, 2002 Time: 11:30:41 AM

Fields inherited from class com.opensymphony.workflow.loader.AbstractWorkflowFactory
properties
 
Constructor Summary
XMLWorkflowFactory()
           
 
Method Summary
 WorkflowDescriptor getWorkflow(java.lang.String name)
           
 void initDone()
           
 
Methods inherited from class com.opensymphony.workflow.loader.AbstractWorkflowFactory
getProperties, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLWorkflowFactory

public XMLWorkflowFactory()
Method Detail

getWorkflow

public WorkflowDescriptor getWorkflow(java.lang.String name)
Overrides:
getWorkflow in class AbstractWorkflowFactory

initDone

public void initDone()
              throws java.lang.Exception
Overrides:
initDone in class AbstractWorkflowFactory

See www.opensymphony.com for more information.