|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.AbstractProtocolFactory
com.genesyslab.platform.voice.protocol.tserver.TServerProtocolFactory
com.genesyslab.platform.voice.protocol.tserver.runtime.TServerInternalProtocolFactory
public class TServerInternalProtocolFactory
TServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used
by the TServer protocol for messages transportation.
It is designed for internal use only.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.genesyslab.platform.commons.protocol.ProtocolFactory |
---|
ProtocolFactory.MessageVerificationReason, ProtocolFactory.MessageVerificationSupport |
Field Summary |
---|
Fields inherited from class com.genesyslab.platform.voice.protocol.tserver.TServerProtocolFactory |
---|
enableProtocolUnknownMessageDelivery, PROTOCOL_DESCRIPTION |
Constructor Summary | |
---|---|
TServerInternalProtocolFactory()
|
Method Summary | |
---|---|
protected Message |
createEvent(int id)
|
protected java.lang.String |
getEventMessageName(int id)
|
java.lang.Class<? extends Message> |
getMessageClass(java.lang.String messageName)
|
Methods inherited from class com.genesyslab.platform.voice.protocol.tserver.TServerProtocolFactory |
---|
createMessage, createMessage, createRequest, getMessageName, getProtocolDescription, getProtocolVersion, getReferenceAttributeName, getRequestMessageName, unknownProtocolMessage |
Methods inherited from class com.genesyslab.platform.commons.protocol.AbstractProtocolFactory |
---|
getProtocolData, setProtocolData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TServerInternalProtocolFactory()
Method Detail |
---|
protected Message createEvent(int id)
createEvent
in class TServerProtocolFactory
protected java.lang.String getEventMessageName(int id)
getEventMessageName
in class TServerProtocolFactory
public java.lang.Class<? extends Message> getMessageClass(java.lang.String messageName)
getMessageClass
in class TServerProtocolFactory
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |