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 CatchType.createProcessor(RouteContext routeContext)
           
 CatchProcessor ExceptionType.createProcessor(RouteContext routeContext)
           
 

Uses of CatchProcessor in org.apache.camel.processor
 

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



Copyright © 2008 IONA Open Source Community. All Rights Reserved.