Uses of Interface
org.apache.camel.spi.SubUnitOfWorkCallback

Packages that use SubUnitOfWorkCallback
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of SubUnitOfWorkCallback in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement SubUnitOfWorkCallback
 class DefaultSubUnitOfWork
          A default implementation of SubUnitOfWork combined with a SubUnitOfWorkCallback to gather callbacks into this SubUnitOfWork state
 

Methods in org.apache.camel.impl that return SubUnitOfWorkCallback
 SubUnitOfWorkCallback DefaultUnitOfWork.getSubUnitOfWorkCallback()
           
 

Uses of SubUnitOfWorkCallback in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return SubUnitOfWorkCallback
 SubUnitOfWorkCallback UnitOfWork.getSubUnitOfWorkCallback()
          Gets the SubUnitOfWorkCallback if this unit of work participates in a sub unit of work.
 



Apache CAMEL