All Classes and Interfaces

Class
Description
An AmqpErrorMessageHandler is the handler function to accept ErrorMessages and forward them for processing over AMQP.
A AmqpErrorMessageListener.
An AmqpLocationUpdateMessageHandler is the handler function to accept LocationUpdateMessages and forward them for processing over AMQP.
An AmqpRequestMessageHandler is the handler function to accept RequestMessages and forward them for processing over AMQP.
A AmqpResponseMessageListener.
A AmqpSystemUpdateMessageHandler.
A AmqpUpdateMessageHandler.
A AsynchronousConfiguration.
A ChannelRouter.
A CommonMessageFactory.
A CommonMessageRouter collects all CustomServiceActivators from the ApplicationContext and tries to find the suitable CustomServiceActivator when an incoming message arrives.
A ErrorCodes class defines all error constants used as error code within ErrorMessages.
An ErrorMessage signals any error or failure situation from or to an external system.
 
A ErrorMessageConfiguration is the JavaConfig for the ErrorMessage handling part.
A ErrorMessageHandler.
A ErrorMessageSerializer.
A ErrorMessageServiceActivator implements the Service Activator pattern and delegates incoming ErrorMessages to the appropriate handler function.
A ErrorTelegramDeserializer deserializes OSIP ERR telegram String into ErrorMessages.
A FallbackServiceActivator takes all other telegrams not defined and not mapped to any specific channel and publishes an OSIP ERR message.
A HeaderAppendingTransformer.
An HttpErrorMessageHandler is the handler function to accept ErrorMessages and forward them for processing over HTTP to the routing-service.
An HttpLocationUpdateMessageHandler is the handler function to accept LocationUpdateMessages and forward them for processing over HTTP to the routing-service.
An AmqpRequestMessageHandler is the handler function to accept RequestMessages and forward them for processing over HTTP to the routing-service.
A HttpSystemUpdateMessageHandler forwards system updates to the LocationGroup services directly without using the routing service.
 
 
A HttpUpdateMessageHandler forwards updates to the transportUnits services to the routing service.
A LocationUpdateMessage.
 
A LocationUpdateMessageConfiguration is the JavaConfig for the LocationUpdateMessage handling part.
A LocationUpdateMessageServiceActivator implements the Service Activator pattern and delegates incoming LocationUpdateMessages to the appropriate handler function.
A LocationUpdateTelegramDeserializer deserializes OSIP LOCU telegram String into LocationUpdateMessages.
A OSIPComponent.
A OSIPAppConfiguration is a Spring configuration class that bootstraps OSIP specific beans active with ASYNCHRONOUS profile .
A OSIPComponent.
A OSIPConfiguration.
A OSIPHeader represents the header part of a OSIP telegram message.
 
A OSIPJsonMessageConverter.
A OSIPSerializer is able to serialize OSIP messages into Strings that can be sent over the wire.
A OSIPSynchronousReplyConfig.
A OSIPTelegramResolver.
A Payload is the abstract superclass of all messages sent to subsystems like PLC or ERP.
A PayloadSerializer.
A RequestHelper.
A RequestMessage requests an order for a TransportUnit with id Barcode on a particular location actualLocation.
 
A RequestMessageConfiguration is the JavaConfig for the RequestMessage handling part.
A RequestMessageServiceActivator implements the Service Activator pattern and delegates incoming RequestMessages to the appropriate handler function.
A RequestTelegramDeserializer deserializes OSIP RES telegram String into RequestMessages.
A RequestVO.
 
 
 
A ResponseFieldLengthProvider.
A ResponseFieldLengthProviderImpl.
A ResponseHeader.
 
A OSIP ResponseMessage responds to an processed RequestMessage.
 
A TimesyncConfiguration is the JavaConfig for the ResponseMessage handling part.
A ResponseMessageController exposes an endpoint to send OSIP RES telegrams.
A ResponseMessageHandler.
A ResponseMessageSerializer.
A RequestMessageServiceActivator implements the Service Activator pattern and delegates incoming RequestMessages to the appropriate handler function.
A StaticFieldLengthProviderImpl.
A SystemUpdateMessage reflects the OSIP SYSU telegram type and is used to change the state of a LocationGroup.
 
A SystemUpdateMessageConfiguration is the JavaConfig for the SystemUpdateMessage handling part.
A SystemUpdateServiceActivator implements the Service Activator pattern and delegates incoming SystemUpdateMessages to the appropriate handler function.
A SystemUpdateTelegramDeserializer deserializes OSIP SYSU telegram String into SystemUpdateMessages.
A TimesyncConfiguration is the JavaConfig for the TimesyncRequest handling part.
A TimesyncHandler.
A TimesyncRequest.
A TimesyncResponse.
 
A TimesyncResponseSerializer.
A TimesyncServiceActivator implements the Service Activator pattern and delegates incoming TimesyncRequests to the appropriate handler function.
A TimesyncTelegramDeserializer deserializes OSIP SYNC telegram String into TimesyncRequests.
A UpdateFieldLengthProvider.
A UpdateFieldLengthProviderImpl.
A UpdateMessage reflects the OSIP UPD telegram type and is used to change the state of a LocationGroup.
UpdateMessage builder static inner class.
A UpdateMessageConfiguration is the JavaConfig for the UpdateMessage handling part.
A UpdateMessageServiceActivator implements the Service Activator pattern and delegates incoming UpdateMessages to the appropriate handler function.
A UpdateTelegramDeserializer deserializes OSIP UPD telegram String into UpdateMessages.
A UpdateVO.