Package com.sun.mail.handlers
Class message_rfc822
- java.lang.Object
-
- com.sun.mail.handlers.handler_base
-
- com.sun.mail.handlers.message_rfc822
-
- All Implemented Interfaces:
javax.activation.DataContentHandler
public class message_rfc822 extends handler_base
-
-
Constructor Summary
Constructors Constructor Description message_rfc822()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getContent(javax.activation.DataSource ds)
Return the content.void
writeTo(java.lang.Object obj, java.lang.String mimeType, java.io.OutputStream os)
Write the object as a byte stream.-
Methods inherited from class com.sun.mail.handlers.handler_base
getTransferData, getTransferDataFlavors
-
-
-
-
Method Detail
-
getContent
public java.lang.Object getContent(javax.activation.DataSource ds) throws java.io.IOException
Return the content.- Throws:
java.io.IOException
-
writeTo
public void writeTo(java.lang.Object obj, java.lang.String mimeType, java.io.OutputStream os) throws java.io.IOException
Write the object as a byte stream.- Throws:
java.io.IOException
-
-