Marshaling code for Open Wire Format for ActiveMQTempTopicMarshaller. More...
#include <src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQTempTopicMarshaller.h>

Public Member Functions | |
| ActiveMQTempTopicMarshaller () | |
| virtual | ~ActiveMQTempTopicMarshaller () |
| virtual commands::DataStructure * | createObject () const |
| Creates a new instance of the class that this class is a marshaling director for. | |
| virtual unsigned char | getDataStructureType () const |
| Gets the DataStructureType that this class marshals/unmarshals. | |
| virtual void | tightUnmarshal (OpenWireFormat *wireFormat, commands::DataStructure *dataStructure, decaf::io::DataInputStream *dataIn, utils::BooleanStream *bs) |
| Tight Un-marhsal to the given stream. | |
| virtual int | tightMarshal1 (OpenWireFormat *wireFormat, commands::DataStructure *dataStructure, utils::BooleanStream *bs) |
| Tight Marhsal to the given stream. | |
| virtual void | tightMarshal2 (OpenWireFormat *wireFormat, commands::DataStructure *dataStructure, decaf::io::DataOutputStream *dataOut, utils::BooleanStream *bs) |
| Tight Marhsal to the given stream. | |
| virtual void | looseUnmarshal (OpenWireFormat *wireFormat, commands::DataStructure *dataStructure, decaf::io::DataInputStream *dataIn) |
| Loose Un-marhsal to the given stream. | |
| virtual void | looseMarshal (OpenWireFormat *wireFormat, commands::DataStructure *dataStructure, decaf::io::DataOutputStream *dataOut) |
| Tight Marhsal to the given stream. | |
Marshaling code for Open Wire Format for ActiveMQTempTopicMarshaller.
NOTE!: This file is auto generated - do not modify! if you need to make a change, please see the Java Classes in the activemq-openwire-generator module
| activemq::wireformat::openwire::marshal::generated::ActiveMQTempTopicMarshaller::ActiveMQTempTopicMarshaller | ( | ) | [inline] |
| virtual activemq::wireformat::openwire::marshal::generated::ActiveMQTempTopicMarshaller::~ActiveMQTempTopicMarshaller | ( | ) | [inline, virtual] |
| virtual commands::DataStructure* activemq::wireformat::openwire::marshal::generated::ActiveMQTempTopicMarshaller::createObject | ( | ) | const [virtual] |
Creates a new instance of the class that this class is a marshaling director for.
Implements activemq::wireformat::openwire::marshal::DataStreamMarshaller.
| virtual unsigned char activemq::wireformat::openwire::marshal::generated::ActiveMQTempTopicMarshaller::getDataStructureType | ( | ) | const [virtual] |
Gets the DataStructureType that this class marshals/unmarshals.
Implements activemq::wireformat::openwire::marshal::DataStreamMarshaller.
| virtual void activemq::wireformat::openwire::marshal::generated::ActiveMQTempTopicMarshaller::looseMarshal | ( | OpenWireFormat * | format, | |
| commands::DataStructure * | command, | |||
| decaf::io::DataOutputStream * | ds | |||
| ) | [virtual] |
Tight Marhsal to the given stream.
| format | - The OpenwireFormat properties | |
| command | - the object to Marshal | |
| ds | - DataOutputStream to marshal to |
| IOException | if an error occurs. |
Reimplemented from activemq::wireformat::openwire::marshal::generated::ActiveMQTempDestinationMarshaller.
| virtual void activemq::wireformat::openwire::marshal::generated::ActiveMQTempTopicMarshaller::looseUnmarshal | ( | OpenWireFormat * | format, | |
| commands::DataStructure * | command, | |||
| decaf::io::DataInputStream * | dis | |||
| ) | [virtual] |
Loose Un-marhsal to the given stream.
| format | - The OpenwireFormat properties | |
| command | - the object to Un-Marshal | |
| dis | - the DataInputStream to Un-Marshal from |
| IOException | if an error occurs. |
Reimplemented from activemq::wireformat::openwire::marshal::generated::ActiveMQTempDestinationMarshaller.
| virtual int activemq::wireformat::openwire::marshal::generated::ActiveMQTempTopicMarshaller::tightMarshal1 | ( | OpenWireFormat * | format, | |
| commands::DataStructure * | command, | |||
| utils::BooleanStream * | bs | |||
| ) | [virtual] |
Tight Marhsal to the given stream.
| format | The OpenwireFormat properties | |
| command | The object to Marshal | |
| bs | The boolean stream to marshal to. |
| IOException | if an error occurs. |
Reimplemented from activemq::wireformat::openwire::marshal::generated::ActiveMQTempDestinationMarshaller.
| virtual void activemq::wireformat::openwire::marshal::generated::ActiveMQTempTopicMarshaller::tightMarshal2 | ( | OpenWireFormat * | format, | |
| commands::DataStructure * | command, | |||
| decaf::io::DataOutputStream * | ds, | |||
| utils::BooleanStream * | bs | |||
| ) | [virtual] |
Tight Marhsal to the given stream.
| format | - The OpenwireFormat properties | |
| command | - the object to Marshal | |
| ds | - the DataOutputStream to Marshal to | |
| bs | - boolean stream to marshal to. |
| IOException | if an error occurs. |
Reimplemented from activemq::wireformat::openwire::marshal::generated::ActiveMQTempDestinationMarshaller.
| virtual void activemq::wireformat::openwire::marshal::generated::ActiveMQTempTopicMarshaller::tightUnmarshal | ( | OpenWireFormat * | format, | |
| commands::DataStructure * | command, | |||
| decaf::io::DataInputStream * | dis, | |||
| utils::BooleanStream * | bs | |||
| ) | [virtual] |
Tight Un-marhsal to the given stream.
| format | - The OpenwireFormat properties | |
| command | - the object to Un-Marshal | |
| dis | - the DataInputStream to Un-Marshal from | |
| bs | - boolean stream to unmarshal from. |
| IOException | if an error occurs. |
Reimplemented from activemq::wireformat::openwire::marshal::generated::ActiveMQTempDestinationMarshaller.
1.6.1