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, setJobFactoryRef
doParse, getBeanClassName, getParentName, parseInternal
public 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 AbstractFlowParser
element
- the top level element containing a flow definitionparserContext
- the ParserContext
Copyright © 2013 SpringSource. All rights reserved.