Package org.openwms.common.comm.osip
Class OSIPTelegramResolver
java.lang.Object
org.openwms.common.comm.osip.OSIPTelegramResolver
- All Implemented Interfaces:
 org.openwms.common.comm.TelegramResolver
@Component
class OSIPTelegramResolver
extends Object
implements org.openwms.common.comm.TelegramResolver
A OSIPTelegramResolver.
- Author:
 - Heiko Scherrer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetTelegramType(String telegram) A CommonMessage is able to define the type of message from the telegram String. 
- 
Constructor Details
- 
OSIPTelegramResolver
OSIPTelegramResolver() 
 - 
 - 
Method Details
- 
getTelegramType
A CommonMessage is able to define the type of message from the telegram String. Currently, the type identifier starts directly after the header and has a length of 4 characters.- Specified by:
 getTelegramTypein interfaceorg.openwms.common.comm.TelegramResolver- Parameters:
 telegram- The telegram String to resolve the type for- Returns:
 - The telegram type as case-insensitive String
 
 
 -