public class AMQTxMarshaller extends Object implements Marshaller<AMQTx>
Constructor and Description |
---|
AMQTxMarshaller(WireFormat wireFormat) |
Modifier and Type | Method and Description |
---|---|
AMQTx |
readPayload(DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(AMQTx amqtx,
DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public AMQTxMarshaller(WireFormat wireFormat)
public AMQTx readPayload(DataInput dataIn) throws IOException
Marshaller
readPayload
in interface Marshaller<AMQTx>
IOException
public void writePayload(AMQTx amqtx, DataOutput dataOut) throws IOException
Marshaller
writePayload
in interface Marshaller<AMQTx>
IOException
Copyright © 2005–2017. All rights reserved.