public class ByteMessageCreator extends java.lang.Object implements SendableEntityCreatorTag
| Constructor and Description |
|---|
ByteMessageCreator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getProperties()
Gets the properties.
|
java.lang.Object |
getSendableInstance(boolean reference)
Gets the sendable instance.
|
java.lang.String |
getTag()
Gets the tag of the XML Entity.
|
java.lang.Object |
getValue(java.lang.Object entity,
java.lang.String attribute)
Gets the value.
|
boolean |
setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String typ)
Sets the value.
|
public java.lang.String[] getProperties()
SendableEntityCreatorgetProperties in interface SendableEntityCreatorpublic java.lang.Object getSendableInstance(boolean reference)
SendableEntityCreatorgetSendableInstance in interface SendableEntityCreatorreference - the prototyppublic java.lang.String getTag()
SendableEntityCreatorTaggetTag in interface SendableEntityCreatorTagpublic java.lang.Object getValue(java.lang.Object entity,
java.lang.String attribute)
SendableEntityCreatorgetValue in interface SendableEntityCreatorentity - the entityattribute - the attributepublic boolean setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String typ)
SendableEntityCreatorsetValue in interface SendableEntityCreatorentity - the entityattribute - the attributevalue - the valuetyp - edit, update or remove operation