org.springframework.batch.core.configuration.xml
Class StandaloneStepParser

java.lang.Object
  extended by org.springframework.batch.core.configuration.xml.AbstractStepParser
      extended by 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

Field Summary
 
Fields inherited from class org.springframework.batch.core.configuration.xml.AbstractStepParser
ID_ATTR
 
Constructor Summary
StandaloneStepParser()
           
 
Method Summary
 AbstractBeanDefinition parse(Element element, ParserContext parserContext)
          Parse the step and turn it into a list of transitions.
 
Methods inherited from class org.springframework.batch.core.configuration.xml.AbstractStepParser
parseStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneStepParser

public StandaloneStepParser()
Method Detail

parse

public AbstractBeanDefinition parse(Element element,
                                    ParserContext parserContext)
Parse the step and turn it into a list of transitions.

Parameters:
element - the <step/gt; element to parse
parserContext - the parser context for the bean factory


Copyright © 2013 SpringSource. All Rights Reserved.