The processItem method is part of a chunk
step. It accepts an input item from an
item reader and returns an item that gets
passed onto the item writer. Returning null
indicates that the item should not be continued
to be processed. This effectively enables processItem
to filter out unwanted input items.