Uses of Class
org.openwms.common.comm.osip.upd.UpdateMessage
Packages that use UpdateMessage
Package
Description
Contains types responsible for dealing with OSIP UPD telegrams.
Contains types to serialize and deserialize OSIP UPD telegrams and messages.
- 
Uses of UpdateMessage in org.openwms.common.comm.osip.upd
Fields in org.openwms.common.comm.osip.upd with type parameters of type UpdateMessageModifier and TypeFieldDescriptionprivate final Function<org.springframework.messaging.support.GenericMessage<UpdateMessage>, Void> UpdateMessageServiceActivator.handlerMethods in org.openwms.common.comm.osip.upd that return UpdateMessageMethod parameters in org.openwms.common.comm.osip.upd with type arguments of type UpdateMessageModifier and TypeMethodDescriptionAmqpUpdateMessageHandler.apply(org.springframework.messaging.support.GenericMessage<UpdateMessage> msg) HttpUpdateMessageHandler.apply(org.springframework.messaging.support.GenericMessage<UpdateMessage> msg) (package private) static UpdateVOHttpUpdateMessageHandler.getRequest(org.springframework.messaging.support.GenericMessage<UpdateMessage> msg) voidUpdateMessageServiceActivator.wakeUp(org.springframework.messaging.support.GenericMessage<UpdateMessage> message) Constructor parameters in org.openwms.common.comm.osip.upd with type arguments of type UpdateMessageModifierConstructorDescription(package private)UpdateMessageServiceActivator(Function<org.springframework.messaging.support.GenericMessage<UpdateMessage>, Void> handler, org.springframework.context.ApplicationContext ctx)  - 
Uses of UpdateMessage in org.openwms.common.comm.osip.upd.tcp
Methods in org.openwms.common.comm.osip.upd.tcp that return types with arguments of type UpdateMessageModifier and TypeMethodDescriptionorg.springframework.messaging.Message<UpdateMessage> UpdateTelegramDeserializer.deserialize(String telegram, Map<String, Object> headers)