org.apache.james.protocols.smtp.hook
Interface QuitHook


public interface QuitHook

Implement this interfaces to hook in the MAIL Command


Method Summary
 HookResult doQuit(SMTPSession session)
          Return the HookResult after run the hook
 

Method Detail

doQuit

HookResult doQuit(SMTPSession session)
Return the HookResult after run the hook

Parameters:
session - the SMTPSession
Returns:
HockResult


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.