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 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:
      notifyx in interface NotifyController