org.apache.james.smtpserver.core
Class CoreCmdHandlerLoader

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

public class CoreCmdHandlerLoader
extends java.lang.Object
implements CommandsHandler

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


Constructor Summary
CoreCmdHandlerLoader()
           
 
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

CoreCmdHandlerLoader

public CoreCmdHandlerLoader()
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.