public class DefaultUnitOfWorkFactory extends Object implements org.apache.camel.spi.UnitOfWorkFactory
UnitOfWorkFactory| Constructor and Description | 
|---|
| DefaultUnitOfWorkFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesConfigured(org.apache.camel.CamelContext camelContext) | 
| org.apache.camel.spi.UnitOfWork | createUnitOfWork(org.apache.camel.Exchange exchange) | 
public org.apache.camel.spi.UnitOfWork createUnitOfWork(org.apache.camel.Exchange exchange)
createUnitOfWork in interface org.apache.camel.spi.UnitOfWorkFactorypublic void afterPropertiesConfigured(org.apache.camel.CamelContext camelContext)
afterPropertiesConfigured in interface org.apache.camel.AfterPropertiesConfiguredafterPropertiesConfigured in interface org.apache.camel.spi.UnitOfWorkFactoryApache Camel