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

Packages that use CatchProcessor
org.apache.camel.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
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 © 2007 Apache Software Foundation. All Rights Reserved.