| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mailet.base.GenericMailet
org.apache.james.transport.mailets.debug.Identity
public class Identity
Opposite of Null Mailet. It let any incoming mail untouched. Used only for debugging.
| Constructor Summary | |
|---|---|
Identity()
 | 
|
| Method Summary | |
|---|---|
 java.lang.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 | 
|---|
public Identity()
| Method Detail | 
|---|
public void service(Mail mail)
service in interface Mailetservice in class GenericMailetmail - the mail to be processedpublic java.lang.String getMailetInfo()
getMailetInfo in interface MailetgetMailetInfo in class GenericMailet
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||