Uses of Interface
org.apache.james.protocols.smtp.hook.MailHook

Packages that use MailHook
org.apache.james.protocols.smtp.core   
org.apache.james.protocols.smtp.core.fastfail   
org.apache.james.protocols.smtp.hook   
 

Uses of MailHook in org.apache.james.protocols.smtp.core
 

Methods in org.apache.james.protocols.smtp.core that return types with arguments of type MailHook
protected  Class<MailHook> MailCmdHandler.getHookInterface()
           
 

Methods in org.apache.james.protocols.smtp.core with parameters of type MailHook
protected  HookResult MailCmdHandler.callHook(MailHook rawHook, SMTPSession session, String parameters)
          Must be implemented by hookable cmd handlers to make the effective call to an hook.
 

Uses of MailHook in org.apache.james.protocols.smtp.core.fastfail
 

Classes in org.apache.james.protocols.smtp.core.fastfail that implement MailHook
 class ValidSenderDomainHandler
          Add MFDNSCheck feature to SMTPServer.
 

Uses of MailHook in org.apache.james.protocols.smtp.hook
 

Classes in org.apache.james.protocols.smtp.hook that implement MailHook
 class SimpleHook
          Simple Hook implementation which can be used as base class when writing simple Hook's The SMTP-Server will just accept email with this Hook in place and discard it
 



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