| Methods in JADE_SL with parameters of type ACLMessage |
static OntoACLMessage |
OntoACLMessage.wrap(ACLMessage msg)
Create an ontological ACL message that wraps an existing
ACLMessage. |
private void |
StringACLCodec.checkBase64Encoding(ACLMessage msg)
if there was an automatical Base64 encoding, then it performs
automatic decoding. |
void |
StringACLCodec.write(ACLMessage msg)
encodes the message and writes it into the Writer passed in the
constructor.
|
(package private) static java.lang.String |
StringACLCodec.toString(ACLMessage msg)
|
byte[] |
StringACLCodec.encode(ACLMessage msg)
If the content of the message is a byteSequence, then this
method encodes the content in Base64 and automatically sets the value
of the encoding slot. |