org.apache.camel.processor
Class CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice

java.lang.Object
  extended by org.apache.camel.processor.CamelInternalProcessor.UnitOfWorkProcessorAdvice
      extended by org.apache.camel.processor.CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice
All Implemented Interfaces:
CamelInternalProcessorAdvice<UnitOfWork>
Enclosing class:
CamelInternalProcessor

public static class CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice
extends CamelInternalProcessor.UnitOfWorkProcessorAdvice

Advice when an EIP uses the shareUnitOfWork functionality.


Constructor Summary
CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice(String routeId, UnitOfWork parent)
           
 
Method Summary
protected  UnitOfWork createUnitOfWork(Exchange exchange)
           
 
Methods inherited from class org.apache.camel.processor.CamelInternalProcessor.UnitOfWorkProcessorAdvice
after, before
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice

public CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice(String routeId,
                                                             UnitOfWork parent)
Method Detail

createUnitOfWork

protected UnitOfWork createUnitOfWork(Exchange exchange)
Overrides:
createUnitOfWork in class CamelInternalProcessor.UnitOfWorkProcessorAdvice


Apache Camel