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) classAn AmqpErrorMessageHandler is the handler function to acceptErrorMessages and forward them for processing over AMQP.(package private) classA AmqpErrorMessageListener.(package private) classAn HttpErrorMessageHandler is the handler function to acceptErrorMessages 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 TypeClassDescriptionclassA ErrorMessageSerializer.(package private) classA ErrorTelegramDeserializer deserializes OSIP ERR telegram String intoErrorMessages. - 
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) classA 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) classAn AmqpLocationUpdateMessageHandler is the handler function to acceptLocationUpdateMessages and forward them for processing over AMQP.(package private) classAn HttpLocationUpdateMessageHandler is the handler function to acceptLocationUpdateMessages 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) classA LocationUpdateTelegramDeserializer deserializes OSIP LOCU telegram String intoLocationUpdateMessages. - 
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) classAn AmqpRequestMessageHandler is the handler function to acceptRequestMessages and forward them for processing over AMQP.(package private) classAn AmqpRequestMessageHandler is the handler function to acceptRequestMessages 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) classA RequestTelegramDeserializer deserializes OSIP RES telegram String intoRequestMessages. - 
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) classA AmqpResponseMessageListener.classA 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) classA 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) classA TimesyncResponseSerializer.(package private) classA TimesyncTelegramDeserializer deserializes OSIP SYNC telegram String intoTimesyncRequests. - 
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) classA AmqpSystemUpdateMessageHandler.(package private) classA 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) classA SystemUpdateTelegramDeserializer deserializes OSIP SYSU telegram String intoSystemUpdateMessages. - 
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) classA AmqpUpdateMessageHandler.(package private) classA 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) classA 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) classA UpdateTelegramDeserializer deserializes OSIP UPD telegram String intoUpdateMessages.