Uses of Class
org.apache.camel.processor.exceptionpolicy.ExceptionPolicyKey

Packages that use ExceptionPolicyKey
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. 
 

Uses of ExceptionPolicyKey in org.apache.camel.processor
 

Fields in org.apache.camel.processor with type parameters of type ExceptionPolicyKey
protected  Map<ExceptionPolicyKey,OnExceptionDefinition> ErrorHandlerSupport.exceptionPolicies
           
 

Uses of ExceptionPolicyKey in org.apache.camel.processor.exceptionpolicy
 

Methods in org.apache.camel.processor.exceptionpolicy that return ExceptionPolicyKey
static ExceptionPolicyKey ExceptionPolicyKey.newInstance(Class<? extends Throwable> exceptionClass)
          Deprecated. will be removed in the near future. Use the constructor instead.
static ExceptionPolicyKey ExceptionPolicyKey.newInstance(Class<? extends Throwable> exceptionClass, WhenDefinition when)
          Deprecated. will be removed in the near future. Use the constructor instead.
 

Method parameters in org.apache.camel.processor.exceptionpolicy with type arguments of type ExceptionPolicyKey
 OnExceptionDefinition DefaultExceptionPolicyStrategy.getExceptionPolicy(Map<ExceptionPolicyKey,OnExceptionDefinition> exceptionPolicies, Exchange exchange, Throwable exception)
           
 OnExceptionDefinition ExceptionPolicyStrategy.getExceptionPolicy(Map<ExceptionPolicyKey,OnExceptionDefinition> exceptionPolicies, Exchange exchange, Throwable exception)
          Resolves the OnExceptionDefinition that should handle the thrown exception.
 



Apache Camel