org.lexgrid.loader.processor
Class CombiningListProcessor<I,O>

java.lang.Object
  extended by org.lexgrid.loader.processor.CombiningListProcessor<I,O>
All Implemented Interfaces:
org.springframework.batch.item.ItemProcessor<I,java.util.List<O>>

public class CombiningListProcessor<I,O>
extends java.lang.Object
implements org.springframework.batch.item.ItemProcessor<I,java.util.List<O>>

The Class CombiningListProcessor.

Author:
Kevin Peterson

Constructor Summary
CombiningListProcessor()
           
 
Method Summary
 java.util.List<org.springframework.batch.item.ItemProcessor<I,? extends java.util.List<O>>> getProcessors()
           
 java.util.List<O> process(I item)
           
 void setProcessors(java.util.List<org.springframework.batch.item.ItemProcessor<I,? extends java.util.List<O>>> processors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombiningListProcessor

public CombiningListProcessor()
Method Detail

process

public java.util.List<O> process(I item)
                          throws java.lang.Exception
Specified by:
process in interface org.springframework.batch.item.ItemProcessor<I,java.util.List<O>>
Throws:
java.lang.Exception

getProcessors

public java.util.List<org.springframework.batch.item.ItemProcessor<I,? extends java.util.List<O>>> getProcessors()

setProcessors

public void setProcessors(java.util.List<org.springframework.batch.item.ItemProcessor<I,? extends java.util.List<O>>> processors)

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.