Uses of Class
org.openwms.common.comm.osip.locu.LocationUpdateMessage
Packages that use LocationUpdateMessage
Package
Description
Contains types responsible for dealing with OSIP LOCU telegrams.
Contains types to serialize and deserialize OSIP LOCU telegrams and messages.
- 
Uses of LocationUpdateMessage in org.openwms.common.comm.osip.locu
Fields in org.openwms.common.comm.osip.locu with type parameters of type LocationUpdateMessageModifier and TypeFieldDescriptionprivate final Function<org.springframework.messaging.support.GenericMessage<LocationUpdateMessage>, Void> LocationUpdateMessageServiceActivator.handlerMethods in org.openwms.common.comm.osip.locu that return LocationUpdateMessageMethod parameters in org.openwms.common.comm.osip.locu with type arguments of type LocationUpdateMessageModifier and TypeMethodDescriptionAmqpLocationUpdateMessageHandler.apply(org.springframework.messaging.support.GenericMessage<LocationUpdateMessage> msg) HttpLocationUpdateMessageHandler.apply(org.springframework.messaging.support.GenericMessage<LocationUpdateMessage> msg) voidLocationUpdateMessageServiceActivator.wakeUp(org.springframework.messaging.support.GenericMessage<LocationUpdateMessage> message) Constructor parameters in org.openwms.common.comm.osip.locu with type arguments of type LocationUpdateMessageModifierConstructorDescription(package private)LocationUpdateMessageServiceActivator(org.springframework.context.ApplicationContext ctx, Function<org.springframework.messaging.support.GenericMessage<LocationUpdateMessage>, Void> handler)  - 
Uses of LocationUpdateMessage in org.openwms.common.comm.osip.locu.tcp
Methods in org.openwms.common.comm.osip.locu.tcp that return types with arguments of type LocationUpdateMessageModifier and TypeMethodDescriptionorg.springframework.messaging.Message<LocationUpdateMessage> LocationUpdateTelegramDeserializer.deserialize(String telegram, Map<String, Object> headers)