| org.apache.james.smtpserver.SMTPHandlerChain
SMTPHandlerChain | public class SMTPHandlerChain extends AbstractLogEnabled implements Configurable,Serviceable(Code) | | The SMTPHandlerChain is per service object providing access
ConnectHandlers, Commandhandlers and message handlers
|
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | loads the various handlers from the configuration
Parameters: configuration - configuration under handlerchain node |
getCommandHandlers | List getCommandHandlers(String command)(Code) | | Returns all the configured commandhandlers for the specified command
Parameters: commandName - the command name which will be key List of commandhandlers |
getConnectHandlers | List getConnectHandlers()(Code) | | Returns all the configured connect handlers
List of connect handlers |
getMessageHandlers | List getMessageHandlers()(Code) | | Returns all the configured message handlers
List of message handlers |
service | public void service(ServiceManager arg0) throws ServiceException(Code) | | |
|
|