Package mireka.filter.local.table
Class LocalRecipientTable
- Object
-
- mireka.filter.local.table.RecipientTable
-
- mireka.filter.local.table.LocalRecipientTable
-
- All Implemented Interfaces:
RecipientDestinationMapper
public class LocalRecipientTable extends RecipientTable
LocalRecipientTable contains recipient-destination mappings likeRecipientTable, but it never matches a recipient whose domain is not included in the specified domain list.
-
-
Constructor Summary
Constructors Constructor Description LocalRecipientTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemotePartSpecificationgetLocalDomains()Destinationlookup(Recipient recipient)Returns the destination of mails sent to this user; or null if it does not know the recipient.voidsetLocalDomains(RemotePartSpecification localDomains)-
Methods inherited from class mireka.filter.local.table.RecipientTable
addMapper, setMappers
-
-
-
-
Method Detail
-
lookup
public Destination lookup(Recipient recipient)
Description copied from interface:RecipientDestinationMapperReturns the destination of mails sent to this user; or null if it does not know the recipient.- Specified by:
lookupin interfaceRecipientDestinationMapper- Overrides:
lookupin classRecipientTable
-
getLocalDomains
public RemotePartSpecification getLocalDomains()
- Category:
- GETSET
-
setLocalDomains
public void setLocalDomains(RemotePartSpecification localDomains)
- Category:
- GETSET
-
-