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) classA ErrorMessageConfiguration is the JavaConfig for theErrorMessagehandling part.(package private) classA ErrorMessageHandler.(package private) classA ErrorMessageServiceActivator implements the Service Activator pattern and delegates incomingErrorMessages to the appropriate handler function.classA 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 anErrorMessageo the outputChannel.voidErrorMessageServiceActivator.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) classA LocationUpdateMessageConfiguration is the JavaConfig for theLocationUpdateMessagehandling part.(package private) classA LocationUpdateMessageServiceActivator implements the Service Activator pattern and delegates incomingLocationUpdateMessages to the appropriate handler function.Methods in org.openwms.common.comm.osip.locu with annotations of type OSIPModifier and TypeMethodDescriptionvoidLocationUpdateMessageServiceActivator.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) classA RequestMessageConfiguration is the JavaConfig for theRequestMessagehandling part.(package private) classA RequestMessageServiceActivator implements the Service Activator pattern and delegates incomingRequestMessages to the appropriate handler function.Methods in org.openwms.common.comm.osip.req with annotations of type OSIPModifier and TypeMethodDescriptionvoidRequestMessageServiceActivator.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) classA TimesyncConfiguration is the JavaConfig for theResponseMessagehandling part.(package private) classA ResponseMessageHandler.classA RequestMessageServiceActivator implements the Service Activator pattern and delegates incomingRequestMessages 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) classA TimesyncConfiguration is the JavaConfig for theTimesyncRequesthandling part.(package private) classA TimesyncServiceActivator implements the Service Activator pattern and delegates incomingTimesyncRequests to the appropriate handler function.Methods in org.openwms.common.comm.osip.synq with annotations of type OSIPModifier and TypeMethodDescriptionvoidTimesyncServiceActivator.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) classA SystemUpdateMessageConfiguration is the JavaConfig for theSystemUpdateMessagehandling part.(package private) classA SystemUpdateServiceActivator implements the Service Activator pattern and delegates incomingSystemUpdateMessages to the appropriate handler function.Methods in org.openwms.common.comm.osip.sysu with annotations of type OSIPModifier and TypeMethodDescriptionvoidSystemUpdateServiceActivator.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) classA UpdateMessageConfiguration is the JavaConfig for theUpdateMessagehandling part.(package private) classA UpdateMessageServiceActivator implements the Service Activator pattern and delegates incomingUpdateMessages to the appropriate handler function.Methods in org.openwms.common.comm.osip.upd with annotations of type OSIPModifier and TypeMethodDescriptionvoidUpdateMessageServiceActivator.wakeUp(org.springframework.messaging.support.GenericMessage<UpdateMessage> message)