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(DataInput dataIn)
           
 void writeBody(DataOutput dataOut)
           
 

Method Detail

writeBody

public void writeBody(DataOutput dataOut)
               throws IOException
Throws:
IOException

readBody

public void readBody(DataInput dataIn)
              throws IOException
Throws:
IOException


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.