Module jakarta.activation
Package jakarta.activation
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Interface Summary Interface Description CommandObject JavaBeans components that are Jakarta Activation aware implement this interface to find out which command verb they're being asked to perform, and to obtain the DataHandler representing the data they should operate on.DataContentHandler The DataContentHandler interface is implemented by objects that can be used to extend the capabilities of the DataHandler's implementation of the Transferable interface.DataContentHandlerFactory This interface defines a factory forDataContentHandlers
.DataSource The DataSource interface provides Jakarta Activation with an abstraction of an arbitrary collection of data.MailcapRegistry The MailcapRegistry interface is implemented by objects that can be used to store and retrieve MailcapEntries.MimeTypeRegistry The MimeTypeRegistry interface is implemented by objects that can be used to store and retrieve MimeTypeEntries. -
Class Summary Class Description ActivationDataFlavor The ActivationDataFlavor class is similar to the JDK'sjava.awt.datatransfer.DataFlavor
class.CommandInfo The CommandInfo class is used by CommandMap implementations to describe the results of command requests.CommandInfo.Beans Helper class to invoke Beans.instantiate reflectively or the equivalent with core reflection when module java.desktop is not readable.CommandMap The CommandMap class provides an interface to a registry of command objects available in the system.DataHandler The DataHandler class provides a consistent interface to data available in many different sources and formats.DataHandlerDataSource The DataHanderDataSource class implements the DataSource interface when the DataHandler is constructed with an Object and a mimeType string.DataSourceDataContentHandler FactoryFinder FileDataSource The FileDataSource class implements a simple DataSource object that encapsulates a file.FileTypeMap The FileTypeMap is an abstract class that provides a data typing interface for files.LogSupport Logging related methods.MailcapCommandMap MailcapCommandMap extends the CommandMap abstract class.MimeType A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.MimeTypeEntry Represents mapping between the file extension and the MIME type string.MimeTypeParameterList A parameter list of a MimeType as defined in RFC 2045 and 2046.MimetypesFileTypeMap This class extends FileTypeMap and provides data typing of files via their file extension.ObjectDataContentHandler SecuritySupport Security related methods that only work on J2SE 1.2 and newer.ServiceLoaderUtil Shared ServiceLoader/FactoryFinder Utils shared among JAF, MAIL, SAAJ, JAXB and JAXWS Class duplicated to all those projects.ServiceLoaderUtil.ExceptionHandler<T extends java.lang.Exception> URLDataSource The URLDataSource class provides an object that wraps aURL
object in a DataSource interface. -
Exception Summary Exception Description MimeTypeParseException A class to encapsulate MimeType parsing related exceptions.UnsupportedDataTypeException Signals that the requested operation does not support the requested data type.