org.springframework.batch.core.configuration.xml
Class InlineFlowParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.batch.core.configuration.xml.AbstractFlowParser
org.springframework.batch.core.configuration.xml.InlineFlowParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class InlineFlowParser
- extends AbstractFlowParser
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InlineFlowParser
public InlineFlowParser(String flowName,
String jobFactoryRef)
- Construct a
InlineFlowParser with the specified name and using the
provided job repository ref.
- Parameters:
flowName - the name of the flowjobFactoryRef - the reference to the JobParserJobFactoryBean
from the enclosing tag
doParse
protected void doParse(Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder)
- Overrides:
doParse in class AbstractFlowParser
- Parameters:
element - the top level element containing a flow definitionparserContext - the ParserContext
Copyright © 2013 SpringSource. All Rights Reserved.