|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageHeader
Base interface that expose mule meta data.
Note: implementation of this interface must have consistent results with equivalent get/set Property method.
| Method Summary | |
|---|---|
MatchingMap<String,Object> |
getProperties()
|
Object |
getProperty(String key)
|
void |
setProperties(MatchingMap<String,Object> properties)
Sets all the properties from the properties param. |
void |
setProperty(String key,
Object value)
|
| Method Detail |
|---|
void setProperty(String key,
Object value)
key - the key to be placed into this property list.value - the value corresponding to key.getProperty(java.lang.String)Object getProperty(String key)
key - the property key.
setProperty(java.lang.String, java.lang.Object)MatchingMap<String,Object> getProperties()
Map that contains all the properties.void setProperties(MatchingMap<String,Object> properties)
properties - - properties to set.
|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||