Package de.dlr.proseo.notification.rest
Class NotifyControllerImpl
java.lang.Object
de.dlr.proseo.notification.rest.NotifyControllerImpl
- All Implemented Interfaces:
NotifyController
REST controller that receives and processes notifications by delegating the task of sending messages to the SendManager class,
and it handles exceptions and returns appropriate responses to the client
- Author:
- Ernst Melchinger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> notifyx(RestMessage restMessage) Process and send the REST message
-
Constructor Details
-
NotifyControllerImpl
public NotifyControllerImpl()
-
-
Method Details
-
notifyx
Process and send the REST message- Specified by:
notifyxin interfaceNotifyController- Parameters:
restMessage- the REST message to send- Returns:
- The response entity
-