%External.Messaging.Message
Class %External.Messaging.Message Extends (%RegisteredObject, %JSON.Adaptor) [ Abstract ]
Base Message class
Methods
ToJSON
Method ToJSON() As %String
Convert message object to JSON String
FromJSON
Method FromJSON(json As %String) As %Status
Set up message object from JSON string
FromRemoteObject
Method FromRemoteObject(o As %Net.Remote.Object) As %Status
Set up message object from remote gateway object