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

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

Uses of TryDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return TryDefinition
 TryDefinition TryDefinition.finallyBlock()
          The finally block for a given handle
 TryDefinition TryDefinition.handle(Class<?> exceptionType)
          Handles the given exception
 TryDefinition ProcessorDefinition.tryBlock()
          Creates a try/catch block
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.