org.apache.camel.spring.spi
Class TransactionInterceptor

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.processor.DelegateProcessor
          extended by org.apache.camel.spring.spi.TransactionInterceptor
All Implemented Interfaces:
Processor, Service

public class TransactionInterceptor
extends DelegateProcessor

Version:
$Revision: 630591 $

Field Summary
 
Fields inherited from class org.apache.camel.processor.DelegateProcessor
processor
 
Constructor Summary
TransactionInterceptor(org.springframework.transaction.support.TransactionTemplate transactionTemplate)
           
 
Method Summary
 void process(Exchange exchange)
           
 String toString()
           
 
Methods inherited from class org.apache.camel.processor.DelegateProcessor
doStart, doStop, getProcessor, proceed, processNext, setProcessor
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionInterceptor

public TransactionInterceptor(org.springframework.transaction.support.TransactionTemplate transactionTemplate)
Method Detail

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.