Package de.dlr.proseo.notification.rest
Class NotifyControllerDecorator
java.lang.Object
de.dlr.proseo.notification.rest.NotifyControllerDecorator
- All Implemented Interfaces:
NotifyController
@RestController
@RequestMapping(value="/proseo/notification/{version}/notify",
produces="application/json")
@Validated
public class NotifyControllerDecorator
extends Object
implements NotifyController
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> notifyx(RestMessage restMessage) Process and send the REST message
-
Constructor Details
-
NotifyControllerDecorator
public NotifyControllerDecorator()
-
-
Method Details
-
notifyx
@RequestMapping(value="", method=POST) public org.springframework.http.ResponseEntity<?> notifyx(@RequestBody RestMessage restMessage) Process and send the REST message- Specified by:
notifyxin interfaceNotifyController
-