Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.message
Interface BodyPacket  view BodyPacket download BodyPacket.java

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