Deprecated API


Contents
Deprecated Methods
org.apache.camel.component.mail.MailConfiguration.getDestination()
          use MailConfiguration.getRecipients() 
org.apache.camel.component.mail.MailComponent.mailComponent()
          will be removed in Camel 2.0 
org.apache.camel.component.mail.MailComponent.mailComponent(MailConfiguration)
          will be removed in Camel 2.0 
org.apache.camel.component.mail.MailConfiguration.setDestination(String)
          use MailConfiguration.setTo(String) 
org.apache.camel.component.mail.MailBinding.shouldOutputAttachment(Message, String, DataHandler)
          is renamed to addOutputAttachment. Will be removed in Camel 2.0. 
 



Apache CAMEL