javax.activation

Interface DataContentHandlerFactory

public interface DataContentHandlerFactory

Factory interface for creating data content handlers.

Method Summary

DataContentHandler
createDataContentHandler(String mimeType)
Returns a new data content handler for the specified MIME type.

Method Details

createDataContentHandler

public DataContentHandler createDataContentHandler(String mimeType)
Returns a new data content handler for the specified MIME type.

Parameters:
mimeType - the MIME type