Package org.openwms.common.comm.osip.locu
package org.openwms.common.comm.osip.locu
Contains types responsible for dealing with OSIP LOCU telegrams.
-
ClassesClassDescriptionAn AmqpLocationUpdateMessageHandler is the handler function to accept
LocationUpdateMessage
s and forward them for processing over AMQP.An HttpLocationUpdateMessageHandler is the handler function to acceptLocationUpdateMessage
s and forward them for processing over HTTP to the routing-service.A LocationUpdateMessage.A LocationUpdateMessageConfiguration is the JavaConfig for theLocationUpdateMessage
handling part.A LocationUpdateMessageServiceActivator implements the Service Activator pattern and delegates incomingLocationUpdateMessage
s to the appropriate handler function.