|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPayloadProperties
IPayloadProperties is an interface defining the names of required or commonly used and supported properties to define the contents of a payload.
Field Summary | |
---|---|
static java.lang.String |
ACTION
Property name with as value a string specifying the action to be performed on the content (optional) |
static java.lang.String |
CONTENT
Property name with as value an Any with the content of the message; equivalently specifies the object of the action. |
static java.lang.String |
CONVERSATION_ID
Proprty name with as value a string with a unique conversation identifier used to identify the ongoing sequence of communicative acts that together form a conversation. |
static java.lang.String |
ENCODING
Property name with as value a CAPayloadEncoding value specifying the encoding of the message content |
static java.lang.String |
IN_REPLY_TO
Property name with as value a string that specifies an expression that references an earlier action to which this message is a reply. |
static java.lang.String |
LANGUAGE
Property name with as value a string specifying the language in which the message content is expressed. |
static java.lang.String |
ONTOLOGY
Property name with as value a CAOntologyList with the ontology(s) used to give a meaning to the symbols in the message content |
static java.lang.String |
PERFORMATIVE
Property name with as value the type of communicative act. |
static java.lang.String |
PROTOCOL
Propery name with as value a CAInteractionProtocol value specifying the interaction protocol that the sending actor is employing with this message. |
static java.lang.String |
RECEIVER
Property name with as value a list with one or more Credentials for the intended recipients of the message. |
static java.lang.String |
REPLY_BY
Property name with as value a long long that specifies the time and/or date indicating the latest time by which the sending actor would like to receive a reply. |
static java.lang.String |
REPLY_TO
Property name with as value the Credentials of the actor to which the receiver should send responses for this message instead of using the sender of the message. |
static java.lang.String |
REPLY_WITH
Property name with as value a string that specifies an expression that will be used by the responding actor to identify this message. |
static java.lang.String |
SENDER
Property name with as value the Credentials of the sender of the message. |
static java.lang.String |
SUBJECT
Property name with as value a string specifying the subject of the message (optional) |
Field Detail |
---|
static final java.lang.String PERFORMATIVE
static final java.lang.String SENDER
static final java.lang.String RECEIVER
static final java.lang.String REPLY_TO
static final java.lang.String ACTION
static final java.lang.String SUBJECT
static final java.lang.String CONTENT
static final java.lang.String LANGUAGE
static final java.lang.String ENCODING
static final java.lang.String ONTOLOGY
static final java.lang.String PROTOCOL
static final java.lang.String CONVERSATION_ID
static final java.lang.String REPLY_WITH
static final java.lang.String IN_REPLY_TO
static final java.lang.String REPLY_BY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |