Verwendungen von Klasse
de.dlr.proseo.notification.rest.model.RestMessage

Packages, die RestMessage verwenden
Package
Beschreibung
Classes implementing the REST interface for the prosEO Notification component
  • Verwendungen von RestMessage in de.dlr.proseo.notification.rest

    Methoden in de.dlr.proseo.notification.rest mit Parametern vom Typ RestMessage
    Modifizierer und Typ
    Methode
    Beschreibung
    org.springframework.http.ResponseEntity<?>
    NotifyController.notifyx(@Valid RestMessage restMessage)
    Process and send the REST message
    org.springframework.http.ResponseEntity<?>
    NotifyControllerDecorator.notifyx(@Valid RestMessage restMessage)
    Process and send the REST message
    org.springframework.http.ResponseEntity<?>
    NotifyControllerImpl.notifyx(RestMessage restMessage)
    Process and send the REST message
    SendManager.sendNotification(RestMessage restMessage)
    Evaluate the REST message attributes, parses and validates the message content, formats it where necessary, and delegates the sending either to the ServiceConnection class (HTTP/HTTPs) or the ServiceMail class (MAIL)