Uses of Class
org.apache.james.jspf.core.exceptions.TempErrorException

Packages that use TempErrorException
org.apache.james.jspf.core   
org.apache.james.jspf.impl   
org.apache.james.jspf.policies   
org.apache.james.jspf.policies.local   
org.apache.james.jspf.terms   
 

Uses of TempErrorException in org.apache.james.jspf.core
 

Methods in org.apache.james.jspf.core that throw TempErrorException
 DNSLookupContinuation SPFChecker.checkSPF(SPFSession spfData)
          Run check for SPF with the given values.
 DNSLookupContinuation SPFCheckerDNSResponseListener.onDNSResponse(DNSResponse response, SPFSession session)
          Continue the check for SPF with the given values and the given DNSResponse
 void SPFCheckerExceptionCatcher.onException(java.lang.Exception exception, SPFSession session)
          Take some action on the given Exception
 

Uses of TempErrorException in org.apache.james.jspf.impl
 

Methods in org.apache.james.jspf.impl that throw TempErrorException
 DNSLookupContinuation SPF.checkSPF(SPFSession spfData)
           
 

Uses of TempErrorException in org.apache.james.jspf.policies
 

Methods in org.apache.james.jspf.policies that throw TempErrorException
 DNSLookupContinuation SPFStrictCheckerRetriever.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation SPFRetriever.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation InitialChecksPolicy.checkSPF(SPFSession spfData)
           
 SPF1Record Policy.getSPFRecord(java.lang.String currentDomain)
          Get a record for the given domain
 SPF1Record PolicyPostFilter.getSPFRecord(java.lang.String currentDomain, SPF1Record record)
          Filter or replace a record for the given domain
 SPF1Record NoSPFRecordFoundPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record res)
           
 SPF1Record NeutralIfNotMatchPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 

Uses of TempErrorException in org.apache.james.jspf.policies.local
 

Methods in org.apache.james.jspf.policies.local that throw TempErrorException
 SPF1Record OverridePolicy.getSPFRecord(java.lang.String currentDomain)
           
 SPF1Record TrustedForwarderPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record FallbackPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record res)
           
 SPF1Record DefaultExplanationPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record BestGuessPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record record)
           
 

Uses of TempErrorException in org.apache.james.jspf.terms
 

Methods in org.apache.james.jspf.terms that throw TempErrorException
 DNSLookupContinuation PTRMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation MXMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation IncludeMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation GenericModifier.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation ExistsMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation Directive.checkSPF(SPFSession spfSession)
          Run the Directive
 DNSLookupContinuation AMechanism.checkSPF(SPFSession spfData)
           
protected  DNSLookupContinuation RedirectModifier.checkSPFLogged(SPFSession spfData)
          Set the host which should be used for redirection and set it in SPF1Data so it can be accessed easy later if needed
protected abstract  DNSLookupContinuation GenericModifier.checkSPFLogged(SPFSession spfData)
           
protected  DNSLookupContinuation ExpModifier.checkSPFLogged(SPFSession spfData)
          Generate the explanation and set it in SPF1Data so it can be accessed easy later if needed
 DNSLookupContinuation PTRMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 DNSLookupContinuation MXMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 DNSLookupContinuation ExpModifier.onDNSResponse(DNSResponse lookup, SPFSession spfData)
           
 DNSLookupContinuation ExistsMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 DNSLookupContinuation AMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 



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