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