com.ibm.jbatch.container.artifact.proxy
Class ItemProcessorProxy

java.lang.Object
  extended by com.ibm.jbatch.container.artifact.proxy.AbstractProxy<ItemProcessor>
      extended by com.ibm.jbatch.container.artifact.proxy.ItemProcessorProxy
All Implemented Interfaces:
ItemProcessor

public class ItemProcessorProxy
extends AbstractProxy<ItemProcessor>
implements ItemProcessor


Field Summary
 
Fields inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
delegate, stepContext
 
Method Summary
 Object processItem(Object item)
           
 
Methods inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
getDelegate, setStepContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processItem

public Object processItem(Object item)
                   throws Exception
Specified by:
processItem in interface ItemProcessor
Throws:
Exception


Copyright © 2013. All Rights Reserved.