org.springframework.batch.sample.domain.person.internal
Class PersonWriter

java.lang.Object
  extended by org.springframework.batch.sample.domain.person.internal.PersonWriter
All Implemented Interfaces:
ItemWriter<Person>

public class PersonWriter
extends Object
implements ItemWriter<Person>


Constructor Summary
PersonWriter()
           
 
Method Summary
 void write(List<? extends Person> data)
          Process the supplied data element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonWriter

public PersonWriter()
Method Detail

write

public void write(List<? extends Person> data)
Description copied from interface: ItemWriter
Process the supplied data element. Will not be called with any null items in normal operation.

Specified by:
write in interface ItemWriter<Person>


Copyright © 2009 SpringSource. All Rights Reserved.