Uses of Class
org.openwms.common.comm.osip.Payload
Packages that use Payload
Package
Description
This package contains all types to handle OSIP telegrams.
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 implementations following the Message Router pattern.
Contains types responsible for dealing with OSIP SYNQ telegrams.
Contains types responsible for dealing with OSIP SYSU telegrams.
Contains types that act as Message Transformer components.
Contains types responsible for dealing with OSIP UPD telegrams.
-
Uses of Payload in org.openwms.common.comm.osip
Classes in org.openwms.common.comm.osip with type parameters of type PayloadModifier and TypeClassDescriptionclass
OSIPSerializer<T extends Payload>
A OSIPSerializer is able to serialize OSIP messages into Strings that can be sent over the wire.class
PayloadSerializer<T extends Payload>
A PayloadSerializer.Methods in org.openwms.common.comm.osip with type parameters of type PayloadModifier and TypeMethodDescriptionstatic <T extends Payload>
org.springframework.messaging.MessageHeadersCommonMessageFactory.getOSIPHeaders
(org.springframework.messaging.Message<T> message) Method parameters in org.openwms.common.comm.osip with type arguments of type Payload -
Uses of Payload in org.openwms.common.comm.osip.err
Subclasses of Payload in org.openwms.common.comm.osip.errModifier and TypeClassDescriptionclass
An ErrorMessage signals any error or failure situation from or to an external system. -
Uses of Payload in org.openwms.common.comm.osip.locu
Subclasses of Payload in org.openwms.common.comm.osip.locu -
Uses of Payload in org.openwms.common.comm.osip.req
Subclasses of Payload in org.openwms.common.comm.osip.reqModifier and TypeClassDescriptionclass
A RequestMessage requests an order for a TransportUnit with id Barcode on a particular location actualLocation. -
Uses of Payload in org.openwms.common.comm.osip.res
Subclasses of Payload in org.openwms.common.comm.osip.resModifier and TypeClassDescriptionclass
A OSIP ResponseMessage responds to an processedRequestMessage
. -
Uses of Payload in org.openwms.common.comm.osip.router
Method parameters in org.openwms.common.comm.osip.router with type arguments of type Payload -
Uses of Payload in org.openwms.common.comm.osip.synq
Subclasses of Payload in org.openwms.common.comm.osip.synqModifier and TypeClassDescriptionclass
A TimesyncRequest.class
A TimesyncResponse. -
Uses of Payload in org.openwms.common.comm.osip.sysu
Subclasses of Payload in org.openwms.common.comm.osip.sysuModifier and TypeClassDescriptionclass
A SystemUpdateMessage reflects the OSIP SYSU telegram type and is used to change the state of aLocationGroup
. -
Uses of Payload in org.openwms.common.comm.osip.transformer
Methods in org.openwms.common.comm.osip.transformer that return types with arguments of type PayloadMethod parameters in org.openwms.common.comm.osip.transformer with type arguments of type Payload -
Uses of Payload in org.openwms.common.comm.osip.upd
Subclasses of Payload in org.openwms.common.comm.osip.updModifier and TypeClassDescriptionclass
A UpdateMessage reflects the OSIP UPD telegram type and is used to change the state of aLocationGroup
.