|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agentfactory.platform.mts.Envelope
com.agentfactory.platform.mts.XMLEnvelope
public class XMLEnvelope
This is a concrete implementation of the Envelope class that parses some text that contains an XML version of the envelope.
| Field Summary |
|---|
| Fields inherited from class com.agentfactory.platform.mts.Envelope |
|---|
aclRepresentation, date, from, intendedReceiver, payloadEncoding, payloadLength, to |
| Constructor Summary | |
|---|---|
XMLEnvelope()
|
|
| Method Summary | |
|---|---|
static java.util.ArrayList |
newInstance(java.lang.String text)
This factory method returns an ArrayList of XMLEnvelope objects - one per envelope defined in the message. |
java.lang.String |
toString()
Create a String that containing the message envelope in a form that is compliant with the FIPA XML Specification. |
| Methods inherited from class com.agentfactory.platform.mts.Envelope |
|---|
getAclRepresentation, getDate, getFrom, getIntendedReceiver, getLogMessage, getPayloadEncoding, getPayloadLength, getTo, setAclRepresentation, setDate, setFrom, setIntendedReceiver, setPayloadEncoding, setPayloadLength, setTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLEnvelope()
| Method Detail |
|---|
public static java.util.ArrayList newInstance(java.lang.String text)
text - the XML in string format
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||