Uses of Class
org.openwms.common.comm.osip.req.RequestMessage
Packages that use RequestMessage
Package
Description
Contains types responsible for dealing with OSIP REQ telegrams.
Contains types to serialize and deserialize OSIP REQ telegrams and messages.
-
Uses of RequestMessage in org.openwms.common.comm.osip.req
Fields in org.openwms.common.comm.osip.req declared as RequestMessageModifier and TypeFieldDescriptionprivate final RequestMessage
RequestMessage.Builder.requestMessage
Fields in org.openwms.common.comm.osip.req with type parameters of type RequestMessageModifier and TypeFieldDescriptionprivate final Function
<org.springframework.messaging.support.GenericMessage<RequestMessage>, Void> RequestMessageServiceActivator.handler
Methods in org.openwms.common.comm.osip.req that return RequestMessageMethod parameters in org.openwms.common.comm.osip.req with type arguments of type RequestMessageModifier and TypeMethodDescriptionAmqpRequestMessageHandler.apply
(org.springframework.messaging.support.GenericMessage<RequestMessage> msg) HttpRequestMessageHandler.apply
(org.springframework.messaging.support.GenericMessage<RequestMessage> msg) (package private) static RequestVO
RequestHelper.getRequest
(org.springframework.messaging.support.GenericMessage<RequestMessage> msg) void
RequestMessageServiceActivator.wakeUp
(org.springframework.messaging.support.GenericMessage<RequestMessage> message) Constructor parameters in org.openwms.common.comm.osip.req with type arguments of type RequestMessageModifierConstructorDescription(package private)
RequestMessageServiceActivator
(Function<org.springframework.messaging.support.GenericMessage<RequestMessage>, Void> handler, org.springframework.context.ApplicationContext ctx) -
Uses of RequestMessage in org.openwms.common.comm.osip.req.tcp
Methods in org.openwms.common.comm.osip.req.tcp that return types with arguments of type RequestMessageModifier and TypeMethodDescriptionorg.springframework.messaging.Message
<RequestMessage> RequestTelegramDeserializer.deserialize
(String telegram, Map<String, Object> headers)