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

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

Methods in org.apache.camel.component.mail that return MailExchange
 MailExchange MailEndpoint.createExchange()
           
 MailExchange MailEndpoint.createExchange(Message message)
           
 MailExchange MailMessage.getExchange()
           
 

Methods in org.apache.camel.component.mail that return types with arguments of type MailExchange
 org.apache.camel.Consumer<MailExchange> MailEndpoint.createConsumer(org.apache.camel.Processor processor)
           
 org.apache.camel.Consumer<MailExchange> MailEndpoint.createConsumer(org.apache.camel.Processor processor, Folder folder)
          Creates a consumer using the given processor and transport
protected  org.apache.camel.Endpoint<MailExchange> MailComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 org.apache.camel.Producer<MailExchange> MailEndpoint.createProducer()
           
 org.apache.camel.Producer<MailExchange> MailEndpoint.createProducer(org.springframework.mail.javamail.JavaMailSender sender)
          Creates a producer using the given sender
 

Methods in org.apache.camel.component.mail with parameters of type MailExchange
 Object MailBinding.extractBodyFromMail(MailExchange exchange, Message message)
          Extracts the body from the Mail message
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.