|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.openwire.v2.BaseDataStreamMarshaller
org.apache.activemq.openwire.v2.BaseCommandMarshaller
org.apache.activemq.openwire.v2.MessageMarshaller
org.apache.activemq.openwire.v2.ActiveMQMessageMarshaller
public class ActiveMQMessageMarshaller
Marshalling code for Open Wire Format for ActiveMQMessageMarshaller 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.v2.BaseDataStreamMarshaller |
---|
STACK_TRACE_ELEMENT_CONSTRUCTOR |
Constructor Summary | |
---|---|
ActiveMQMessageMarshaller()
|
Method Summary | |
---|---|
DataStructure |
createObject()
|
byte |
getDataStructureType()
Return the type of Data Structure we marshal |
void |
looseMarshal(OpenWireFormat wireFormat,
Object o,
DataOutput dataOut)
Write the booleans that this object uses to a BooleanStream |
void |
looseUnmarshal(OpenWireFormat wireFormat,
Object o,
DataInput dataIn)
Un-marshal an object instance from the data input stream |
int |
tightMarshal1(OpenWireFormat wireFormat,
Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream |
void |
tightMarshal2(OpenWireFormat wireFormat,
Object o,
DataOutput dataOut,
BooleanStream bs)
Write a object instance to data output stream |
void |
tightUnmarshal(OpenWireFormat wireFormat,
Object o,
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 ActiveMQMessageMarshaller()
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, Object o, DataInput dataIn, BooleanStream bs) throws IOException
tightUnmarshal
in interface DataStreamMarshaller
tightUnmarshal
in class MessageMarshaller
o
- the object to un-marshaldataIn
- the data input stream to build the object from
IOException
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException
tightMarshal1
in interface DataStreamMarshaller
tightMarshal1
in class MessageMarshaller
IOException
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException
tightMarshal2
in interface DataStreamMarshaller
tightMarshal2
in class MessageMarshaller
o
- the instance to be marshaleddataOut
- the output stream
IOException
- thrown if an error occurspublic void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException
looseUnmarshal
in interface DataStreamMarshaller
looseUnmarshal
in class MessageMarshaller
o
- the object to un-marshaldataIn
- the data input stream to build the object from
IOException
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException
looseMarshal
in interface DataStreamMarshaller
looseMarshal
in class MessageMarshaller
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |