Uses of Class
jakarta.activation.DataHandler
-
Packages that use DataHandler Package Description jakarta.activation Jakarta Activation is used by Jakarta Mail to manage MIME data. -
-
Uses of DataHandler in jakarta.activation
Methods in jakarta.activation with parameters of type DataHandler Modifier and Type Method Description java.lang.Object
CommandInfo. getCommandObject(DataHandler dh, java.lang.ClassLoader loader)
Return the instantiated JavaBean component.void
CommandObject. setCommandContext(java.lang.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.
-