org.apache.james.mime4j.field.address
Class Address

java.lang.Object
  extended by org.apache.james.mime4j.field.address.Address
Direct Known Subclasses:
Group, Mailbox

public abstract class Address
extends java.lang.Object

The abstract base for classes that represent RFC2822 addresses. This includes groups and mailboxes. Currently, no public methods are introduced on this class.


Constructor Summary
Address()
           
 
Method Summary
protected abstract  void doAddMailboxesTo(java.util.ArrayList results)
          Adds any mailboxes represented by this address into the given ArrayList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

doAddMailboxesTo

protected abstract void doAddMailboxesTo(java.util.ArrayList results)
Adds any mailboxes represented by this address into the given ArrayList. Must be overridden by concrete subclasses.



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