Uses of Annotation Interface
org.openwms.common.comm.osip.OSIPComponent
Packages that use OSIPComponent
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 SYSU messages.
This package contains all types that handle and process OSIP UPD messages.
-
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
A ErrorMessageHandler.(package private) class
A ErrorMessageListener. -
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
A LocationUpdateMessageHandler.(package private) class
A LocationUpdateMessageListener. -
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
A RequestMessageListener. -
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 SystemUpdateHandler.(package private) class
A SystemUpdateMessageListener. -
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 UpdateMessageListener.