Class GeolocationRestService


  • @Component
    @Path("geolocation")
    @Transactional
    @Produces({"application/json","application/xml","application/atom+xml"})
    @Consumes({"application/json","application/xml","application/atom+xml"})
    public class GeolocationRestService
    extends Object
    • Constructor Detail

      • GeolocationRestService

        public GeolocationRestService()
    • Method Detail

      • getLocations

        @POST
        @Path("/")
        public javax.ws.rs.core.Response getLocations​(GeolocationQueryDTO queryDTO)
      • getConfiguration

        @GET
        @Path("/config")
        public javax.ws.rs.core.Response getConfiguration()