| Package | Description |
|---|---|
| javax.activation |
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
|
| Modifier and Type | Method and Description |
|---|---|
ActivationDataFlavor[] |
DataHandler.getTransferDataFlavors()
Return the DataFlavors in which this data is available.
|
ActivationDataFlavor[] |
DataContentHandler.getTransferDataFlavors()
Returns an array of DataFlavor objects indicating the flavors the
data can be provided in.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActivationDataFlavor.equals(ActivationDataFlavor dataFlavor)
Compares the DataFlavor passed in with this DataFlavor; calls
the
isMimeTypeEqual method. |
Object |
DataHandler.getTransferData(ActivationDataFlavor flavor)
Returns an object that represents the data to be
transferred.
|
Object |
DataContentHandler.getTransferData(ActivationDataFlavor df,
DataSource ds)
Returns an object which represents the data to be transferred.
|
boolean |
DataHandler.isDataFlavorSupported(ActivationDataFlavor flavor)
Returns whether the specified data flavor is supported
for this object.
|
Copyright © 2016 Oracle. All rights reserved.