org.apache.camel.processor
Class AOPProcessor

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

public class AOPProcessor
extends TryProcessor

Version:

Field Summary
 
Fields inherited from class org.apache.camel.processor.TryProcessor
catchProcessor, finallyProcessor, tryProcessor
 
Fields inherited from class org.apache.camel.support.ServiceSupport
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending
 
Constructor Summary
AOPProcessor(Processor tryProcessor, List<CatchProcessor> catchClauses, Processor finallyProcessor)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.camel.processor.TryProcessor
continueRouting, doStart, doStop, getProcessors, getTraceLabel, hasNext, next, process, process, process
 
Methods inherited from class org.apache.camel.support.ServiceSupport
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
 
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