org.apache.james.mailet.standard.mailets.debug
Class Identity

java.lang.Object
  extended by org.apache.mailet.base.GenericMailet
      extended by org.apache.james.mailet.standard.mailets.debug.Identity
All Implemented Interfaces:
Mailet, MailetConfig

public class Identity
extends GenericMailet

Opposite of Null Mailet. It let any incoming mail untouched. Used only for debugging.


Constructor Summary
Identity()
           
 
Method Summary
 String getMailetInfo()
          Return a string describing this mailet.
 void service(Mail mail)
          Do nothing.
 
Methods inherited from class org.apache.mailet.base.GenericMailet
arrayToString, checkInitParameters, destroy, getInitParameter, getInitParameter, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identity

public Identity()
Method Detail

service

public void service(Mail mail)
Do nothing.

Specified by:
service in interface Mailet
Specified by:
service in class GenericMailet
Parameters:
mail - the mail to be processed

getMailetInfo

public String getMailetInfo()
Return a string describing this mailet.

Specified by:
getMailetInfo in interface Mailet
Overrides:
getMailetInfo in class GenericMailet
Returns:
a string describing this mailet


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