Uses of Interface
javax.activation.DataContentHandler

Uses of DataContentHandler in javax.activation
 

Methods in javax.activation that return DataContentHandler
 DataContentHandler MailcapCommandMap.createDataContentHandler(java.lang.String mimeType)
          Return the DataContentHandler for the specified MIME type.
 DataContentHandler DataContentHandlerFactory.createDataContentHandler(java.lang.String mimeType)
          Creates a new DataContentHandler object for the MIME type.
abstract  DataContentHandler CommandMap.createDataContentHandler(java.lang.String mimeType)
          Locate a DataContentHandler that corresponds to the MIME type.
 DataContentHandler CommandMap.createDataContentHandler(java.lang.String mimeType, DataSource ds)
          Locate a DataContentHandler that corresponds to the MIME type.