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
ErrorMessages and forward them for processing over AMQP.A AmqpErrorMessageListener.A ErrorCodes class defines all error constants used as error code withinErrorMessages.An ErrorMessage signals any error or failure situation from or to an external system.A ErrorMessageConfiguration is the JavaConfig for theErrorMessagehandling part.A ErrorMessageHandler.A ErrorMessageServiceActivator implements the Service Activator pattern and delegates incomingErrorMessages 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 acceptErrorMessages and forward them for processing over HTTP to the routing-service.