org.lexgrid.loader.processor
Class ClassifierCompositeProcessor<I>

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

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

The Class ClassifierCompositeProcessor.

Author:
Kevin Peterson

Constructor Summary
ClassifierCompositeProcessor()
           
 
Method Summary
 java.util.List<org.springframework.batch.item.ItemProcessor<I,?>> getProcessorList()
          Gets the processor list.
 java.util.List<?> process(I item)
           
 void setProcessorList(java.util.List<org.springframework.batch.item.ItemProcessor<I,?>> processorList)
          Sets the processor list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassifierCompositeProcessor

public ClassifierCompositeProcessor()
Method Detail

process

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

getProcessorList

public java.util.List<org.springframework.batch.item.ItemProcessor<I,?>> getProcessorList()
Gets the processor list.

Returns:
the processor list

setProcessorList

public void setProcessorList(java.util.List<org.springframework.batch.item.ItemProcessor<I,?>> processorList)
Sets the processor list.

Parameters:
processorList - the processor list

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.