|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.openwire.v1.BaseDataStreamMarshaller
org.apache.activemq.openwire.v1.TransactionIdMarshaller
org.apache.activemq.openwire.v1.XATransactionIdMarshaller
public class XATransactionIdMarshaller
Marshalling code for Open Wire Format for XATransactionIdMarshaller NOTE!: This file is auto generated - do not modify! if you need to make a change, please see the modify the groovy scripts in the under src/gram/script and then use maven openwire:generate to regenerate this file.
Field Summary |
---|
Fields inherited from class org.apache.activemq.openwire.v1.BaseDataStreamMarshaller |
---|
STACK_TRACE_ELEMENT_CONSTRUCTOR |
Constructor Summary | |
---|---|
XATransactionIdMarshaller()
|
Method Summary | |
---|---|
DataStructure |
createObject()
|
byte |
getDataStructureType()
Return the type of Data Structure we marshal |
void |
looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataOutput dataOut)
Write the booleans that this object uses to a BooleanStream |
void |
looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataInput dataIn)
Un-marshal an object instance from the data input stream |
int |
tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream |
void |
tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataOutput dataOut,
BooleanStream bs)
Write a object instance to data output stream |
void |
tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataInput dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XATransactionIdMarshaller()
Method Detail |
---|
public byte getDataStructureType()
getDataStructureType
in interface DataStreamMarshaller
getDataStructureType
in class BaseDataStreamMarshaller
public DataStructure createObject()
createObject
in interface DataStreamMarshaller
createObject
in class BaseDataStreamMarshaller
public void tightUnmarshal(OpenWireFormat wireFormat, java.lang.Object o, java.io.DataInput dataIn, BooleanStream bs) throws java.io.IOException
tightUnmarshal
in interface DataStreamMarshaller
tightUnmarshal
in class TransactionIdMarshaller
o
- the object to un-marshaldataIn
- the data input stream to build the object from
java.io.IOException
public int tightMarshal1(OpenWireFormat wireFormat, java.lang.Object o, BooleanStream bs) throws java.io.IOException
tightMarshal1
in interface DataStreamMarshaller
tightMarshal1
in class TransactionIdMarshaller
java.io.IOException
public void tightMarshal2(OpenWireFormat wireFormat, java.lang.Object o, java.io.DataOutput dataOut, BooleanStream bs) throws java.io.IOException
tightMarshal2
in interface DataStreamMarshaller
tightMarshal2
in class TransactionIdMarshaller
o
- the instance to be marshaleddataOut
- the output stream
java.io.IOException
- thrown if an error occurspublic void looseUnmarshal(OpenWireFormat wireFormat, java.lang.Object o, java.io.DataInput dataIn) throws java.io.IOException
looseUnmarshal
in interface DataStreamMarshaller
looseUnmarshal
in class TransactionIdMarshaller
o
- the object to un-marshaldataIn
- the data input stream to build the object from
java.io.IOException
public void looseMarshal(OpenWireFormat wireFormat, java.lang.Object o, java.io.DataOutput dataOut) throws java.io.IOException
looseMarshal
in interface DataStreamMarshaller
looseMarshal
in class TransactionIdMarshaller
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |