org.lexgrid.loader.processor
Class NoOpProcessor<T>

java.lang.Object
  extended by org.lexgrid.loader.processor.NoOpProcessor<T>
All Implemented Interfaces:
org.springframework.batch.item.ItemProcessor<T,T>

public class NoOpProcessor<T>
extends java.lang.Object
implements org.springframework.batch.item.ItemProcessor<T,T>

NoOp List Processor. Simply forwards the input unaltered. Useful if you want to use Decorators but don't want to do any Processing

Author:
Kevin Peterson

Constructor Summary
NoOpProcessor()
           
 
Method Summary
 T process(T item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpProcessor

public NoOpProcessor()
Method Detail

process

public T process(T item)
          throws java.lang.Exception
Specified by:
process in interface org.springframework.batch.item.ItemProcessor<T,T>
Throws:
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.