org.apache.camel.impl
Class DefaultUnitOfWorkFactory

java.lang.Object
  extended by org.apache.camel.impl.DefaultUnitOfWorkFactory
All Implemented Interfaces:
UnitOfWorkFactory

public class DefaultUnitOfWorkFactory
extends Object
implements UnitOfWorkFactory


Constructor Summary
DefaultUnitOfWorkFactory()
           
 
Method Summary
 UnitOfWork createUnitOfWork(Exchange exchange)
          Creates a new UnitOfWork
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUnitOfWorkFactory

public DefaultUnitOfWorkFactory()
Method Detail

createUnitOfWork

public UnitOfWork createUnitOfWork(Exchange exchange)
Description copied from interface: UnitOfWorkFactory
Creates a new UnitOfWork

Specified by:
createUnitOfWork in interface UnitOfWorkFactory
Parameters:
exchange - the exchange
Returns:
the created UnitOfWork


Apache Camel