org.apache.james.jspf.core
Interface SPFCheckEnabled

All Known Implementing Classes:
IncludeMechanism, RedirectModifier

public interface SPFCheckEnabled

Components that need to log can implement this interface so that the container will provide the SPFChecker


Method Summary
 void enableSPFChecking(SPFChecker checker)
          Provide component with an SPF Checker.
 

Method Detail

enableSPFChecking

void enableSPFChecking(SPFChecker checker)
Provide component with an SPF Checker.

Parameters:
checker - the checker. Must not be null.


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.