org.apache.camel.component.mail
Class MailConverters
java.lang.Object
org.apache.camel.component.mail.MailConverters
public class MailConverters
- extends Object
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailConverters
public MailConverters()
toString
public String toString(Message message)
throws MessagingException,
IOException
- Converts the given JavaMail message to a String body
- Parameters:
message
- the message
- Returns:
- the String content
- Throws:
MessagingException
IOException
toString
public static String toString(Multipart multipart)
throws MessagingException,
IOException
- Throws:
MessagingException
IOException
Copyright © 2007 Apache Software Foundation. All Rights Reserved.