com.sun.mail.dsn
Class message_deliverystatus
java.lang.Object
com.sun.mail.dsn.message_deliverystatus
- All Implemented Interfaces:
- DataContentHandler
public class message_deliverystatus
- extends Object
- implements DataContentHandler
- Version:
- 1.4, 07/05/04
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message_deliverystatus
public message_deliverystatus()
getTransferDataFlavors
public DataFlavor[] getTransferDataFlavors()
- return the DataFlavors for this
DataContentHandler
- Specified by:
getTransferDataFlavors in interface DataContentHandler
- Returns:
- The DataFlavors.
getTransferData
public Object getTransferData(DataFlavor df,
DataSource ds)
throws IOException
- return the Transfer Data of type DataFlavor from InputStream
- Specified by:
getTransferData in interface DataContentHandler
- Parameters:
df - The DataFlavor.ins - The InputStream corresponding to the data.
- Returns:
- a Message object
- Throws:
IOException
getContent
public Object getContent(DataSource ds)
throws IOException
- Return the content.
- Specified by:
getContent in interface DataContentHandler
- Throws:
IOException
writeTo
public void writeTo(Object obj,
String mimeType,
OutputStream os)
throws IOException
- Specified by:
writeTo in interface DataContentHandler
- Throws:
IOException
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.