|
|||||||||
Home >> All >> org >> activemq >> [ message overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.activemq.message
Interface BodyPacket

- All Known Implementing Classes:
- ActiveMQMessage, CachedValue, MessageAck
- public interface BodyPacket
Represents a polymorphic interface for any packet or message which has a body
- Version:
- $Revision: 1.1 $
Method Summary | |
void |
readBody(java.io.DataInput dataIn)
|
void |
writeBody(java.io.DataOutput dataOut)
|
Method Detail |
writeBody
public void writeBody(java.io.DataOutput dataOut) throws java.io.IOException
readBody
public void readBody(java.io.DataInput dataIn) throws java.io.IOException
|
|||||||||
Home >> All >> org >> activemq >> [ message overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |