ContentHandlerFactory.createContentHandler

ContentHandlerFactory.createContentHandler

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract ContentHandler createContentHandler( String mimetype )
Parameters
mimetype
the MIME type for which a content handler is desired.
Returns
a new ContentHandler to read an object from a URLStreamHandler.
Description
Creates a new ContentHandler to read an object from a URLStreamHandler.

See Also
ContentHandler, URLStreamHandler