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

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

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

Methods in org.springframework.security.remoting.dns that throw DnsEntryNotFoundException
 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.