com.hack23.cia.service.api
Interface GeoIpCountryService

Package class diagram package GeoIpCountryService
All Known Implementing Classes:
GeoIpCountryServiceImpl

public interface GeoIpCountryService

The Interface GeoIpCountryService.


Nested Class Summary
static interface GeoIpCountryService.IpLocation
          The Interface IpLocation.
 
Method Summary
 String getCountryCode(String ipAddress)
          Gets the country code.
 GeoIpCountryService.IpLocation getLocation(String ipAddress)
          Gets the location.
 

Method Detail

getCountryCode

String getCountryCode(String ipAddress)
Gets the country code.

Parameters:
ipAddress - the ip address
Returns:
the country code

getLocation

GeoIpCountryService.IpLocation getLocation(String ipAddress)
Gets the location.

Parameters:
ipAddress - the ip address
Returns:
the location


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.