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 TypeClassDescriptionclassAbstract 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 TypeClassDescriptionclassAbstract base class for customContentHandlerimplementations.Fields in org.apache.james.mime4j.parser declared as ContentHandlerMethods in org.apache.james.mime4j.parser with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidMimeStreamParser.setContentHandler(ContentHandler h) Sets theContentHandlerto use when reporting parsing events.