public abstract class ContentHandler extends Object
This class converts the content of a certain format (i.e. a MIME type) into a
Java type object. It is created by {@code ContentHandlerFactory}. The data
values should be accessed via {@code URL} or {@code URLConnection}.