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

Packages that use ExceptionPolicyKey
org.apache.camel.processor.exceptionpolicy Exception policy startegies for Dead Letter Channel pattern. 
 

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

Methods in org.apache.camel.processor.exceptionpolicy that return ExceptionPolicyKey
static ExceptionPolicyKey ExceptionPolicyKey.newInstance(Class exceptionClass)
           
static ExceptionPolicyKey ExceptionPolicyKey.newInstance(Class exceptionClass, WhenType when)
           
 

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



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