public class DummyItemWriter extends java.lang.Object implements ItemWriter<java.lang.Object>
Constructor and Description |
---|
DummyItemWriter() |
Modifier and Type | Method and Description |
---|---|
void |
write(java.util.List<? extends java.lang.Object> item)
Process the supplied data element.
|
public void write(java.util.List<? extends java.lang.Object> item) throws java.lang.Exception
ItemWriter
write
in interface ItemWriter<java.lang.Object>
item
- items to be writtenjava.lang.Exception
- if there are errors. The framework will catch the
exception and convert or rethrow it as appropriate.