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 RestMessageModifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<?> NotifyController.notifyx
(@Valid RestMessage restMessage) Process and send the REST messageorg.springframework.http.ResponseEntity
<?> NotifyControllerDecorator.notifyx
(@Valid 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)