Uses of Class
org.apache.camel.model.CatchDefinition

Packages that use CatchDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of CatchDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return CatchDefinition
 CatchDefinition CatchDefinition.exceptionClasses(Class exception)
          Sets the exception class that the CatchType want to catch
 CatchDefinition CatchDefinition.exceptionClasses(List<Class> exceptionClasses)
          Sets the exceptionClasses of the CatchType
 

Methods in org.apache.camel.model that return types with arguments of type CatchDefinition
 List<CatchDefinition> TryDefinition.getCatchClauses()
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.