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(org.apache.camel.CamelContext context, MailBinding binding)
           
MailExchange(org.apache.camel.CamelContext context, MailBinding binding, Message message)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.