org.apache.james.transport.matchers
Class RecipientIs

java.lang.Object
  extended by org.apache.mailet.base.GenericMatcher
      extended by org.apache.mailet.base.GenericRecipientMatcher
          extended by org.apache.james.transport.matchers.RecipientIs
All Implemented Interfaces:
Matcher, MatcherConfig

public class RecipientIs
extends GenericRecipientMatcher

Matches mail where the recipent is one of a configurable list.

Version:
1.0.0, 24/04/1999

Constructor Summary
RecipientIs()
           
 
Method Summary
 void init()
           
 boolean matchRecipient(MailAddress recipient)
           
 
Methods inherited from class org.apache.mailet.base.GenericRecipientMatcher
match
 
Methods inherited from class org.apache.mailet.base.GenericMatcher
destroy, getCondition, getMailetContext, getMatcherConfig, getMatcherInfo, getMatcherName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientIs

public RecipientIs()
Method Detail

init

public void init()
          throws javax.mail.MessagingException
Overrides:
init in class GenericMatcher
Throws:
javax.mail.MessagingException

matchRecipient

public boolean matchRecipient(MailAddress recipient)
Specified by:
matchRecipient in class GenericRecipientMatcher


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.