Uses of Interface
javax.activation.DataContentHandler
-
Packages that use DataContentHandler Package Description com.sun.mail.handlers This package includes internal data handler support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.javax.activation The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API to manage MIME data. -
-
Uses of DataContentHandler in com.sun.mail.handlers
Classes in com.sun.mail.handlers that implement DataContentHandler Modifier and Type Class Description classhandler_baseBase class for other DataContentHandlers.classimage_gifDataContentHandler for image/gif.classimage_jpegDataContentHandler for image/jpeg.classmessage_rfc822classmultipart_mixedclasstext_htmlDataContentHandler for text/html.classtext_plainDataContentHandler for text/plain.classtext_xmlDataContentHandler for text/xml. -
Uses of DataContentHandler in javax.activation
Classes in javax.activation that implement DataContentHandler Modifier and Type Class Description (package private) classDataSourceDataContentHandler(package private) classObjectDataContentHandlerFields in javax.activation declared as DataContentHandler Modifier and Type Field Description private DataContentHandlerDataHandler. dataContentHandlerprivate DataContentHandlerDataSourceDataContentHandler. dchprivate DataContentHandlerObjectDataContentHandler. dchprivate DataContentHandlerDataHandler. factoryDCHMethods in javax.activation that return DataContentHandler Modifier and Type Method Description abstract DataContentHandlerCommandMap. createDataContentHandler(java.lang.String mimeType)Locate a DataContentHandler that corresponds to the MIME type.DataContentHandlerCommandMap. createDataContentHandler(java.lang.String mimeType, DataSource ds)Locate a DataContentHandler that corresponds to the MIME type.DataContentHandlerDataContentHandlerFactory. createDataContentHandler(java.lang.String mimeType)Creates a new DataContentHandler object for the MIME type.DataContentHandlerMailcapCommandMap. createDataContentHandler(java.lang.String mimeType)Return the DataContentHandler for the specified MIME type.private DataContentHandlerDataHandler. getDataContentHandler()Get the DataContentHandler for this DataHandler:private DataContentHandlerMailcapCommandMap. getDataContentHandler(java.lang.String name)DataContentHandlerObjectDataContentHandler. getDCH()Return the DataContentHandler for this object.Constructors in javax.activation with parameters of type DataContentHandler Constructor Description DataSourceDataContentHandler(DataContentHandler dch, DataSource ds)The constructor.ObjectDataContentHandler(DataContentHandler dch, java.lang.Object obj, java.lang.String mimeType)The constructor.
-