Uses of Class
org.apache.servicemix.mail.marshaler.AbstractMailMarshaler

Packages that use AbstractMailMarshaler
org.apache.servicemix.mail Component for Mail using the JavaMail API 
org.apache.servicemix.mail.marshaler   
 

Uses of AbstractMailMarshaler in org.apache.servicemix.mail
 

Methods in org.apache.servicemix.mail that return AbstractMailMarshaler
 AbstractMailMarshaler MailPollerEndpoint.getMarshaler()
           
 AbstractMailMarshaler MailSenderEndpoint.getMarshaler()
           
 

Methods in org.apache.servicemix.mail with parameters of type AbstractMailMarshaler
 void MailPollerEndpoint.setMarshaler(AbstractMailMarshaler marshaler)
          With this method you can specify a marshaler class which provides the logic for converting a mail into a normalized message.
 void MailSenderEndpoint.setMarshaler(AbstractMailMarshaler marshaler)
          With this method you can specify a marshaler class which provides the logic for converting a normalized message into a mail.
 

Uses of AbstractMailMarshaler in org.apache.servicemix.mail.marshaler
 

Subclasses of AbstractMailMarshaler in org.apache.servicemix.mail.marshaler
 class DefaultMailMarshaler
          this is the default marshaler for conversion between the normalized message format and the mail message format
 



Copyright © 2005-2011 FuseSource. All Rights Reserved.