org.apache.james.services
Interface MailetLoader
- All Known Implementing Classes:
- JamesMailetLoader
- public interface MailetLoader
Field Summary |
static String |
ROLE
The component role used by components implementing this service |
Method Summary |
Mailet |
getMailet(String mailetName,
org.apache.avalon.framework.configuration.Configuration configuration)
Get a new Mailet with the specified name acting
in the specified context. |
ROLE
public static final String ROLE
- The component role used by components implementing this service
- See Also:
- Constant Field Values
getMailet
public Mailet getMailet(String mailetName,
org.apache.avalon.framework.configuration.Configuration configuration)
throws MessagingException
- Get a new Mailet with the specified name acting
in the specified context.
- Throws:
MessagingException
- if an error occurs
"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."