persistent class EnsLib.PEX.Message
extends Ens.MessageBody
property %classname
as %String(MAXLEN="");
property %json
as %String [ Calculated ];
property %jsonObject
as %DynamicObject(XMLPROJECTION="NONE");
method %DispatchGetProperty(property As %String)
as %ObjectHandle
Is used to get the value of an unknown property.
method %DispatchSetProperty(property As %String, value)
is used to set the value of an unknown property.
method %jsonGet()
This is a Get accessor method for the %json property.