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(ExchangePattern pattern)
           
 MailExchange MailEndpoint.createExchange(Message message)
           
 MailExchange MailMessage.getExchange()
           
 

Methods in org.apache.camel.component.mail that return types with arguments of type MailExchange
 Consumer<MailExchange> MailEndpoint.createConsumer(Processor processor)
           
 Consumer<MailExchange> MailEndpoint.createConsumer(Processor processor, JavaMailSenderImpl sender)
          Creates a consumer using the given processor and sender
protected  Endpoint<MailExchange> MailComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 Producer<MailExchange> MailEndpoint.createProducer()
           
 Producer<MailExchange> MailEndpoint.createProducer(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
protected  void MailConsumer.process(MailExchange exchange)
          Strategy to process the mail message.
protected  void MailConsumer.processCommit(MailExchange exchange)
          Strategy to flag the message after being processed.
protected  void MailConsumer.processRollback(MailExchange exchange)
          Strategy when processing the exchange failed.
 



Apache CAMEL