org.apache.camel.spi
Interface UnitOfWorkFactory

All Known Implementing Classes:
DefaultUnitOfWorkFactory

public interface UnitOfWorkFactory


Method Summary
 UnitOfWork createUnitOfWork(Exchange exchange)
          Creates a new UnitOfWork
 

Method Detail

createUnitOfWork

UnitOfWork createUnitOfWork(Exchange exchange)
Creates a new UnitOfWork

Parameters:
exchange - the exchange
Returns:
the created UnitOfWork


Apache Camel