Uses of Interface
org.apache.james.jspf.core.DNSService

Packages that use DNSService
org.apache.james.jspf.core   
org.apache.james.jspf.executor   
org.apache.james.jspf.impl   
org.apache.james.jspf.terms   
 

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

Methods in org.apache.james.jspf.core with parameters of type DNSService
 void DNSServiceEnabled.enableDNSService(DNSService service)
          Provide component with a DNSService.
 

Constructors in org.apache.james.jspf.core with parameters of type DNSService
MacroExpand(Logger logger, DNSService dnsProbe)
          Construct MacroExpand
 

Uses of DNSService in org.apache.james.jspf.executor
 

Constructors in org.apache.james.jspf.executor with parameters of type DNSService
SynchronousSPFExecutor(Logger log, DNSService service)
           
 

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

Classes in org.apache.james.jspf.impl that implement DNSService
 class DNSServiceXBillImpl
          This class contains helper to get all neccassary DNS infos that are needed for SPF
 

Constructors in org.apache.james.jspf.impl with parameters of type DNSService
DNSServiceAsynchSimulator(DNSService service, boolean multiThread)
           
SPF(DNSService dnsProbe, Logger logger)
          Uses passed logger and passed dnsServicer
SPF(DNSService dnsProbe, SPFRecordParser parser, Logger logger, MacroExpand macroExpand, SPFExecutor executor)
          Uses passed services
 

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

Methods in org.apache.james.jspf.terms with parameters of type DNSService
 void PTRMechanism.enableDNSService(DNSService service)
           
 



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