org.apache.james.smtpserver
Class SMTPHandlerChain
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.james.smtpserver.SMTPHandlerChain
- All Implemented Interfaces:
- org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable
public class SMTPHandlerChain
- extends org.apache.avalon.framework.logger.AbstractLogEnabled
- implements org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.service.Serviceable
The SMTPHandlerChain is per service object providing access
ConnectHandlers, Commandhandlers and message handlers
Method Summary |
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration)
loads the various handlers from the configuration |
void |
service(org.apache.avalon.framework.service.ServiceManager arg0)
|
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMTPHandlerChain
public SMTPHandlerChain()
service
public void service(org.apache.avalon.framework.service.ServiceManager arg0)
throws org.apache.avalon.framework.service.ServiceException
- Specified by:
service
in interface org.apache.avalon.framework.service.Serviceable
- Throws:
org.apache.avalon.framework.service.ServiceException
configure
public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
throws org.apache.avalon.framework.configuration.ConfigurationException
- loads the various handlers from the configuration
- Specified by:
configure
in interface org.apache.avalon.framework.configuration.Configurable
- Parameters:
configuration
- configuration under handlerchain node
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.