public class InlineFlowParser extends AbstractFlowParser
| Constructor and Description |
|---|
InlineFlowParser(String flowName,
String jobFactoryRef)
Construct a
InlineFlowParser with the specified name and using the
provided job repository ref. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
getBeanClass, getNextElements, getNextElements, getStateTransitionReference, setJobFactoryRefdoParse, getBeanClassName, getParentName, parseInternalpublic InlineFlowParser(String flowName, String jobFactoryRef)
InlineFlowParser with the specified name and using the
provided job repository ref.flowName - the name of the flowjobFactoryRef - the reference to the JobParserJobFactoryBean
from the enclosing tagprotected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse in class AbstractFlowParserelement - the top level element containing a flow definitionparserContext - the ParserContextCopyright © 2014. All rights reserved.