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

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

Uses of TryType in org.apache.camel.model
 

Methods in org.apache.camel.model that return TryType
 TryType TryType.finallyBlock()
           
 TryType TryType.handle(Class<?> exceptionType)
           
 TryType TryType.handleAll()
          Deprecated. Use finallyBlock() instead, as the name is better. Current name sugests that it handles exception, while it mimics java finally keyword.
 TryType ProcessorType.tryBlock()
          Creates a try/catch block
 



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