|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.item.adapter.AbstractMethodInvokingDelegator<O>
org.springframework.batch.item.adapter.ItemProcessorAdapter<I,O>
public class ItemProcessorAdapter<I,O>
Invokes a custom method on a delegate plain old Java object which itself processes an item.
| Constructor Summary | |
|---|---|
ItemProcessorAdapter()
|
|
| Method Summary | |
|---|---|
O |
process(I item)
Invoke the delegate method and return the result. |
| Methods inherited from class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator |
|---|
afterPropertiesSet, invokeDelegateMethod, invokeDelegateMethodWithArgument, invokeDelegateMethodWithArguments, setArguments, setTargetMethod, setTargetObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemProcessorAdapter()
| Method Detail |
|---|
public O process(I item)
throws java.lang.Exception
process in interface ItemProcessor<I,O>item - to be processed
java.lang.ExceptionItemProcessor.process(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||