org.apache.james.transport.mailets
Class AddHeader

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

Deprecated. This class was replaced by SetMimeHeader and is only here for backwards compatibly. It will be removed in next stable release

public class AddHeader
extends SetMimeHeader

See Also:
SetMimeHeader

Constructor Summary
AddHeader()
          Deprecated.  
 
Method Summary
 java.lang.String getMailetInfo()
          Deprecated. Return a string describing this mailet.
 
Methods inherited from class org.apache.james.transport.mailets.SetMimeHeader
init, service
 
Methods inherited from class org.apache.mailet.GenericMailet
destroy, 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

AddHeader

public AddHeader()
Deprecated. 
Method Detail

getMailetInfo

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

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


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.