|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.messaging.MsgBody
Msg body.
Nested Class Summary | |
static class |
MsgBody.Type
Type-safe enumeration of body types. |
Constructor Summary | |
MsgBody()
Required for Externalization. |
|
MsgBody(MsgBody aBody)
Prototype. |
Method Summary | |
Object |
getContent()
Gets the content of this body. |
void |
readExternal(ObjectInput in)
|
void |
setContent(Object aContent)
Sets the content of this body. |
String |
toString()
|
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MsgBody()
public MsgBody(MsgBody aBody)
aBody
- Body to be duplicated.Method Detail |
public Object getContent()
public void setContent(Object aContent)
aContent
- New body content.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |