Uses of Interface
org.apache.james.mime4j.parser.ContentHandler

Packages that use ContentHandler
org.apache.james.mime4j.message   
org.apache.james.mime4j.parser   
 

Uses of ContentHandler in org.apache.james.mime4j.message
 

Classes in org.apache.james.mime4j.message that implement ContentHandler
 class MessageBuilder
          A ContentHandler for building an Entity to be used in conjunction with a MimeStreamParser.
 class SimpleContentHandler
          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 ContentHandler
 class AbstractContentHandler
          Abstract ContentHandler with default implementations of all the methods of the ContentHandler interface.
 

Methods in org.apache.james.mime4j.parser with parameters of type ContentHandler
 void MimeStreamParser.setContentHandler(ContentHandler h)
          Sets the ContentHandler to use when reporting parsing events.
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.