org.apache.activemq.kaha
Class CommandMarshaller
java.lang.Object
org.apache.activemq.kaha.CommandMarshaller
- All Implemented Interfaces:
- Marshaller<java.lang.Object>
public class CommandMarshaller
- extends java.lang.Object
- implements Marshaller<java.lang.Object>
Marshall a Message or a MessageReference
|
Method Summary |
java.lang.Object |
readPayload(java.io.DataInput dataIn)
Read the entry from the RawContainer |
void |
writePayload(java.lang.Object 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 |
CommandMarshaller
public CommandMarshaller(WireFormat wireFormat)
CommandMarshaller
public CommandMarshaller()
writePayload
public void writePayload(java.lang.Object object,
java.io.DataOutput dataOut)
throws java.io.IOException
- Description copied from interface:
Marshaller
- Write the payload of this entry to the RawContainer
- Specified by:
writePayload in interface Marshaller<java.lang.Object>
- Throws:
java.io.IOException
readPayload
public java.lang.Object readPayload(java.io.DataInput dataIn)
throws java.io.IOException
- Description copied from interface:
Marshaller
- Read the entry from the RawContainer
- Specified by:
readPayload in interface Marshaller<java.lang.Object>
- Returns:
- unmarshalled object
- Throws:
java.io.IOException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.