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)
|
writeBody
public void writeBody(java.io.DataOutput dataOut)
throws java.io.IOException
- Throws:
java.io.IOException
readBody
public void readBody(java.io.DataInput dataIn)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.