+xns/Core/XNSObject
 |
 +--+xns/Core/Message
A communication sent to an identity and from an identity or an application. This is an abstract base class for all XNS messages.
Input | ||
Boolean |
Async | Is this message being sent asynchronously? |
+xns/Authentication/AuthSession |
AuthSession | The authenticated session identifying the end-user who triggered the event resulting in the creation of this message. |
+xns/Certification/AuthorizationCert |
Authorization | Message authorization provided by some identity. |
+xns/Core/XMLDateTime |
Date | Timestamp of when the message was constructed. |
+xns/Core/IdentityAddress |
From | Address of the identity initiating the message. |
+xns/Core/ID |
ID | Global identifier of the message object. |
+xns/Core/IdentityDef |
Identity | The portion of identity the from-identity wishes to provide to the to-identity for purposes of message authorization. |
+xns/Core/MsgStateEnum |
MsgState | The phase of a message's life cycle. |
+xns/Core/IdentityAddress |
RespondTo | Address of the identity to receive the response to this asynchronous message. |
+xns/Core/IdentityAddress |
To | Address of the identity targeted by the message. |
+xns/Core/IdentityDataAddress |
type | Address of the schema that defines this message. |
Output | ||
+xns/Core/XMLDateTime |
Date | Timestamp of when the message was constructed. |
+xns/Core/IdentityAddress |
From | Address of the identity initiating the message. |
+xns/Core/ID |
ID | Global identifier of the message object. |
+xns/Core/MsgStateEnum |
MsgState | The phase of a message's life cycle. |
+xns/Core/IdentityAddress |
RespondTo | Address of the identity to receive the response to this asynchronous message. |
+xns/Core/IdentityAddress |
To | Address of the identity targeted by the message. |
+xns/Core/XNSException |
XNSException | The details of a failed message. |
+xns/Core/IdentityDataAddress |
type | Address of the schema that defines this message. |
Exceptions | |
InvalidArgument | A required input parameter was not supplied or an input parameter is of the incorrect type. |
Input Detail |
Output Detail |
Publishing Identity: +xns © 2002 XNSORG |
Last Updated: 07/09/2002 |