|
||||||||||
| 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(java.io.DataInput dataIn)
Read the entry from the RawContainer |
void |
writePayload(Message message,
java.io.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,
java.io.DataOutput dataOut)
throws java.io.IOException
writePayload in interface Marshaller<Message>message - dataOut -
java.io.IOException
public Message readPayload(java.io.DataInput dataIn)
throws java.io.IOException
readPayload in interface Marshaller<Message>dataIn -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||