public class FIPAMessageType extends MessageType
MessageType.ParameterSpecification
Constructor and Description |
---|
FIPAMessageType()
Create a new fipa message type.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getCodecInfos(String name)
Get the en/decode info (important) for a parameter/set.
|
String |
getIdIdentifier()
Get the identifier for fetching the message id.
|
String |
getNonFunctionalPropertiesIdentifier()
Get the identifier for fetching the non-functional properties.
|
String |
getRealReceiverIdentifier()
Get the identifier for fetching the resource identifier id.
|
String |
getReceiverIdentifier()
Get the identifier for fetching the receivers.
|
String |
getResourceIdIdentifier()
Get the identifier for fetching the resource identifier id.
|
String |
getSenderIdentifier()
Get the identifier for fetching the sender.
|
String |
getSimplifiedRepresentation(Map<String,Object> msg)
Get a simplified human readable representation of the message content.
|
String |
getTimestampIdentifier()
Get the identifier for fetching the send date.
|
createReply, equals, findContentCodec, findContentCodec, getConversationIdentifiers, getName, getParameter, getParameterNames, getParameters, getParameterSet, getParameterSetNames, getParameterSets
public String getReceiverIdentifier()
getReceiverIdentifier
in class MessageType
public String getSenderIdentifier()
getSenderIdentifier
in class MessageType
public String getIdIdentifier()
getIdIdentifier
in class MessageType
public String getTimestampIdentifier()
getTimestampIdentifier
in class MessageType
public String getResourceIdIdentifier()
getResourceIdIdentifier
in class MessageType
public String getRealReceiverIdentifier()
getRealReceiverIdentifier
in class MessageType
public String getNonFunctionalPropertiesIdentifier()
getNonFunctionalPropertiesIdentifier
in class MessageType
public String[] getCodecInfos(String name)
getCodecInfos
in class MessageType
The
- name of the parameter/set.public String getSimplifiedRepresentation(Map<String,Object> msg)
getSimplifiedRepresentation
in class MessageType
The
- message.Copyright © 2012. All Rights Reserved.