|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.kaha.MessageIdMarshaller
public class MessageIdMarshaller
Implementation of a Marshaller for MessageIds
Constructor Summary | |
---|---|
MessageIdMarshaller()
|
Method Summary | |
---|---|
MessageId |
readPayload(java.io.DataInput dataIn)
Read the entry from the RawContainer |
void |
writePayload(MessageId object,
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 MessageIdMarshaller()
Method Detail |
---|
public void writePayload(MessageId object, java.io.DataOutput dataOut) throws java.io.IOException
writePayload
in interface Marshaller<MessageId>
object
- dataOut
-
java.io.IOException
public MessageId readPayload(java.io.DataInput dataIn) throws java.io.IOException
readPayload
in interface Marshaller<MessageId>
dataIn
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |