Uses of Interface
org.apache.camel.spi.ErrorHandlerWrappingStrategy

Packages that use ErrorHandlerWrappingStrategy
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management Camel JMX export services. 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of ErrorHandlerWrappingStrategy in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return ErrorHandlerWrappingStrategy
 ErrorHandlerWrappingStrategy DefaultRouteContext.getErrorHandlerWrappingStrategy()
           
 

Methods in org.apache.camel.impl with parameters of type ErrorHandlerWrappingStrategy
 void DefaultRouteContext.setErrorHandlerWrappingStrategy(ErrorHandlerWrappingStrategy strategy)
           
 

Uses of ErrorHandlerWrappingStrategy in org.apache.camel.management
 

Classes in org.apache.camel.management that implement ErrorHandlerWrappingStrategy
 class InstrumentationErrorHandlerWrappingStrategy
           
 

Uses of ErrorHandlerWrappingStrategy in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return ErrorHandlerWrappingStrategy
 ErrorHandlerWrappingStrategy RouteContext.getErrorHandlerWrappingStrategy()
          This method retrieves the ErrorHandlerWrappingStrategy.
 

Methods in org.apache.camel.spi with parameters of type ErrorHandlerWrappingStrategy
 void RouteContext.setErrorHandlerWrappingStrategy(ErrorHandlerWrappingStrategy strategy)
          This method sets the ErrorHandlerWrappingStrategy.
 



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