|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.processor.decorator.ListToSingleItemProcessorDecorator<I,O>
public class ListToSingleItemProcessorDecorator<I,O>
The Class ListToSingleItemProcessorDecorator.
Constructor Summary | |
---|---|
ListToSingleItemProcessorDecorator(org.springframework.batch.item.ItemProcessor<I,O> decoratedItemProcessor)
Instantiates a new list to single item processor decorator. |
Method Summary | |
---|---|
O |
process(java.util.List<I> items)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListToSingleItemProcessorDecorator(org.springframework.batch.item.ItemProcessor<I,O> decoratedItemProcessor)
decoratedItemProcessor
- the decorated item processorMethod Detail |
---|
public O process(java.util.List<I> items) throws java.lang.Exception
process
in interface org.springframework.batch.item.ItemProcessor<java.util.List<I>,O>
java.lang.Exception
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |