org.apache.james.mailet.standard.mailets
Class LogMessage

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

public class LogMessage
extends GenericMailet

Logs Message Headers and/or Body. If the "passThrough" in confs is true the mail will be left untouched in the pipe. If false will be destroyed. Default is true.

Version:
This is $Revision: 1.8.4.2 $

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

Constructor Detail

LogMessage

public LogMessage()
Method Detail

init

public void init()
Initialize the mailet, loading configuration information.

Overrides:
init in class GenericMailet

service

public void service(Mail mail)
Log a particular message

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 © 2008-2012 The Apache Software Foundation. All Rights Reserved.