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

Packages that use ContentHandler
org.apache.james.mime4j   
 

Uses of ContentHandler in org.apache.james.mime4j
 

Classes in org.apache.james.mime4j that implement ContentHandler
 class AbstractContentHandler
          Abstract ContentHandler with default implementations of all the methods of the ContentHandler interface.
 class SimpleContentHandler
          Abstract implementation of ContentHandler that automates common tasks.
 

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



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