org.apache.james.smtpserver.core.filter
Class CoreFilterCmdHandlerLoader

java.lang.Object
  extended by org.apache.james.smtpserver.core.filter.CoreFilterCmdHandlerLoader
All Implemented Interfaces:
CommandsHandler

public class CoreFilterCmdHandlerLoader
extends java.lang.Object
implements CommandsHandler

This class represent the base filter command handlers which are shipped with james.


Constructor Summary
CoreFilterCmdHandlerLoader()
           
 
Method Summary
 java.util.Map getCommands()
          Return a Map which contains a set of CommandHandlers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreFilterCmdHandlerLoader

public CoreFilterCmdHandlerLoader()
Method Detail

getCommands

public java.util.Map getCommands()
Description copied from interface: CommandsHandler
Return a Map which contains a set of CommandHandlers

Specified by:
getCommands in interface CommandsHandler
Returns:
Map
See Also:
CommandsHandler.getCommands()


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.