Package mireka.filter.local
Class LookupDestinationFilter
- Object
-
- mireka.filter.local.LookupDestinationFilter
-
- All Implemented Interfaces:
FilterType
public class LookupDestinationFilter extends Object implements FilterType
The LookupDestination filter assigns a destination to recipients in theFilterBase.verifyRecipient(RecipientContext)phase. It resolves aliases, so the destination set is neverAliasDestination. It does nothing if a destination is already assigned, except if it is anAliasDestination, in which case it tries to resolve the alias.
-
-
Constructor Summary
Constructors Constructor Description LookupDestinationFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FiltercreateInstance(MailTransaction mailTransaction)RecipientDestinationMappergetRecipientDestinationMapper()voidsetRecipientDestinationMapper(RecipientDestinationMapper recipientDestinationMapper)
-
-
-
Method Detail
-
createInstance
public Filter createInstance(MailTransaction mailTransaction)
- Specified by:
createInstancein interfaceFilterType
-
getRecipientDestinationMapper
public RecipientDestinationMapper getRecipientDestinationMapper()
- Category:
- GETSET
-
setRecipientDestinationMapper
public void setRecipientDestinationMapper(RecipientDestinationMapper recipientDestinationMapper)
- Category:
- GETSET
-
-