Class TimesyncResponseSerializer
java.lang.Object
org.openwms.common.comm.osip.OSIPSerializer<TimesyncResponse>
org.openwms.common.comm.osip.synq.tcp.TimesyncResponseSerializer
A TimesyncResponseSerializer.
- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
convert
(TimesyncResponse message) Subclasses have to return an unique, case-sensitive message identifier.Methods inherited from class org.openwms.common.comm.osip.OSIPSerializer
getDriver, serialize
-
Constructor Details
-
TimesyncResponseSerializer
public TimesyncResponseSerializer(org.openwms.common.comm.config.Osip driver)
-
-
Method Details
-
getMessageIdentifier
Subclasses have to return an unique, case-sensitive message identifier.- Specified by:
getMessageIdentifier
in classOSIPSerializer<TimesyncResponse>
- Returns:
- The message TYPE field (see OSIP specification)
-
convert
- Specified by:
convert
in classOSIPSerializer<TimesyncResponse>
-