public interface MailetLoader
Mailet
instances| Modifier and Type | Method and Description |
|---|---|
org.apache.mailet.Mailet |
getMailet(org.apache.mailet.MailetConfig config)
Get a new
Mailet instance for the given MailetConfig. |
org.apache.mailet.Mailet getMailet(org.apache.mailet.MailetConfig config)
throws javax.mail.MessagingException
Mailet instance for the given MailetConfig. The
returned Mailet needs to be fully initialized, so the returned
instance is "read-to-use"config - javax.mail.MessagingException - if an error occursCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.