org.springframework.batch.item.support
Class AbstractItemStreamItemWriter<T>
java.lang.Object
org.springframework.batch.item.ItemStreamSupport
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
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 |
AbstractItemStreamItemWriter
public AbstractItemStreamItemWriter()
Copyright © 2013 SpringSource. All Rights Reserved.