|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.root.RootObject
com.neeve.sma.SmaObject
com.neeve.sma.MessageEncodingTypeRegistry
public final class MessageEncodingTypeRegistry
The message encoding type registry.
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.
Method Summary | |
---|---|
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. |
Methods inherited from class com.neeve.root.RootObject |
---|
getChecked, getThreaded, getTracer, setChecked, setTracer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |