public class SpringWorkflowDescriptorFactory extends Object implements org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
SpringWorkflowDescriptorFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setDescriptorResource(org.springframework.core.io.Resource inDescriptorResource) |
void |
setReload(boolean inReload) |
public final void setDescriptorResource(org.springframework.core.io.Resource inDescriptorResource)
public Object getObject() throws InvalidWorkflowDescriptorException, SAXException, IOException
getObject
in interface org.springframework.beans.factory.FactoryBean
InvalidWorkflowDescriptorException
SAXException
IOException
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public final void setReload(boolean inReload)
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2021 catworkx GmbH. All rights reserved.