public class RecipientDestinationPair extends Object implements RecipientDestinationMapper
| Constructor and Description |
|---|
RecipientDestinationPair() |
| Modifier and Type | Method and Description |
|---|---|
Destination |
lookup(Recipient recipient)
Returns the destination of mails sent to this user; or null if it does
not know the recipient.
|
void |
setDestination(Destination destination) |
void |
setRecipient(String recipient) |
public Destination lookup(Recipient recipient)
RecipientDestinationMapperlookup in interface RecipientDestinationMapperpublic void setRecipient(String recipient)
public void setDestination(Destination destination)