Interface GeoIPServiceSoap
-
public interface GeoIPServiceSoap
This class was generated by the JAX-WS RI. JAX-WS RI 2.1.6 in JDK 6 Generated source version: 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoIP
getGeoIP(java.lang.String ipAddress)
GeoIPService - GetGeoIP enables you to easily look up countries by IP addressesGeoIP
getGeoIPContext()
GeoIPService - GetGeoIPContext enables you to easily look up countries by Context
-
-
-
Method Detail
-
getGeoIP
@RequestWrapper(localName="GetGeoIP", targetNamespace="http://www.webservicex.net/", className="jadex.webservice.examples.ws.geoip.gen.GetGeoIP") @ResponseWrapper(localName="GetGeoIPResponse", targetNamespace="http://www.webservicex.net/", className="jadex.webservice.examples.ws.geoip.gen.GetGeoIPResponse") GeoIP getGeoIP(java.lang.String ipAddress)
GeoIPService - GetGeoIP enables you to easily look up countries by IP addresses- Parameters:
ipAddress
-- Returns:
- returns jadex.webservice.examples.ws.geoip.gen.GeoIP
-
getGeoIPContext
@RequestWrapper(localName="GetGeoIPContext", targetNamespace="http://www.webservicex.net/", className="jadex.webservice.examples.ws.geoip.gen.GetGeoIPContext") @ResponseWrapper(localName="GetGeoIPContextResponse", targetNamespace="http://www.webservicex.net/", className="jadex.webservice.examples.ws.geoip.gen.GetGeoIPContextResponse") GeoIP getGeoIPContext()
GeoIPService - GetGeoIPContext enables you to easily look up countries by Context- Returns:
- returns jadex.webservice.examples.ws.geoip.gen.GeoIP
-
-