Uses of Annotation Interface
org.openwms.common.comm.osip.OSIPComponent
Packages that use OSIPComponent
Package
Description
This package contains all types to handle OSIP telegrams.
Contains types responsible for dealing with OSIP ERR telegrams.
Contains types to serialize and deserialize OSIP ERR telegrams and messages.
Contains default implementations and bean instances to be extended and overridden.
Contains types responsible for dealing with OSIP LOCU telegrams.
Contains types to serialize and deserialize OSIP LOCU telegrams and messages.
Contains types responsible for dealing with OSIP REQ telegrams.
Contains types to serialize and deserialize OSIP REQ telegrams and messages.
Contains types responsible for dealing with OSIP RES telegrams.
Contains types and default implementations to extend the RES_ telegram handling.
Contains types responsible for dealing with OSIP SYNQ telegrams.
Contains types to serialize and deserialize OSIP SYNQ telegrams and messages.
Contains types responsible for dealing with OSIP SYSU telegrams.
Contains types to serialize and deserialize OSIP SYSU telegrams and messages.
Contains types responsible for dealing with OSIP UPD telegrams.
Contains types and default implementations to extend the UPD telegram handling.
Contains types to serialize and deserialize OSIP UPD telegrams and messages.
-
Uses of OSIPComponent in org.openwms.common.comm.osip
Classes in org.openwms.common.comm.osip with annotations of type OSIPComponent -
Uses of OSIPComponent in org.openwms.common.comm.osip.err
Classes in org.openwms.common.comm.osip.err with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
An AmqpErrorMessageHandler is the handler function to acceptErrorMessage
s and forward them for processing over AMQP.(package private) class
A AmqpErrorMessageListener.(package private) class
An HttpErrorMessageHandler is the handler function to acceptErrorMessage
s and forward them for processing over HTTP to the routing-service. -
Uses of OSIPComponent in org.openwms.common.comm.osip.err.tcp
Classes in org.openwms.common.comm.osip.err.tcp with annotations of type OSIPComponentModifier and TypeClassDescriptionclass
A ErrorMessageSerializer.(package private) class
A ErrorTelegramDeserializer deserializes OSIP ERR telegram String intoErrorMessage
s. -
Uses of OSIPComponent in org.openwms.common.comm.osip.impl
Classes in org.openwms.common.comm.osip.impl with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A StaticFieldLengthProviderImpl. -
Uses of OSIPComponent in org.openwms.common.comm.osip.locu
Classes in org.openwms.common.comm.osip.locu with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
An AmqpLocationUpdateMessageHandler is the handler function to acceptLocationUpdateMessage
s and forward them for processing over AMQP.(package private) class
An HttpLocationUpdateMessageHandler is the handler function to acceptLocationUpdateMessage
s and forward them for processing over HTTP to the routing-service. -
Uses of OSIPComponent in org.openwms.common.comm.osip.locu.tcp
Classes in org.openwms.common.comm.osip.locu.tcp with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A LocationUpdateTelegramDeserializer deserializes OSIP LOCU telegram String intoLocationUpdateMessage
s. -
Uses of OSIPComponent in org.openwms.common.comm.osip.req
Classes in org.openwms.common.comm.osip.req with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
An AmqpRequestMessageHandler is the handler function to acceptRequestMessage
s and forward them for processing over AMQP.(package private) class
An AmqpRequestMessageHandler is the handler function to acceptRequestMessage
s and forward them for processing over HTTP to the routing-service. -
Uses of OSIPComponent in org.openwms.common.comm.osip.req.tcp
Classes in org.openwms.common.comm.osip.req.tcp with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A RequestTelegramDeserializer deserializes OSIP RES telegram String intoRequestMessage
s. -
Uses of OSIPComponent in org.openwms.common.comm.osip.res
Classes in org.openwms.common.comm.osip.res with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A AmqpResponseMessageListener.class
A ResponseMessageSerializer. -
Uses of OSIPComponent in org.openwms.common.comm.osip.res.spi
Classes in org.openwms.common.comm.osip.res.spi with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A ResponseFieldLengthProviderImpl. -
Uses of OSIPComponent in org.openwms.common.comm.osip.synq
Classes in org.openwms.common.comm.osip.synq with annotations of type OSIPComponent -
Uses of OSIPComponent in org.openwms.common.comm.osip.synq.tcp
Classes in org.openwms.common.comm.osip.synq.tcp with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A TimesyncResponseSerializer.(package private) class
A TimesyncTelegramDeserializer deserializes OSIP SYNC telegram String intoTimesyncRequest
s. -
Uses of OSIPComponent in org.openwms.common.comm.osip.sysu
Classes in org.openwms.common.comm.osip.sysu with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A AmqpSystemUpdateMessageHandler.(package private) class
A HttpSystemUpdateMessageHandler forwards system updates to the LocationGroup services directly without using the routing service. -
Uses of OSIPComponent in org.openwms.common.comm.osip.sysu.tcp
Classes in org.openwms.common.comm.osip.sysu.tcp with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A SystemUpdateTelegramDeserializer deserializes OSIP SYSU telegram String intoSystemUpdateMessage
s. -
Uses of OSIPComponent in org.openwms.common.comm.osip.upd
Classes in org.openwms.common.comm.osip.upd with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A AmqpUpdateMessageHandler.(package private) class
A HttpUpdateMessageHandler forwards updates to the transportUnits services to the routing service. -
Uses of OSIPComponent in org.openwms.common.comm.osip.upd.spi
Classes in org.openwms.common.comm.osip.upd.spi with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A UpdateFieldLengthProviderImpl. -
Uses of OSIPComponent in org.openwms.common.comm.osip.upd.tcp
Classes in org.openwms.common.comm.osip.upd.tcp with annotations of type OSIPComponentModifier and TypeClassDescription(package private) class
A UpdateTelegramDeserializer deserializes OSIP UPD telegram String intoUpdateMessage
s.