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

All Superinterfaces:
Hook, ProtocolHandler

public interface QuitHook
extends Hook

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-2011 The Apache Software Foundation. All Rights Reserved.