Package de.dlr.proseo.api.edipmon.rest
Klasse EdipStatusControllerImpl
java.lang.Object
de.dlr.proseo.api.edipmon.rest.EdipStatusControllerImpl
- Alle implementierten Schnittstellen:
StatusController
Spring MVC controller for the prosEO EDIP Monitor; implements the services required to inquire about the interface status
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<RestInterfaceStatus> getRestInterfaceStatusByEdipid
(String edipid, org.springframework.http.HttpHeaders httpHeaders) Get the interface status for the given EDIP Monitor
-
Konstruktordetails
-
EdipStatusControllerImpl
public EdipStatusControllerImpl()
-
-
Methodendetails
-
getRestInterfaceStatusByEdipid
public org.springframework.http.ResponseEntity<RestInterfaceStatus> getRestInterfaceStatusByEdipid(String edipid, org.springframework.http.HttpHeaders httpHeaders) Get the interface status for the given EDIP Monitor- Angegeben von:
getRestInterfaceStatusByEdipid
in SchnittstelleStatusController
- Parameter:
edipid
- the EDIP Monitor identifierhttpHeaders
- the HTTP request headers (injected)- Gibt zurück:
- HTTP status "OK" and the Json representation of the interface status information, or HTTP status "FORBIDDEN" and an error message, if an invalid EDIP Monitor identifier was passed
-