Uses of Interface
jakarta.activation.DataContentHandler
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Uses of DataContentHandler in jakarta.activation
Modifier and TypeMethodDescriptionabstract DataContentHandler
CommandMap.createDataContentHandler
(String mimeType) Locate a DataContentHandler that corresponds to the MIME type.CommandMap.createDataContentHandler
(String mimeType, DataSource ds) Locate a DataContentHandler that corresponds to the MIME type.DataContentHandlerFactory.createDataContentHandler
(String mimeType) Creates a new DataContentHandler object for the MIME type.MailcapCommandMap.createDataContentHandler
(String mimeType) Return the DataContentHandler for the specified MIME type.