Klasse CadipStatusControllerImpl

java.lang.Object
de.dlr.proseo.api.cadipmon.rest.CadipStatusControllerImpl
Alle implementierten Schnittstellen:
StatusController

@Component public class CadipStatusControllerImpl extends Object implements StatusController
Spring MVC controller for the prosEO CADIP Monitor; implements the services required to inquire about the interface status
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • CadipStatusControllerImpl

      public CadipStatusControllerImpl()
  • Methodendetails

    • getRestInterfaceStatusByCadipid

      public org.springframework.http.ResponseEntity<RestInterfaceStatus> getRestInterfaceStatusByCadipid(String cadipid, org.springframework.http.HttpHeaders httpHeaders)
      Get the interface status for the given CADIP Monitor
      Angegeben von:
      getRestInterfaceStatusByCadipid in Schnittstelle StatusController
      Parameter:
      cadipid - the CADIP Monitor identifier
      httpHeaders - 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 CADIP Monitor identifier was passed