Uses of Class
org.openwms.common.comm.osip.err.ErrorMessage
Packages that use ErrorMessage
Package
Description
Contains types responsible for dealing with OSIP ERR telegrams.
Contains types to serialize and deserialize OSIP ERR telegrams and messages.
-
Uses of ErrorMessage in org.openwms.common.comm.osip.err
Fields in org.openwms.common.comm.osip.err with type parameters of type ErrorMessageModifier and TypeFieldDescriptionprivate final Function
<org.springframework.messaging.support.GenericMessage<ErrorMessage>, Void> ErrorMessageServiceActivator.handler
Methods in org.openwms.common.comm.osip.err that return ErrorMessageModifier and TypeMethodDescriptionErrorMessage.Builder.build()
Reply to incoming OSIP telegrams on the inputChannel with anErrorMessage
o the outputChannel.Methods in org.openwms.common.comm.osip.err with parameters of type ErrorMessageModifier and TypeMethodDescription(package private) void
AmqpErrorMessageListener.handle
(ErrorMessage msg, Map<String, String> headers) void
ErrorMessageHandler.handle
(ErrorMessage msg, Map<String, String> headers) Send the incoming ErrorMessage out over TCP/IP.Method parameters in org.openwms.common.comm.osip.err with type arguments of type ErrorMessageModifier and TypeMethodDescriptionAmqpErrorMessageHandler.apply
(org.springframework.messaging.support.GenericMessage<ErrorMessage> msg) HttpErrorMessageHandler.apply
(org.springframework.messaging.support.GenericMessage<ErrorMessage> msg) void
ErrorMessageServiceActivator.wakeUp
(org.springframework.messaging.support.GenericMessage<ErrorMessage> message) Constructor parameters in org.openwms.common.comm.osip.err with type arguments of type ErrorMessageModifierConstructorDescription(package private)
ErrorMessageServiceActivator
(Function<org.springframework.messaging.support.GenericMessage<ErrorMessage>, Void> handler, org.springframework.context.ApplicationContext ctx) -
Uses of ErrorMessage in org.openwms.common.comm.osip.err.tcp
Methods in org.openwms.common.comm.osip.err.tcp that return types with arguments of type ErrorMessageModifier and TypeMethodDescriptionorg.springframework.messaging.Message
<ErrorMessage> ErrorTelegramDeserializer.deserialize
(String telegram, Map<String, Object> headers) Methods in org.openwms.common.comm.osip.err.tcp with parameters of type ErrorMessageModifier and TypeMethodDescriptionprotected String
ErrorMessageSerializer.convert
(ErrorMessage message)