org.apache.camel.spring.spi
Class TransactionInterceptor
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.processor.DelegateProcessor
org.apache.camel.spring.spi.TransactionInterceptor
- All Implemented Interfaces:
- Processor, Service
public class TransactionInterceptor
- extends DelegateProcessor
- Version:
- $Revision: 630591 $
Constructor Summary |
TransactionInterceptor(org.springframework.transaction.support.TransactionTemplate transactionTemplate)
|
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
TransactionInterceptor
public TransactionInterceptor(org.springframework.transaction.support.TransactionTemplate transactionTemplate)
process
public void process(Exchange exchange)
- Specified by:
process
in interface Processor
- Overrides:
process
in class DelegateProcessor
toString
public String toString()
- Overrides:
toString
in class DelegateProcessor
Copyright © 2008 Apache Software Foundation. All Rights Reserved.