Package | Description |
---|---|
com.sun.mail.handlers | |
javax.activation |
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
|
org.apache.cxf.attachment |
Modifier and Type | Class and Description |
---|---|
class |
handler_base
Base class for other DataContentHandlers.
|
class |
image_gif
DataContentHandler for image/gif.
|
class |
image_jpeg
DataContentHandler for image/jpeg.
|
class |
message_rfc822 |
class |
multipart_mixed |
class |
text_html
DataContentHandler for text/html.
|
class |
text_plain
DataContentHandler for text/plain.
|
class |
text_xml
DataContentHandler for text/xml.
|
Modifier and Type | Method and Description |
---|---|
DataContentHandler |
MailcapCommandMap.createDataContentHandler(String mimeType)
Return the DataContentHandler for the specified MIME type.
|
DataContentHandler |
DataContentHandlerFactory.createDataContentHandler(String mimeType)
Creates a new DataContentHandler object for the MIME type.
|
abstract DataContentHandler |
CommandMap.createDataContentHandler(String mimeType)
Locate a DataContentHandler that corresponds to the MIME type.
|
DataContentHandler |
CommandMap.createDataContentHandler(String mimeType,
DataSource ds)
Locate a DataContentHandler that corresponds to the MIME type.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageDataContentHandler |
Copyright © 2017 JBoss by Red Hat. All rights reserved.