public interface ItemProcessor
Modifier and Type | Method and Description |
---|---|
Object |
processItem(Object item)
The processItem method is part of a chunk
step.
|
Object processItem(Object item) throws Exception
item
- specifies the input item to process.Exception
- thrown for any errors.Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.