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

java.lang.Object
  extended by org.springframework.batch.core.configuration.xml.ChunkElementParser

public class ChunkElementParser
extends Object

Internal parser for the <chunk/> element inside a step.

Since:
2.0
Author:
Thomas Risberg

Constructor Summary
ChunkElementParser()
           
 
Method Summary
protected  void parse(Element element, AbstractBeanDefinition bd, ParserContext parserContext, boolean underspecified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkElementParser

public ChunkElementParser()
Method Detail

parse

protected void parse(Element element,
                     AbstractBeanDefinition bd,
                     ParserContext parserContext,
                     boolean underspecified)
Parameters:
element -
parserContext -


Copyright © 2013 SpringSource. All Rights Reserved.