Interface IGeoIPService
-
public interface IGeoIPServiceExample web service interface in Jadex. The original synchronous web service interface is made asynchronous to fit the programming model and avoid deadlocks. Note: As parameters the JAX-WS generated data types have to be used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<GeoIP>getGeoIP(java.lang.String ip)Get geo information for ip.IFuture<GeoIP>GetGeoIPContext()Get geo context.
-