javax.activation

Interface DataContentHandlerFactory

public interface DataContentHandlerFactory

Factory interface for creating data content handlers.
Method Summary
DataContentHandlercreateDataContentHandler(String mimeType)
Returns a new data content handler for the specified MIME type.

Method Detail

createDataContentHandler

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

Parameters: mimeType the MIME type