com.opensymphony.workflow.spi.hibernate
Class SpringWorkflowDescriptorFactory

java.lang.Object
  extended by com.opensymphony.workflow.spi.hibernate.SpringWorkflowDescriptorFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class SpringWorkflowDescriptorFactory
extends Object
implements org.springframework.beans.factory.FactoryBean

DOCUMENT ME!

Version:
$Revision: 1.1 $
Author:
$author$

Constructor Summary
SpringWorkflowDescriptorFactory()
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setDescriptorResource(org.springframework.core.io.Resource inDescriptorResource)
           
 void setReload(boolean inReload)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringWorkflowDescriptorFactory

public SpringWorkflowDescriptorFactory()
Method Detail

setDescriptorResource

public final void setDescriptorResource(org.springframework.core.io.Resource inDescriptorResource)

getObject

public Object getObject()
                 throws InvalidWorkflowDescriptorException,
                        org.xml.sax.SAXException,
                        IOException
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
InvalidWorkflowDescriptorException
org.xml.sax.SAXException
IOException

getObjectType

public Class getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

setReload

public final void setReload(boolean inReload)

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean

OpenSymphony Workflow Project Page