Package org.opennms.web.rest.v2
Class GeolocationRestService
- java.lang.Object
-
- org.opennms.web.rest.v2.GeolocationRestService
-
@Component @Transactional public class GeolocationRestService extends Object
-
-
Constructor Summary
Constructors Constructor Description GeolocationRestService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getConfiguration()
javax.ws.rs.core.Response
getLocations(GeolocationQueryDTO queryDTO)
-
-
-
Method Detail
-
getLocations
public javax.ws.rs.core.Response getLocations(GeolocationQueryDTO queryDTO)
-
getConfiguration
public javax.ws.rs.core.Response getConfiguration()
-
-