Uses of Class
jakarta.activation.DataHandler
Packages that use DataHandler
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
The Jakarta Mail API
provides classes that model a mail system.
Classes specific to Internet mail systems.
-
Uses of DataHandler in jakarta.activation
Methods in jakarta.activation with parameters of type DataHandlerModifier and TypeMethodDescriptionCommandInfo.getCommandObject
(DataHandler dh, ClassLoader loader) Return the instantiated JavaBean component.void
CommandObject.setCommandContext
(String verb, DataHandler dh) Initialize the Command with the verb it is requested to handle and the DataHandler that describes the data it will operate on. -
Uses of DataHandler in jakarta.mail
Methods in jakarta.mail that return DataHandlerModifier and TypeMethodDescriptionPart.getDataHandler()
Return a DataHandler for the content within this part.Methods in jakarta.mail with parameters of type DataHandlerModifier and TypeMethodDescriptionvoid
Part.setDataHandler
(DataHandler dh) This method provides the mechanism to set this part's content. -
Uses of DataHandler in jakarta.mail.internet
Fields in jakarta.mail.internet declared as DataHandlerModifier and TypeFieldDescriptionprotected DataHandler
MimeBodyPart.dh
The DataHandler object representing this Part's content.protected DataHandler
MimeMessage.dh
The DataHandler object representing this Message's content.Methods in jakarta.mail.internet that return DataHandlerModifier and TypeMethodDescriptionMimeBodyPart.getDataHandler()
Return a DataHandler for this body part's content.MimeMessage.getDataHandler()
Return a DataHandler for this Message's content.Methods in jakarta.mail.internet with parameters of type DataHandlerModifier and TypeMethodDescriptionstatic String
MimeUtility.getEncoding
(DataHandler dh) Same asgetEncoding(DataSource)
except that instead of reading the data from anInputStream
it uses thewriteTo
method to examine the data.void
MimeBodyPart.setDataHandler
(DataHandler dh) This method provides the mechanism to set this body part's content.void
MimeMessage.setDataHandler
(DataHandler dh) This method provides the mechanism to set this part's content.