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
Classes in javax.activation that implement DataContentHandlerModifier and TypeClassDescription(package private) class
(package private) class
Fields in javax.activation declared as DataContentHandlerModifier and TypeFieldDescriptionprivate DataContentHandler
DataHandler.dataContentHandler
private DataContentHandler
DataSourceDataContentHandler.dch
private DataContentHandler
ObjectDataContentHandler.dch
private DataContentHandler
DataHandler.factoryDCH
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.private DataContentHandler
DataHandler.getDataContentHandler()
Get the DataContentHandler for this DataHandler:private DataContentHandler
MailcapCommandMap.getDataContentHandler
(String name) ObjectDataContentHandler.getDCH()
Return the DataContentHandler for this object.Constructors in javax.activation with parameters of type DataContentHandlerModifierConstructorDescriptionThe constructor.ObjectDataContentHandler
(DataContentHandler dch, Object obj, String mimeType) The constructor.