Package | Description |
---|---|
com.sun.mail.handlers |
Modifier and Type | Method and Description |
---|---|
protected ActivationDataFlavor[] |
text_xml.getDataFlavors() |
protected ActivationDataFlavor[] |
text_plain.getDataFlavors() |
protected ActivationDataFlavor[] |
text_html.getDataFlavors() |
protected ActivationDataFlavor[] |
multipart_mixed.getDataFlavors() |
protected ActivationDataFlavor[] |
message_rfc822.getDataFlavors() |
protected ActivationDataFlavor[] |
image_jpeg.getDataFlavors() |
protected ActivationDataFlavor[] |
image_gif.getDataFlavors() |
protected abstract ActivationDataFlavor[] |
handler_base.getDataFlavors()
Return an array of ActivationDataFlavors that we support.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
text_xml.getData(ActivationDataFlavor aFlavor,
DataSource ds) |
protected Object |
handler_base.getData(ActivationDataFlavor aFlavor,
DataSource ds)
Given the flavor that matched, return the appropriate type of object.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.