org.apache.james.transport.mailets
Class Null

java.lang.Object
  |
  +--org.apache.mailet.GenericMailet
        |
        +--org.apache.james.transport.mailets.Null
All Implemented Interfaces:
Mailet, MailetConfig

public class Null
extends GenericMailet

Simplest Mailet which destroys any incoming messages.

Author:
Federico Barbieri

Constructor Summary
Null()
           
 
Method Summary
 String getMailetInfo()
          Return a string describing this mailet.
 void service(Mail mail)
          Set this mail to GHOST state, indicating that no further processing should take place.
 
Methods inherited from class org.apache.mailet.GenericMailet
destroy, 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

Null

public Null()
Method Detail

service

public void service(Mail mail)
Set this mail to GHOST state, indicating that no further processing should take place.

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

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 © 1999-2002 Apache Jakarta Project. All Rights Reserved."