public interface IMessageAdapter
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.Class<?> | TYPEThe Class object representing the class corresponding to
 the this interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getMessage()Get the platform message. | 
| MessageType | getMessageType()Get the message type. | 
| java.util.Map<java.lang.String,java.lang.Object> | getParameterMap()Get the parameters as map. | 
| java.lang.Object | getValue(java.lang.String name)Get the value for a parameter, or the values
  for a parameter set. | 
static final java.lang.Class<?> TYPE
MessageType getMessageType()
java.lang.Object getMessage()
java.lang.Object getValue(java.lang.String name)
java.util.Map<java.lang.String,java.lang.Object> getParameterMap()