|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.kaha.MessageMarshaller
public class MessageMarshaller
Implementation of a Marshaller for MessageIds
| Constructor Summary | |
|---|---|
MessageMarshaller(WireFormat wireFormat)
Constructor |
|
| Method Summary | |
|---|---|
Message |
readPayload(DataInput dataIn)
Read the entry from the RawContainer |
void |
writePayload(Message message,
DataOutput dataOut)
Write the payload of this entry to the RawContainer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageMarshaller(WireFormat wireFormat)
wireFormat - | Method Detail |
|---|
public void writePayload(Message message,
DataOutput dataOut)
throws IOException
writePayload in interface Marshaller<Message>message - dataOut -
IOException
public Message readPayload(DataInput dataIn)
throws IOException
readPayload in interface Marshaller<Message>dataIn -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||