Uses of Annotation Interface
org.openwms.common.comm.osip.OSIP
Packages that use OSIP
Package
Description
This package contains all types that handle and process OSIP ERR messages.
This package contains all types that handle and process OSIP LOCU messages.
This package contains all types that handle and process OSIP REQ messages.
This package contains all types that handle and process OSIP RES messages.
This package contains all types that handle and process OSIP SYSU messages.
This package contains all types that handle and process OSIP UPD messages.
-
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. -
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.(package private) class
A LocationUpdateMessageController. -
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.(package private) class
A RequestMessageController is the http endpoint of the routing service component to process REQ_ messages. -
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 AmqpResponder.(package private) class
A ResponseMessageConfiguration.(package private) class
A ResSenderApi. -
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.(package private) class
A SystemUpdateMessageController. -
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.(package private) class
A UpdateMessageController is the http endpoint of the routing service component to process UPD_ messages.