Package org.apache.batchee.extras.chain
Class Chain<T>
- java.lang.Object
-
- org.apache.batchee.extras.chain.Chain<T>
-
- Direct Known Subclasses:
CamelChainItemProcessor
,ChainBatchlet
,ChainProcessor
public abstract class Chain<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description Chain()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected Class<T>
findType()
protected BeanLocator
getBeanLocator()
protected abstract Object
invoke(BeanLocator.LocatorInstance<T> next, Object current)
Object
runChain(Object item)
-
-
-
Method Detail
-
getBeanLocator
protected BeanLocator getBeanLocator()
-
-