public interface IMessageAdapter
Modifier and Type | Field and Description |
---|---|
static Class |
TYPE
The Class object representing the class corresponding to
the this interface.
|
Modifier and Type | Method and Description |
---|---|
Object |
getMessage()
Get the platform message.
|
MessageType |
getMessageType()
Get the message type.
|
Map |
getParameterMap()
Get the parameters as map.
|
Object |
getValue(String name)
Get the value for a parameter, or the values
for a parameter set.
|
static final Class TYPE
MessageType getMessageType()
Object getMessage()
Object getValue(String name)
Map getParameterMap()
Copyright © 2012. All Rights Reserved.