| org.apache.james.services.MailetLoader
All known Subclasses: org.apache.james.transport.JamesMailetLoader,
MailetLoader | public interface MailetLoader (Code) | | |
Method Summary | |
public Mailet | getMailet(String mailetName, Configuration configuration) Get a new Mailet with the specified name acting
in the specified context. |
ROLE | String ROLE(Code) | | The component role used by components implementing this service
|
getMailet | public Mailet getMailet(String mailetName, Configuration configuration) throws MessagingException(Code) | | Get a new Mailet with the specified name acting
in the specified context.
Parameters: matchName - the name of the mailet to be loaded Parameters: context - the MailetContext to be passed to the newmailet throws: MessagingException - if an error occurs |
|
|