|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectActuator.Actuator
Actuator.MessageActuator
public class MessageActuator
General Message Actuator for binary protocols that is specialised by the loaded message description language.
Field Summary |
---|
Fields inherited from class Actuator.Actuator |
---|
DSLContent, Parser, parsingOperations |
Constructor Summary | |
---|---|
MessageActuator(java.lang.String File)
|
Method Summary | |
---|---|
byte[] |
MessageCompose(AbstractMessage Message)
Takes an object describing the message and converts it into a stream of bytes that can be sent as a network message. |
Methods inherited from class Actuator.Actuator |
---|
addFunction, addParseOperation, composeTypedValue, decode, getConstantValue, getFunctionResult, getFunctionResult, getTextTypedValue, getTypedValue, inspectFunctions, inspectParseOperations, removeFunction, removeParseOperation, toByteArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ParsingFramework.IParseOperations |
---|
composeTypedValue, decode, getConstantValue, getFunctionResult, getFunctionResult, getTextTypedValue, getTypedValue, toByteArray |
Methods inherited from interface ParsingFramework.IMetaOperations |
---|
addFunction, addParseOperation, inspectFunctions, inspectParseOperations, removeFunction, removeParseOperation |
Constructor Detail |
---|
public MessageActuator(java.lang.String File)
Method Detail |
---|
public byte[] MessageCompose(AbstractMessage Message)
MessageCompose
in interface IMessageCompose
Message
- The object describing the data to fill the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |