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

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

public class HeadersToHTTP
extends GenericMailet

Serialise the email and pass it to an HTTP call Sample configuration: http://192.168.0.252:3000/alarm Test ParameterValue true


Constructor Summary
HeadersToHTTP()
           
 
Method Summary
 String getMailetInfo()
          Return a string describing this mailet.
 void init()
          Initialize the mailet.
 void service(Mail mail)
          Takes the message, serialises it and sends it to the URL
 
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

HeadersToHTTP

public HeadersToHTTP()
Method Detail

init

public void init()
          throws javax.mail.MessagingException
Initialize the mailet.

Overrides:
init in class GenericMailet
Throws:
javax.mail.MessagingException - if an exception occurs that interrupts the mailet's normal operation

service

public void service(Mail mail)
Takes the message, serialises it and sends it to the URL

Specified by:
service in interface Mailet
Specified by:
service in class GenericMailet
Parameters:
mail - the mail being processed

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.