|
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.routing.protocol.customserver.CustomServerProtocolFactory
com.genesyslab.platform.routing.protocol.customserver.runtime.CustomServerInternalProtocolFactory
public class CustomServerInternalProtocolFactory
CustomServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used
by the CustomServer 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.routing.protocol.customserver.CustomServerProtocolFactory |
---|
enableProtocolUnknownMessageDelivery, PROTOCOL_DESCRIPTION |
Constructor Summary | |
---|---|
CustomServerInternalProtocolFactory()
|
Method Summary | |
---|---|
protected Message |
createRequest(int id)
|
java.lang.Class<? extends Message> |
getMessageClass(java.lang.String messageName)
|
protected java.lang.String |
getRequestMessageName(int id)
|
Methods inherited from class com.genesyslab.platform.routing.protocol.customserver.CustomServerProtocolFactory |
---|
createEvent, createMessage, createMessage, getEventMessageName, getMessageName, getProtocolDescription, getProtocolVersion, getReferenceAttributeName, 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 CustomServerInternalProtocolFactory()
Method Detail |
---|
protected Message createRequest(int id)
createRequest
in class CustomServerProtocolFactory
protected java.lang.String getRequestMessageName(int id)
getRequestMessageName
in class CustomServerProtocolFactory
public java.lang.Class<? extends Message> getMessageClass(java.lang.String messageName)
getMessageClass
in class CustomServerProtocolFactory
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |