Uses of Class
org.apache.camel.processor.CatchProcessor

Packages that use CatchProcessor
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of CatchProcessor in org.apache.camel.model
 

Methods in org.apache.camel.model that return CatchProcessor
 CatchProcessor CatchDefinition.createProcessor(RouteContext routeContext)
           
 CatchProcessor OnExceptionDefinition.createProcessor(RouteContext routeContext)
           
 

Uses of CatchProcessor in org.apache.camel.processor
 

Constructor parameters in org.apache.camel.processor with type arguments of type CatchProcessor
AOPProcessor(Processor tryProcessor, List<CatchProcessor> catchClauses, Processor finallyProcessor)
           
TryProcessor(Processor tryProcessor, List<CatchProcessor> catchClauses, Processor finallyProcessor)
           
 



Apache CAMEL