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