Klasse XbipStatusControllerImpl

java.lang.Object
de.dlr.proseo.api.xbipmon.rest.XbipStatusControllerImpl
Alle implementierten Schnittstellen:
StatusController

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

    • XbipStatusControllerImpl

      public XbipStatusControllerImpl()
  • Methodendetails

    • getRestInterfaceStatusByXbipid

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