Uses of Annotation Interface
org.openwms.common.comm.osip.OSIP
Packages that use OSIP
Package
Description
Contains Spring configuration files and other lifecycle relevant types for OSIP.
Contains types responsible for dealing with OSIP ERR telegrams.
Contains types responsible for dealing with OSIP LOCU telegrams.
Contains types responsible for dealing with OSIP REQ telegrams.
Contains types responsible for dealing with OSIP RES telegrams.
Contains types responsible for dealing with OSIP SYNQ telegrams.
Contains types responsible for dealing with OSIP SYSU telegrams.
Contains types responsible for dealing with OSIP UPD telegrams.
-
Uses of OSIP in org.openwms.common.comm.osip.app
Classes in org.openwms.common.comm.osip.app with annotations of type OSIPMethods in org.openwms.common.comm.osip.app with annotations of type OSIP -
Uses of OSIP in org.openwms.common.comm.osip.err
Classes in org.openwms.common.comm.osip.err with annotations of type OSIPModifier and TypeClassDescription(package private) class
A ErrorMessageConfiguration is the JavaConfig for theErrorMessage
handling part.(package private) class
A ErrorMessageHandler.(package private) class
A ErrorMessageServiceActivator implements the Service Activator pattern and delegates incomingErrorMessage
s to the appropriate handler function.class
A FallbackServiceActivator takes all other telegrams not defined and not mapped to any specific channel and publishes an OSIP ERR message.Methods in org.openwms.common.comm.osip.err with annotations of type OSIPModifier and TypeMethodDescriptionReply to incoming OSIP telegrams on the inputChannel with anErrorMessage
o the outputChannel.void
ErrorMessageServiceActivator.wakeUp
(org.springframework.messaging.support.GenericMessage<ErrorMessage> message) -
Uses of OSIP in org.openwms.common.comm.osip.locu
Classes in org.openwms.common.comm.osip.locu with annotations of type OSIPModifier and TypeClassDescription(package private) class
A LocationUpdateMessageConfiguration is the JavaConfig for theLocationUpdateMessage
handling part.(package private) class
A LocationUpdateMessageServiceActivator implements the Service Activator pattern and delegates incomingLocationUpdateMessage
s to the appropriate handler function.Methods in org.openwms.common.comm.osip.locu with annotations of type OSIPModifier and TypeMethodDescriptionvoid
LocationUpdateMessageServiceActivator.wakeUp
(org.springframework.messaging.support.GenericMessage<LocationUpdateMessage> message) -
Uses of OSIP in org.openwms.common.comm.osip.req
Classes in org.openwms.common.comm.osip.req with annotations of type OSIPModifier and TypeClassDescription(package private) class
A RequestMessageConfiguration is the JavaConfig for theRequestMessage
handling part.(package private) class
A RequestMessageServiceActivator implements the Service Activator pattern and delegates incomingRequestMessage
s to the appropriate handler function.Methods in org.openwms.common.comm.osip.req with annotations of type OSIPModifier and TypeMethodDescriptionvoid
RequestMessageServiceActivator.wakeUp
(org.springframework.messaging.support.GenericMessage<RequestMessage> message) -
Uses of OSIP in org.openwms.common.comm.osip.res
Classes in org.openwms.common.comm.osip.res with annotations of type OSIPModifier and TypeClassDescription(package private) class
A TimesyncConfiguration is the JavaConfig for theResponseMessage
handling part.(package private) class
A ResponseMessageHandler.class
A RequestMessageServiceActivator implements the Service Activator pattern and delegates incomingRequestMessage
s to the appropriate handler function. -
Uses of OSIP in org.openwms.common.comm.osip.synq
Classes in org.openwms.common.comm.osip.synq with annotations of type OSIPModifier and TypeClassDescription(package private) class
A TimesyncConfiguration is the JavaConfig for theTimesyncRequest
handling part.(package private) class
A TimesyncServiceActivator implements the Service Activator pattern and delegates incomingTimesyncRequest
s to the appropriate handler function.Methods in org.openwms.common.comm.osip.synq with annotations of type OSIPModifier and TypeMethodDescriptionvoid
TimesyncServiceActivator.wakeUp
(org.springframework.messaging.support.GenericMessage<TimesyncRequest> message) -
Uses of OSIP in org.openwms.common.comm.osip.sysu
Classes in org.openwms.common.comm.osip.sysu with annotations of type OSIPModifier and TypeClassDescription(package private) class
A SystemUpdateMessageConfiguration is the JavaConfig for theSystemUpdateMessage
handling part.(package private) class
A SystemUpdateServiceActivator implements the Service Activator pattern and delegates incomingSystemUpdateMessage
s to the appropriate handler function.Methods in org.openwms.common.comm.osip.sysu with annotations of type OSIPModifier and TypeMethodDescriptionvoid
SystemUpdateServiceActivator.wakeUp
(org.springframework.messaging.support.GenericMessage<SystemUpdateMessage> message) -
Uses of OSIP in org.openwms.common.comm.osip.upd
Classes in org.openwms.common.comm.osip.upd with annotations of type OSIPModifier and TypeClassDescription(package private) class
A UpdateMessageConfiguration is the JavaConfig for theUpdateMessage
handling part.(package private) class
A UpdateMessageServiceActivator implements the Service Activator pattern and delegates incomingUpdateMessage
s to the appropriate handler function.Methods in org.openwms.common.comm.osip.upd with annotations of type OSIPModifier and TypeMethodDescriptionvoid
UpdateMessageServiceActivator.wakeUp
(org.springframework.messaging.support.GenericMessage<UpdateMessage> message)