The Respond Messenger built-in method executes the logic to formulate a response message. This built-in method would typically include logic to read data from the database, populate an instance of a Serializable class (that is, a class that implements a Serialization) and return that instance. The returned instance of a Serializable class is automatically serialized into the corresponding XML message and included in the Messenger response.
Syntax
<<Messenger>>::Respond(void) : String
Owner
A Messenger class