|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.messages.MessageBody
The MessageBody
class actually provides the mom message ref.
Field Summary | |
boolean |
saved
body is saved |
Constructor Summary | |
MessageBody()
Constructs a MessageBody instance. |
Method Summary | |
java.lang.Object |
clone()
Clones the MessageBody. |
byte[] |
getBodyBytes()
get bytes body. |
java.util.HashMap |
getBodyMap()
get map body. |
java.lang.String |
getBodyText()
get text body. |
void |
setBodyBytes(byte[] bytes)
set bytes body. |
void |
setBodyMap(java.util.HashMap map)
set map body. |
void |
setBodyText(java.lang.String text)
set text body. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public transient boolean saved
Constructor Detail |
public MessageBody()
MessageBody
instance.
Method Detail |
public byte[] getBodyBytes()
public java.util.HashMap getBodyMap()
public java.lang.String getBodyText()
public void setBodyBytes(byte[] bytes)
public void setBodyMap(java.util.HashMap map)
public void setBodyText(java.lang.String text)
public java.lang.Object clone()
public java.lang.String toString()
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |