org.springframework.batch.item.support
Class AbstractItemStreamItemWriter<T>

java.lang.Object
  extended by org.springframework.batch.item.ItemStreamSupport
      extended by org.springframework.batch.item.support.AbstractItemStreamItemWriter<T>
All Implemented Interfaces:
ItemStream, ItemWriter<T>

public abstract class AbstractItemStreamItemWriter<T>
extends ItemStreamSupport
implements ItemWriter<T>

Base class for ItemWriter implementations.

Author:
Dave Syer

Constructor Summary
AbstractItemStreamItemWriter()
           
 
Method Summary
 
Methods inherited from class org.springframework.batch.item.ItemStreamSupport
close, open, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.batch.item.ItemWriter
write
 

Constructor Detail

AbstractItemStreamItemWriter

public AbstractItemStreamItemWriter()


Copyright © 2013 SpringSource. All Rights Reserved.