Uses of Interface
jakarta.activation.DataSource
Packages that use DataSource
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.
Jakarta Mail API utility classes.
-
Uses of DataSource in jakarta.activation
Classes in jakarta.activation that implement DataSourceModifier and TypeClassDescriptionclass
The FileDataSource class implements a simple DataSource object that encapsulates a file.class
The URLDataSource class provides an object that wraps aURL
object in a DataSource interface.Methods in jakarta.activation that return DataSourceModifier and TypeMethodDescriptionDataHandler.getDataSource()
Return the DataSource associated with this instance of DataHandler.Methods in jakarta.activation with parameters of type DataSourceModifier and TypeMethodDescriptionCommandMap.createDataContentHandler
(String mimeType, DataSource ds) Locate a DataContentHandler that corresponds to the MIME type.CommandMap.getAllCommands
(String mimeType, DataSource ds) Get all the available commands for this type.CommandMap.getCommand
(String mimeType, String cmdName, DataSource ds) Get the default command corresponding to the MIME type.DataContentHandler.getContent
(DataSource ds) Return an object representing the data in its most preferred form.CommandMap.getPreferredCommands
(String mimeType, DataSource ds) Get the preferred command list from a MIME Type.DataContentHandler.getTransferData
(ActivationDataFlavor df, DataSource ds) Returns an object which represents the data to be transferred.Constructors in jakarta.activation with parameters of type DataSourceModifierConstructorDescriptionCreate aDataHandler
instance referencing the specified DataSource. -
Uses of DataSource in jakarta.mail
Subinterfaces of DataSource in jakarta.mailModifier and TypeInterfaceDescriptioninterface
MultipartDataSource is aDataSource
that contains body parts. -
Uses of DataSource in jakarta.mail.internet
Classes in jakarta.mail.internet that implement DataSourceModifier and TypeClassDescriptionclass
A utility class that implements a DataSource out of a MimePart.Fields in jakarta.mail.internet declared as DataSourceModifier and TypeFieldDescriptionprotected DataSource
MimeMultipart.ds
The DataSource supplying our InputStream.Methods in jakarta.mail.internet with parameters of type DataSourceModifier and TypeMethodDescriptionstatic String
MimeUtility.getEncoding
(DataSource ds) Get the Content-Transfer-Encoding that should be applied to the input stream of this DataSource, to make it mail-safe.Constructors in jakarta.mail.internet with parameters of type DataSourceModifierConstructorDescriptionConstructs a MimeMultipart object and its bodyparts from the given DataSource. -
Uses of DataSource in jakarta.mail.util
Classes in jakarta.mail.util that implement DataSource