org.activemq.message
Interface BodyPacket
- All Known Implementing Classes:
- ActiveMQBytesMessage, ActiveMQMapMessage, ActiveMQMessage, ActiveMQObjectMessage, ActiveMQStreamMessage, ActiveMQTextMessage, CachedValue, MessageAck
public interface BodyPacket
Represents a polymorphic interface for any packet or message which has a body
- Version:
- $Revision: 1.1 $
writeBody
void writeBody(DataOutput dataOut)
throws IOException
- Throws:
IOException
readBody
void readBody(DataInput dataIn)
throws IOException
- Throws:
IOException
Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.