Uses of Class
de.dlr.proseo.notification.rest.model.RestMessage
Packages that use RestMessage
Package
Description
Classes implementing the REST interface for the prosEO Notification component
-
Uses of RestMessage in de.dlr.proseo.notification.rest
Methods in de.dlr.proseo.notification.rest with parameters of type RestMessageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> NotifyController.notifyx(RestMessage restMessage) Process and send the REST messageorg.springframework.http.ResponseEntity<?> NotifyControllerDecorator.notifyx(RestMessage restMessage) Process and send the REST messageorg.springframework.http.ResponseEntity<?> NotifyControllerImpl.notifyx(RestMessage restMessage) Process and send the REST messageSendManager.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)