Retrieves the target value from the given message. @param messageInfo the message containing the target information @return the target value extracted from the message
(MessageInfo messageInfo)
| 114 | * @return the target value extracted from the message |
| 115 | */ |
| 116 | Object get(MessageInfo messageInfo); |
| 117 | |
| 118 | /** |
| 119 | * Removes the target value from the given message. |
no outgoing calls