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

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

Methods in org.apache.camel.component.mail that return MailBinding
 MailBinding MailExchange.getBinding()
           
 MailBinding MailEndpoint.getBinding()
           
 

Methods in org.apache.camel.component.mail with parameters of type MailBinding
 void MailEndpoint.setBinding(MailBinding binding)
          Sets the binding used to convert from a Camel message to and from a Mail message
 

Constructors in org.apache.camel.component.mail with parameters of type MailBinding
MailExchange(CamelContext context, ExchangePattern pattern, MailBinding binding)
           
MailExchange(CamelContext context, ExchangePattern pattern, MailBinding binding, Message message)
           
MailExchange(DefaultExchange parent, MailBinding binding)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.