Uses of Interface
javax.activation.DataContentHandler
Packages that use DataContentHandler
Package
Description
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
-
Uses of DataContentHandler in javax.activation
Methods in javax.activation that return DataContentHandlerModifier 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.