org.nhind.james.matcher
Class RecipientIsNotXd

java.lang.Object
  extended by org.apache.mailet.base.GenericMatcher
      extended by org.nhind.james.matcher.RecipientIsNotXd
All Implemented Interfaces:
Matcher, MatcherConfig

public class RecipientIsNotXd
extends GenericMatcher

Matcher for non-XD mapped recipients.

Author:
beau

Constructor Summary
RecipientIsNotXd()
           
 
Method Summary
 void init()
          
 Collection<MailAddress> match(Mail mail)
          
 
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

RecipientIsNotXd

public RecipientIsNotXd()
Method Detail

init

public void init()

Overrides:
init in class GenericMatcher

match

public Collection<MailAddress> match(Mail mail)
                              throws javax.mail.MessagingException

Specified by:
match in interface Matcher
Specified by:
match in class GenericMatcher
Throws:
javax.mail.MessagingException


Copyright © 2012. All Rights Reserved.