Package com.sun.mail.handlers
Class multipart_mixed
- java.lang.Object
-
- com.sun.mail.handlers.handler_base
-
- com.sun.mail.handlers.multipart_mixed
-
- All Implemented Interfaces:
javax.activation.DataContentHandler
public class multipart_mixed extends handler_base
-
-
Constructor Summary
Constructors Constructor Description multipart_mixed()
-
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 to the output stream, using the specific MIME type.-
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 to the output stream, using the specific MIME type.- Throws:
java.io.IOException
-
-