|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.domain.introspection.ACLMessage
public class ACLMessage
This class represents an ACL message.
| Constructor Summary | |
|---|---|
ACLMessage()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAclRepresentation()
Retrieve the representation of the message payload. |
Envelope |
getEnvelope()
Retrieve the message envelope. |
java.lang.String |
getPayload()
Retrieve the payload (i.e. the speech act level part) of this ACL message. |
void |
setAclRepresentation(java.lang.String r)
Set the representation of the message payload. |
void |
setEnvelope(Envelope e)
Set the message envelope. |
void |
setPayload(java.lang.String p)
Set the payload (i.e. the speech act level part) of this ACL message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ACLMessage()
| Method Detail |
|---|
public void setEnvelope(Envelope e)
e - The transport-level envelope to attach to this ACL
message.public Envelope getEnvelope()
null if no envelope was set.public void setAclRepresentation(java.lang.String r)
r - The name of the representation expressing the message
payload.public java.lang.String getAclRepresentation()
public void setPayload(java.lang.String p)
p - A string containing the encoding of the payload
according to a concrete ACL representaiton.public java.lang.String getPayload()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||