org.apache.james.transport.mailets
Class MailetLoaderTestMailet

java.lang.Object
  extended by GenericMailet
      extended by org.apache.james.transport.mailets.MailetLoaderTestMailet
Direct Known Subclasses:
MailetLoaderTestSMIMEMailet

public class MailetLoaderTestMailet
extends GenericMailet


Constructor Summary
MailetLoaderTestMailet()
           
 
Method Summary
 boolean assertInitCalled()
           
 void init(MailetConfig newConfig)
           
 void service(Mail mail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailetLoaderTestMailet

public MailetLoaderTestMailet()
Method Detail

service

public void service(Mail mail)
             throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

init

public void init(MailetConfig newConfig)
          throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

assertInitCalled

public boolean assertInitCalled()


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.