Package | Description |
---|---|
jakarta.activation |
Jakarta Activation is used by Jakarta Mail to manage MIME data.
|
Modifier and Type | Method and Description |
---|---|
ActivationDataFlavor[] |
DataHandler.getTransferDataFlavors()
Return the ActivationDataFlavors in which this data is available.
|
ActivationDataFlavor[] |
DataContentHandler.getTransferDataFlavors()
Returns an array of ActivationDataFlavor objects indicating the flavors
the data can be provided in.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ActivationDataFlavor.equals(ActivationDataFlavor dataFlavor)
Compares the ActivationDataFlavor passed in with this
ActivationDataFlavor; 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 © 2018,2020 Eclipse Foundation.
Use is subject to license terms.