Class RequestMessageController

java.lang.Object
org.openwms.core.http.AbstractWebController
org.openwms.common.comm.osip.req.RequestMessageController

@Profile("!ASYNCHRONOUS") @OSIP @MeasuredRestController class RequestMessageController extends org.openwms.core.http.AbstractWebController
A RequestMessageController is the http endpoint of the routing service component to process REQ_ messages.
Author:
Heiko Scherrer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final ItemMessageHandler
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.openwms.core.http.AbstractWebController

    buildNOKResponse, buildNOKResponseWithKey, buildOKResponse, buildResponse, buildResponse, getLocationForCreatedResource, getLocationURIForCreatedResource, handleBehaviorAwareException, handleBusinessRuntimeException, handleConstraintViolationException, handleException, handleHttpBusinessException, handleRemovalNotAllowedException, handleTechnicalRuntimeException, handleValidationException, illegalArgumentException, translate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • handle

      @PostMapping("/req") public void handle(@RequestBody ItemMessage msg)