Package org.openwms.common.comm.osip.err
package org.openwms.common.comm.osip.err
Contains types responsible for dealing with OSIP ERR telegrams.
-
ClassesClassDescriptionAn AmqpErrorMessageHandler is the handler function to accept
ErrorMessage
s and forward them for processing over AMQP.A AmqpErrorMessageListener.A ErrorCodes class defines all error constants used as error code withinErrorMessage
s.An ErrorMessage signals any error or failure situation from or to an external system.A ErrorMessageConfiguration is the JavaConfig for theErrorMessage
handling part.A ErrorMessageHandler.A ErrorMessageServiceActivator implements the Service Activator pattern and delegates incomingErrorMessage
s to the appropriate handler function.A FallbackServiceActivator takes all other telegrams not defined and not mapped to any specific channel and publishes an OSIP ERR message.An HttpErrorMessageHandler is the handler function to acceptErrorMessage
s and forward them for processing over HTTP to the routing-service.