|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageCloner<M>
The MessageCloner clones messages. It is not required that a new message should be created, the original message can be returned: see SelfMessageCloner.
todo: nothing is done with the messagecloner at the moment.
| Method Summary | |
|---|---|
M |
clone(M msg)
Clones the msg. |
| Method Detail |
|---|
M clone(M msg)
msg - the message to clone.
java.lang.NullPointerException - if msg is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||