Package org.openwms.common.comm.osip
Class OSIPSerializer<T extends Payload>
java.lang.Object
org.openwms.common.comm.osip.OSIPSerializer<T>
- Direct Known Subclasses:
ErrorMessageSerializer
,ResponseMessageSerializer
,TimesyncResponseSerializer
A OSIPSerializer is able to serialize OSIP messages into Strings that can be sent over
the wire.
see https://interface21-io.gitbook.io/osip/
- Author:
- Heiko Scherrer
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
OSIPSerializer
(org.openwms.common.comm.config.Osip driver) -
Method Summary
-
Field Details
-
driver
private final org.openwms.common.comm.config.Osip driver
-
-
Constructor Details
-
OSIPSerializer
protected OSIPSerializer(org.openwms.common.comm.config.Osip driver)
-
-
Method Details
-
getMessageIdentifier
Subclasses have to return an unique, case-sensitive message identifier.- Returns:
- The message TYPE field (see OSIP specification)
-
serialize
Serialize the given objectobj
into a String.- Parameters:
obj
- The message object to serialize- Returns:
- The telegram String
-
convert
-
getDriver
protected org.openwms.common.comm.config.Osip getDriver()
-