Klasse NotifyControllerDecorator

java.lang.Object
de.dlr.proseo.notification.rest.NotifyControllerDecorator
Alle implementierten Schnittstellen:
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)
  • Konstruktordetails

    • NotifyControllerDecorator

      public NotifyControllerDecorator()
  • Methodendetails

    • notifyx

      @RequestMapping(value="", method=POST) public org.springframework.http.ResponseEntity<?> notifyx(@Valid @RequestBody @Valid RestMessage restMessage)
      Process and send the REST message
      Angegeben von:
      notifyx in Schnittstelle NotifyController