org.apache.camel.processor
Class AOPProcessor

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.processor.TryProcessor
          extended by org.apache.camel.processor.AOPProcessor
All Implemented Interfaces:
Navigate<Processor>, Processor, Traceable, Service

public class AOPProcessor
extends TryProcessor

Version:
$Revision: 794544 $

Field Summary
 
Fields inherited from class org.apache.camel.processor.TryProcessor
catchClauses, finallyProcessor, tryProcessor
 
Constructor Summary
AOPProcessor(Processor tryProcessor, List<CatchProcessor> catchClauses, Processor finallyProcessor)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.camel.processor.TryProcessor
doStart, doStop, getTraceLabel, handleException, hasNext, next, process, processFinally
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AOPProcessor

public AOPProcessor(Processor tryProcessor,
                    List<CatchProcessor> catchClauses,
                    Processor finallyProcessor)
Method Detail

toString

public String toString()
Overrides:
toString in class TryProcessor


Apache CAMEL