org.apache.james.transport
Class MailetLoader

java.lang.Object
  |
  +--org.apache.james.transport.MailetLoader
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable

public class MailetLoader
extends java.lang.Object
implements org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable

Author:
Serge Knystautas
, Federico Barbieri

Constructor Summary
MailetLoader()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration conf)
           
 Mailet getMailet(java.lang.String mailetName, MailetContext context, org.apache.avalon.framework.configuration.Configuration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailetLoader

public MailetLoader()
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration conf)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
org.apache.avalon.framework.configuration.ConfigurationException

getMailet

public Mailet getMailet(java.lang.String mailetName,
                        MailetContext context,
                        org.apache.avalon.framework.configuration.Configuration configuration)
                 throws javax.mail.MessagingException
javax.mail.MessagingException


"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."