Uses of Interface
org.apache.james.mime4j.parser.ContentHandler
Packages that use ContentHandler
Package
Description
-
Uses of ContentHandler in org.apache.james.mime4j.internal
Classes in org.apache.james.mime4j.internal that implement ContentHandlerModifier and TypeClassDescriptionclass
-
Uses of ContentHandler in org.apache.james.mime4j.message
Classes in org.apache.james.mime4j.message that implement ContentHandlerModifier and TypeClassDescriptionclass
Abstract implementation of ContentHandler that automates common tasks. -
Uses of ContentHandler in org.apache.james.mime4j.parser
Classes in org.apache.james.mime4j.parser that implement ContentHandlerModifier and TypeClassDescriptionclass
Abstract base class for customContentHandler
implementations.Fields in org.apache.james.mime4j.parser declared as ContentHandlerMethods in org.apache.james.mime4j.parser with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoid
MimeStreamParser.setContentHandler
(ContentHandler h) Sets theContentHandler
to use when reporting parsing events.