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
  • Constructor Details

    • StandaloneStepParser

      public StandaloneStepParser()
  • Method Details

    • 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 parse
      parserContext - The parser context for the bean factory
      Returns:
      an AbstractBeanDefinition instance.