Uses of Package
javax.activation
Packages that use javax.activation
Package
Description
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
-
Classes in javax.activation used by com.sun.activation.viewersClassDescriptionJavaBeans components that are Activation Framework 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.The DataHandler class provides a consistent interface to data available in many different sources and formats.
-
Classes in javax.activation used by javax.activationClassDescriptionThe CommandInfo class is used by CommandMap implementations to describe the results of command requests.The CommandMap class provides an interface to a registry of command objects available in the system.The DataContentHandler interface is implemented by objects that can be used to extend the capabilities of the DataHandler's implementation of the Transferable interface.This interface defines a factory for
DataContentHandlers
.The DataHandler class provides a consistent interface to data available in many different sources and formats.The DataSource interface provides the JavaBeans Activation Framework with an abstraction of an arbitrary collection of data.The FileTypeMap is an abstract class that provides a data typing interface for files.A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.A parameter list of a MimeType as defined in RFC 2045 and 2046.A class to encapsulate MimeType parsing related exceptions.