Interface IGeoIPService


  • public interface IGeoIPService
    Example 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 Detail

      • getGeoIP

        IFuture<GeoIP> getGeoIP​(java.lang.String ip)
        Get geo information for ip.
      • GetGeoIPContext

        IFuture<GeoIP> GetGeoIPContext()
        Get geo context.