Uses of Package
org.apache.camel.processor.exceptionpolicy

Packages that use org.apache.camel.processor.exceptionpolicy
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.exceptionpolicy Exception policy startegies for Dead Letter Channel pattern. 
 

Classes in org.apache.camel.processor.exceptionpolicy used by org.apache.camel.builder
ExceptionPolicyStrategy
          A strategy to determine which OnExceptionDefinition should handle the thrown exception.
 

Classes in org.apache.camel.processor.exceptionpolicy used by org.apache.camel.processor
ExceptionPolicyKey
          Exception policy key is a compound key for storing: route id + exception class + when => exception type.
ExceptionPolicyStrategy
          A strategy to determine which OnExceptionDefinition should handle the thrown exception.
 

Classes in org.apache.camel.processor.exceptionpolicy used by org.apache.camel.processor.exceptionpolicy
ExceptionPolicyKey
          Exception policy key is a compound key for storing: route id + exception class + when => exception type.
ExceptionPolicyStrategy
          A strategy to determine which OnExceptionDefinition should handle the thrown exception.
 



Apache Camel