org.springframework.batch.core.configuration.xml
Class StandaloneStepParser
java.lang.Object
org.springframework.batch.core.configuration.xml.AbstractStepParser
org.springframework.batch.core.configuration.xml.StandaloneStepParser
public class StandaloneStepParser
- extends AbstractStepParser
Internal parser for the <step/> elements for a job. A step element
references a bean definition for a
Step.
- Since:
- 2.0
- Author:
- Dave Syer, Thomas Risberg
|
Method Summary |
org.springframework.beans.factory.support.AbstractBeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Parse the step and turn it into a list of transitions. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandaloneStepParser
public StandaloneStepParser()
parse
public org.springframework.beans.factory.support.AbstractBeanDefinition parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Parse the step and turn it into a list of transitions.
- Parameters:
element - the <step/gt; element to parseparserContext - the parser context for the bean factory
Copyright © 2012. All Rights Reserved.