Package 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
Modifier and TypeMethodDescriptionvoid
enableSPFChecking
(SPFChecker checker) Provide component with an SPF Checker.
-
Method Details
-
enableSPFChecking
Provide component with an SPF Checker.- Parameters:
checker
- the checker. Must not benull
.
-