org.apache.james.mime4j.dom.address
Class Address
java.lang.Object
org.apache.james.mime4j.dom.address.Address
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Group, Mailbox
public abstract class Address
- extends Object
- implements Serializable
The abstract base for classes that represent RFC2822 addresses. This includes
groups and mailboxes.
- See Also:
- Serialized Form
Method Summary |
protected abstract void |
doAddMailboxesTo(List<Mailbox> results)
Adds any mailboxes represented by this address into the given List. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address
public Address()
doAddMailboxesTo
protected abstract void doAddMailboxesTo(List<Mailbox> results)
- Adds any mailboxes represented by this address into the given List. Must
be overridden by concrete subclasses.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.