org.springframework.batch.item
Class AbstractItemStreamItemWriter

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

public abstract class AbstractItemStreamItemWriter
extends ItemStreamSupport
implements ItemWriter

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
clear, flush, write
 

Constructor Detail

AbstractItemStreamItemWriter

public AbstractItemStreamItemWriter()


Copyright © 2008 SpringSource. All Rights Reserved.