Class SimpleContentHandler

java.lang.Object
org.apache.james.mime4j.parser.AbstractContentHandler
org.apache.james.mime4j.message.SimpleContentHandler
All Implemented Interfaces:
ContentHandler

public abstract class SimpleContentHandler extends AbstractContentHandler
Abstract implementation of ContentHandler that automates common tasks. Currently performs header parsing. Older versions of this class performed decoding of content streams. This can be now easily achieved by calling setContentDecoding(true) on the MimeStreamParser.