Class ChunkParser


  • public class ChunkParser
    extends java.lang.Object
    Parser for the <chunk /> element as specified in JSR-352. The current state parses a chunk element into it's related batch artifacts (ChunkOrientedTasklet, ItemReader, ItemProcessor, and ItemWriter).
    Since:
    3.0
    Author:
    Michael Minella, Chris Schaefer
    • Constructor Summary

      Constructors 
      ConstructorDescription
      ChunkParser() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidparse​(org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition bd, org.springframework.beans.factory.xml.ParserContext parserContext, java.lang.String stepName) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChunkParser

        public ChunkParser()
    • Method Detail

      • parse

        public void parse​(org.w3c.dom.Element element,
                          org.springframework.beans.factory.support.AbstractBeanDefinition bd,
                          org.springframework.beans.factory.xml.ParserContext parserContext,
                          java.lang.String stepName)