Deprecated API


Contents
Deprecated Classes
org.apache.camel.CamelTemplate
          use ProducerTemplate instead, can be created using CamelContext.createProducerTemplate(). Will be removed in Camel 2.0 
org.apache.camel.component.seda.ListPollingConsumer
          not used. Will be removed in Camel 2.0. 
org.apache.camel.component.seda.QueueComponent
          This component has been deprecated; please use the seda: URI format instead of queue: 
 

Deprecated Exceptions
org.apache.camel.InvalidHeaderTypeException
          use InvalidTypeException. Will be removed in Camel 2.0. 
 

Deprecated Methods
org.apache.camel.model.ProcessorType.convertFaultBodyTo(Class)
          Please use ProcessorType.convertBodyTo(Class) instead. Will be removed in Camel 2.0. 
org.apache.camel.model.ProcessorType.convertOutBodyTo(Class)
          Please use ProcessorType.convertBodyTo(Class) instead. Will be removed in Camel 2.0. 
org.apache.camel.util.ObjectHelper.equals(Object, Object)
          use the equal method instead. Will be removed in Camel 2.0. 
org.apache.camel.Endpoint.getContext()
           
org.apache.camel.impl.DefaultEndpoint.getContext()
           
org.apache.camel.component.file.FileProducer.getEndpoint()
          will be removed in Camel 2.0. 
org.apache.camel.model.TryType.handleAll()
          Use TryType.finallyBlock() instead, as the name is better. Current name sugests that it handles exception, while it mimics java finally keyword. Will be removed in Camel 2.0. 
org.apache.camel.util.URISupport.indexOfParenthesisMatch(String)
          this method will be removed in Camel 2.0. 
org.apache.camel.converter.ObjectConverter.iterator(Object)
          use ObjectHelper.createIterator(Object). Will be removed in Camel 2.0. 
org.apache.camel.Endpoint.setContext(CamelContext)
           
org.apache.camel.impl.DefaultEndpoint.setContext(CamelContext)
           
org.apache.camel.component.file.FileEndpoint.setExcludedNamePostfixes(String[])
          use ExcludedNamePostfix. Will be removed in Camel 2.0. 
org.apache.camel.component.file.FileEndpoint.setExcludedNamePrefixes(String[])
          use ExcludedNamePrefix. Will be removed in Camel 2.0. 
org.apache.camel.model.ProcessorType.setHeader(String, String)
          Please use ProcessorType.setHeader(String, Expression) instead. Will be removed in Camel 2.0. 
org.apache.camel.component.bean.BeanProcessor.setMethodName(String)
          use BeanProcessor.setMethod(String). Will be removed in Camel 2.0. 
org.apache.camel.model.ProcessorType.setOutBody()
          Please use ProcessorType.transform() instead. Will be removed in Camel 2.0. 
org.apache.camel.model.ProcessorType.setOutBody(Expression)
          Please use ProcessorType.transform(Expression) instead. Will be removed in Camel 2.0. 
org.apache.camel.component.file.FileConsumer.setUnchangedDelay(int)
          will be removed in Camel 2.0 
org.apache.camel.component.file.FileConsumer.setUnchangedSize(boolean)
          will be removed in Camel 2.0 
 



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