Deprecated API


Contents
Deprecated Classes
org.apache.camel.spring.spi.BeanInjector
          not used. Will be removed in Camel 2.0. 
 

Deprecated Methods
org.apache.camel.spring.spi.TransactionErrorHandlerBuilder.backOffMultiplier(double)
          will be removed in Camel 2.0 
org.apache.camel.spring.spi.TransactionErrorHandlerBuilder.collisionAvoidancePercent(short)
          will be removed in Camel 2.0 
org.apache.camel.spring.spi.TransactionInterceptor.getRedeliveryPolicy()
          use DelayPolicy. Will be removed in Camel 2.0 
org.apache.camel.spring.spi.TransactionErrorHandlerBuilder.getRedeliveryPolicy()
          use setDelayPolicy. Will be removed in Camel 2.0 
org.apache.camel.spring.CamelContextFactoryBean.getUseJmx()
          Please the jmxAgent element instead. Will be removed in Camel 2.0. 
org.apache.camel.spring.spi.TransactionErrorHandlerBuilder.initialRedeliveryDelay(long)
          use delay - will be removed in Camel 2.0 
org.apache.camel.spring.CamelContextFactoryBean.isJmxEnabled()
          Please the jmxAgent element instead. Will be removed in Camel 2.0. 
org.apache.camel.spring.spi.TransactionErrorHandlerBuilder.maximumRedeliveries(int)
          will be removed in Camel 2.0 
org.apache.camel.spring.spi.TransactionErrorHandlerBuilder.maximumRedeliveryDelay(long)
          will be removed in Camel 2.0 
org.apache.camel.spring.spi.TransactionInterceptor.setRedeliveryPolicy(RedeliveryPolicy)
          use DelayPolicy. Will be removed in Camel 2.0 
org.apache.camel.spring.spi.TransactionErrorHandlerBuilder.setRedeliveryPolicy(RedeliveryPolicy)
          use setDelayPolicy. Will be removed in Camel 2.0 
org.apache.camel.spring.CamelContextFactoryBean.setUseJmx(Boolean)
          Please the jmxAgent element instead. Will be removed in Camel 2.0. 
org.apache.camel.spring.spi.TransactionErrorHandlerBuilder.useCollisionAvoidance()
          will be removed in Camel 2.0 
org.apache.camel.spring.spi.TransactionErrorHandlerBuilder.useExponentialBackOff()
          will be removed in Camel 2.0 
 

Deprecated Constructors
org.apache.camel.spring.spi.TransactionInterceptor(Processor, TransactionTemplate, RedeliveryPolicy)
          use DelayPolicy. Will be removed in Camel 2.0 
 



Apache CAMEL