Deprecated API


Contents
Deprecated Methods
org.apache.camel.model.ProcessorType.convertOutBodyTo(Class)
          Please use ProcessorType.convertBodyTo(Class) instead 
org.apache.camel.util.ObjectHelper.equals(Object, Object)
          use the equal method instead 
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. 
org.apache.camel.util.URISupport.indexOfParenthesisMatch(String)
          this method will be removed in a future release 
org.apache.camel.component.bean.BeanProcessor.setMethodName(String)
            
org.apache.camel.model.ProcessorType.setOutBody()
          Please use ProcessorType.transform() instead 
org.apache.camel.model.ProcessorType.setOutBody(Expression)
          Please use ProcessorType.transform(Expression) instead 
 



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