org.apache.activemq.store.kahadaptor
Class ConsumerMessageRefMarshaller
java.lang.Object
org.apache.activemq.store.kahadaptor.ConsumerMessageRefMarshaller
- All Implemented Interfaces:
- Marshaller
public class ConsumerMessageRefMarshaller
- extends Object
- implements Marshaller
Marshall a TopicSubAck
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsumerMessageRefMarshaller
public ConsumerMessageRefMarshaller()
writePayload
public void writePayload(Object object,
DataOutput dataOut)
throws IOException
- Description copied from interface:
Marshaller
- Write the payload of this entry to the RawContainer
- Specified by:
writePayload in interface Marshaller
- Parameters:
object - dataOut -
- Throws:
IOException- See Also:
Marshaller.writePayload(java.lang.Object,
java.io.DataOutput)
readPayload
public Object readPayload(DataInput dataIn)
throws IOException
- Description copied from interface:
Marshaller
- Read the entry from the RawContainer
- Specified by:
readPayload in interface Marshaller
- Parameters:
dataIn -
- Returns:
- payload
- Throws:
IOException- See Also:
Marshaller.readPayload(java.io.DataInput)
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.