public class GlobalPostmaster extends Object implements Recipient
| Constructor and Description |
|---|
GlobalPostmaster(String postmaster) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDomainPostmaster() |
boolean |
isGlobalPostmaster() |
boolean |
isPostmaster() |
LocalPart |
localPart() |
String |
sourceRouteStripped() |
String |
toString()
Returns the displayable (unescaped) form of the recipient, without source
route.
|
public boolean isDomainPostmaster()
isDomainPostmaster in interface Recipientpublic boolean isGlobalPostmaster()
isGlobalPostmaster in interface Recipientpublic boolean isPostmaster()
isPostmaster in interface Recipientpublic String sourceRouteStripped()
sourceRouteStripped in interface Recipient