activemq::wireformat::openwire::marshal::generated::MessageMarshaller Class Reference

Marshaling code for Open Wire Format for MessageMarshaller. More...

#include <src/main/activemq/wireformat/openwire/marshal/generated/MessageMarshaller.h>

Inheritance diagram for activemq::wireformat::openwire::marshal::generated::MessageMarshaller:
Inheritance graph
[legend]

Public Member Functions

 MessageMarshaller ()
virtual ~MessageMarshaller ()
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.

Detailed Description

Marshaling code for Open Wire Format for MessageMarshaller.

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


Constructor & Destructor Documentation

activemq::wireformat::openwire::marshal::generated::MessageMarshaller::MessageMarshaller (  )  [inline]
virtual activemq::wireformat::openwire::marshal::generated::MessageMarshaller::~MessageMarshaller (  )  [inline, virtual]

Member Function Documentation

virtual void activemq::wireformat::openwire::marshal::generated::MessageMarshaller::looseMarshal ( OpenWireFormat format,
commands::DataStructure command,
decaf::io::DataOutputStream ds 
) [virtual]
virtual void activemq::wireformat::openwire::marshal::generated::MessageMarshaller::looseUnmarshal ( OpenWireFormat format,
commands::DataStructure command,
decaf::io::DataInputStream dis 
) [virtual]
virtual int activemq::wireformat::openwire::marshal::generated::MessageMarshaller::tightMarshal1 ( OpenWireFormat format,
commands::DataStructure command,
utils::BooleanStream bs 
) [virtual]
virtual void activemq::wireformat::openwire::marshal::generated::MessageMarshaller::tightMarshal2 ( OpenWireFormat format,
commands::DataStructure command,
decaf::io::DataOutputStream ds,
utils::BooleanStream bs 
) [virtual]
virtual void activemq::wireformat::openwire::marshal::generated::MessageMarshaller::tightUnmarshal ( OpenWireFormat format,
commands::DataStructure command,
decaf::io::DataInputStream dis,
utils::BooleanStream bs 
) [virtual]

The documentation for this class was generated from the following file:

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1