Package mireka.address
Interface RemotePartContainingRecipient
-
- All Superinterfaces:
Recipient
- All Known Implementing Classes:
DomainPostmaster,GenericRecipient
public interface RemotePartContainingRecipient extends Recipient
The special "Postmaster" recipient (without domain name) is the only Recipient which doesn't implement this interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MailboxgetMailbox()-
Methods inherited from interface mireka.address.Recipient
isDomainPostmaster, isGlobalPostmaster, isPostmaster, localPart, sourceRouteStripped, toString
-
-
-
-
Method Detail
-
getMailbox
Mailbox getMailbox()
-
-