|
Configuration Platform SDK 7.6 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
Constructor Summary | |
AbstractProtocolFactory()
|
Method Summary | |
Message |
createMessage(int id)
Creates Message by id. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ProtocolFactory |
createMessage, getMessageName, getProtocolDescription, getProtocolVersion |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ProtocolDescriptionSupport |
getProtocolDescription |
Constructor Detail |
public AbstractProtocolFactory()
Method Detail |
public Message createMessage(int id)
ProtocolFactory
Message
by id.
NOTE: Classes that implement this interface are usually created
automatically by generator. Do not implement this interface
unless you know what you're doing.
createMessage
in interface ProtocolFactory
id
- id of the message
Message
subclass for the specified id.
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |