All Classes and Interfaces
Class
Description
An AmqpErrorMessageHandler is the handler function to accept
ErrorMessage
s and
forward them for processing over AMQP.A AmqpErrorMessageListener.
An AmqpLocationUpdateMessageHandler is the handler function to accept
LocationUpdateMessage
s
and forward them for processing over AMQP.An AmqpRequestMessageHandler is the handler function to accept
RequestMessage
s
and forward them for processing over AMQP.A AmqpResponseMessageListener.
A AmqpSystemUpdateMessageHandler.
A AmqpUpdateMessageHandler.
A AsynchronousConfiguration.
A ChannelRouter.
A CommonMessageFactory.
A CommonMessageRouter collects all
CustomServiceActivator
s 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
ErrorMessage
s.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
ErrorMessage
s to the appropriate handler function.A ErrorTelegramDeserializer deserializes OSIP ERR telegram String into
ErrorMessage
s.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
ErrorMessage
s and
forward them for processing over HTTP to the routing-service.An HttpLocationUpdateMessageHandler is the handler function to accept
LocationUpdateMessage
s
and forward them for processing over HTTP to the routing-service.An AmqpRequestMessageHandler is the handler function to accept
RequestMessage
s
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
LocationUpdateMessage
s to the appropriate handler function.A LocationUpdateTelegramDeserializer deserializes OSIP LOCU telegram String into
LocationUpdateMessage
s.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
RequestMessage
s to the appropriate handler function.A RequestTelegramDeserializer deserializes OSIP RES telegram String into
RequestMessage
s.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
RequestMessage
s 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
SystemUpdateMessage
s to the appropriate handler function.A SystemUpdateTelegramDeserializer deserializes OSIP SYSU telegram String into
SystemUpdateMessage
s.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
TimesyncRequest
s to the appropriate handler function.A TimesyncTelegramDeserializer deserializes OSIP SYNC telegram String into
TimesyncRequest
s.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
UpdateMessage
s to the appropriate handler function.A UpdateTelegramDeserializer deserializes OSIP UPD telegram String into
UpdateMessage
s.A UpdateVO.