public final class MessageEncodingTypeRegistry extends SmaObject
The encoding type registry, a singleton class, stores references to configured encoding types serializers and reflectors. It loads and instantiates serializers and reflectors and serves them out by name and id.
| Modifier and Type | Method and Description |
|---|---|
static MessageEncodingTypeRegistry |
getInstance()
Get the singleton encoding type registry instance.
|
MessageReflector |
getMessageReflector(int encodingTypeId)
Get an encoding type's message reflector.
|
MessageSerializer |
getMessageSerializer(int encodingTypeId)
Get an encoding type's message serializer.
|
getChecked, getThreaded, getTracerpublic static final MessageEncodingTypeRegistry getInstance()
public final MessageSerializer getMessageSerializer(int encodingTypeId)
encodingTypeId - The encoding type's unique identifier.public final MessageReflector getMessageReflector(int encodingTypeId)
encodingTypeId - The encoding type's unique identifier.Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.