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

All Superinterfaces:
Hook, ProtocolHandler
All Known Implementing Classes:
ResolvableEhloHeloHandler, ReverseEqualsEhloHeloHandler, SimpleHook

public interface HeloHook
extends Hook

Implement this interfaces to hook in the HELO Command


Method Summary
 HookResult doHelo(SMTPSession session, String helo)
          Return the HookResult after run the hook
 

Method Detail

doHelo

HookResult doHelo(SMTPSession session,
                  String helo)
Return the HookResult after run the hook

Parameters:
session - the SMTPSession
helo - the helo name
Returns:
HockResult


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