Uses of Class
org.springframework.security.remoting.dns.DnsLookupException

Packages that use DnsLookupException
org.springframework.security.remoting.dns   
 

Uses of DnsLookupException in org.springframework.security.remoting.dns
 

Subclasses of DnsLookupException in org.springframework.security.remoting.dns
 class DnsEntryNotFoundException
          This will be thrown if no entry matches the specified DNS query.
 

Methods in org.springframework.security.remoting.dns that throw DnsLookupException
 String DnsResolver.resolveIpAddress(String hostname)
          Resolves the IP Address (A record) to the specified host name.
 String DnsResolver.resolveServiceEntry(String serviceType, String domain)
          Resolves the host name for the specified service in the specified domain For example, if you need the host name for an LDAP server running in the domain springsource.com, you would call resolveServiceEntry("ldap", "springsource.com").
 String DnsResolver.resolveServiceIpAddress(String serviceType, String domain)
          Resolves the host name for the specified service and then the IP Address for this host in one call.
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.