public interface ItemProcessor
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
processItem(java.lang.Object item)
The processItem method is part of a chunk
step.
|
java.lang.Object processItem(java.lang.Object item) throws java.lang.Exception
item
- specifies the input item to process.java.lang.Exception
- thrown for any errors.