org.apache.james.transport.mailets
Class ServerTime

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

public class ServerTime
extends GenericMailet

Returns the current time for the mail server. Sample configuration:


 <mailet match="RecipientIs=time@cadenza.lokitech.com" class="ServerTime">
 </mailet>
 


Constructor Summary
ServerTime()
           
 
Method Summary
 java.lang.String getMailetInfo()
          Return a string describing this mailet.
 void service(Mail mail)
          Sends a message back to the sender indicating what time the server thinks it is.
 
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

ServerTime

public ServerTime()
Method Detail

service

public void service(Mail mail)
             throws javax.mail.MessagingException
Sends a message back to the sender indicating what time the server thinks it is.

Specified by:
service in interface Mailet
Specified by:
service in class GenericMailet
Parameters:
mail - the mail being processed
Throws:
javax.mail.MessagingException - if an error is encountered while formulating the reply message

getMailetInfo

public java.lang.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-2009 The Apache Software Foundation. All Rights Reserved.