Uses of Class
org.apache.camel.component.mail.MailEndpoint

Uses of MailEndpoint in org.apache.camel.component.mail
 

Methods in org.apache.camel.component.mail with parameters of type MailEndpoint
 void MailBinding.populateMailMessage(MailEndpoint endpoint, MimeMessage mimeMessage, Exchange exchange)
           
protected  void MailBinding.setRecipientFromEndpointConfiguration(MimeMessage mimeMessage, MailEndpoint endpoint)
          Appends the Mail headers from the endpoint configuraiton.
 

Constructors in org.apache.camel.component.mail with parameters of type MailEndpoint
MailConsumer(MailEndpoint endpoint, Processor processor, org.springframework.mail.javamail.JavaMailSenderImpl sender)
           
MailExchange(MailEndpoint endpoint, ExchangePattern pattern, MailBinding binding)
           
MailExchange(MailEndpoint endpoint, ExchangePattern pattern, MailBinding binding, Message message)
           
MailProducer(MailEndpoint endpoint, org.springframework.mail.javamail.JavaMailSender sender)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.