org.apache.james.smtpserver
Class DataCmdHandler

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.james.smtpserver.DataCmdHandler
All Implemented Interfaces:
CommandHandler, org.apache.avalon.framework.logger.LogEnabled

public class DataCmdHandler
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements CommandHandler

handles DATA command


Constructor Summary
DataCmdHandler()
           
 
Method Summary
 void onCommand(SMTPSession session)
          process DATA command
 
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
 

Constructor Detail

DataCmdHandler

public DataCmdHandler()
Method Detail

onCommand

public void onCommand(SMTPSession session)
process DATA command

Specified by:
onCommand in interface CommandHandler
See Also:
CommandHandler.onCommand(SMTPSession)


"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."