brahms.communication
Interface IEnvelopeProperties

All Known Implementing Classes:
CommunicativeAct

public interface IEnvelopeProperties

IEnvelopeProperties is an interface defining the names of required or commonly used and supported properties to define the contents of an envelope.

Version:
$Revision: 1.1 $ $Date: 2007/10/10 14:02:59 $ $Author: rvhoof $
Author:
Ron van Hoof

Field Summary
static java.lang.String ACL_REPRESENTATION
          Property name with as value the ACL representation used for the payload.
static java.lang.String COMMENTS
          Property name with as value comments about the message contents.
static java.lang.String DATE
          Property name with as value the date/time at which the message was created with the date/time formatted as: yyyyMMddThhmmssSSSZ.
static java.lang.String ENCRYPTED
          Property name with as value a boolean indicating whether the payload is encrypted.
static java.lang.String FROM
          Property name with as value the Credentials of the sender of the message.
static java.lang.String INTENDED_RECEIVER
          Property name with as value the Credentials of the intended recipient of the message (sequence of credentials).
static java.lang.String PAYLOAD_ENCODING
          Property name with as value the language encoding used for the payload (string).
static java.lang.String PAYLOAD_LENGTH
          Property name with as value the length in bytes of the payload (string).
static java.lang.String RECEIVED
          Property name with as value details about the receipt of the message (received-object).
static java.lang.String TO
          Property name with as value a list with one or more Credentials for the intended recipients of the message.
 

Field Detail

TO

static final java.lang.String TO
Property name with as value a list with one or more Credentials for the intended recipients of the message. (sequence of credentials)

See Also:
Constant Field Values

FROM

static final java.lang.String FROM
Property name with as value the Credentials of the sender of the message. (credentials)

See Also:
Constant Field Values

COMMENTS

static final java.lang.String COMMENTS
Property name with as value comments about the message contents. (string)

See Also:
Constant Field Values

ACL_REPRESENTATION

static final java.lang.String ACL_REPRESENTATION
Property name with as value the ACL representation used for the payload. (string)

See Also:
Constant Field Values

DATE

static final java.lang.String DATE
Property name with as value the date/time at which the message was created with the date/time formatted as: yyyyMMddThhmmssSSSZ. The Z indicates the date/time in UTC. (string)

See Also:
Constant Field Values

ENCRYPTED

static final java.lang.String ENCRYPTED
Property name with as value a boolean indicating whether the payload is encrypted. (boolean)

See Also:
Constant Field Values

PAYLOAD_LENGTH

static final java.lang.String PAYLOAD_LENGTH
Property name with as value the length in bytes of the payload (string).

See Also:
Constant Field Values

PAYLOAD_ENCODING

static final java.lang.String PAYLOAD_ENCODING
Property name with as value the language encoding used for the payload (string).

See Also:
Constant Field Values

INTENDED_RECEIVER

static final java.lang.String INTENDED_RECEIVER
Property name with as value the Credentials of the intended recipient of the message (sequence of credentials).

See Also:
Constant Field Values

RECEIVED

static final java.lang.String RECEIVED
Property name with as value details about the receipt of the message (received-object).

See Also:
Constant Field Values


Copyright © 1997-2012 All Rights Reserved.