javax.activation
Interface DataContentHandlerFactory


public interface DataContentHandlerFactory

Factory interface for creating data content handlers.

Version:
1.1
Author:
Chris Burdess

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

Method Detail

createDataContentHandler

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

Parameters:
mimeType - the MIME type


© Copyright 2002 The Free Software Foundation, All rights reserved