Uses of Interface
javax.activation.DataContentHandlerFactory
-
Packages that use DataContentHandlerFactory Package Description javax.activation The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API to manage MIME data. -
-
Uses of DataContentHandlerFactory in javax.activation
Fields in javax.activation declared as DataContentHandlerFactory Modifier and Type Field Description private static DataContentHandlerFactory
DataHandler. factory
private DataContentHandlerFactory
DataHandler. oldFactory
Methods in javax.activation with parameters of type DataContentHandlerFactory Modifier and Type Method Description static void
DataHandler. setDataContentHandlerFactory(DataContentHandlerFactory newFactory)
Sets the DataContentHandlerFactory.
-