activemq-cpp-3.9.5
DestinationInfoMarshaller.h
Go to the documentation of this file.
1/*
2 * Licensed to the Apache Software Foundation (ASF) under one or more
3 * contributor license agreements. See the NOTICE file distributed with
4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18#ifndef _ACTIVEMQ_WIREFORMAT_OPENWIRE_MARSAHAL_GENERATED_DESTINATIONINFOMARSHALLER_H_
19#define _ACTIVEMQ_WIREFORMAT_OPENWIRE_MARSAHAL_GENERATED_DESTINATIONINFOMARSHALLER_H_
20
21// Turn off warning message for ignored exception specification
22#ifdef _MSC_VER
23#pragma warning( disable : 4290 )
24#endif
25
27
35
36namespace activemq {
37namespace wireformat {
38namespace openwire {
39namespace marshal {
40namespace generated {
41
50 public:
51
54
56
57 virtual unsigned char getDataStructureType() const;
58
59 virtual void tightUnmarshal(OpenWireFormat* wireFormat,
60 commands::DataStructure* dataStructure,
63
64 virtual int tightMarshal1(OpenWireFormat* wireFormat,
65 commands::DataStructure* dataStructure,
67
68 virtual void tightMarshal2(OpenWireFormat* wireFormat,
69 commands::DataStructure* dataStructure,
72
73 virtual void looseUnmarshal(OpenWireFormat* wireFormat,
74 commands::DataStructure* dataStructure,
76
77 virtual void looseMarshal(OpenWireFormat* wireFormat,
78 commands::DataStructure* dataStructure,
80
81 };
82
83}}}}}
84
85#endif /*_ACTIVEMQ_WIREFORMAT_OPENWIRE_MARSAHAL_GENERATED_DESTINATIONINFOMARSHALLER_H_*/
86
#define AMQCPP_API
Definition Config.h:30
Definition DataStructure.h:27
virtual void tightMarshal2(OpenWireFormat *wireFormat, commands::DataStructure *dataStructure, decaf::io::DataOutputStream *dataOut, utils::BooleanStream *bs)
Tight Marhsal to the given stream.
virtual unsigned char getDataStructureType() const
Gets the DataStructureType that this class marshals/unmarshals.
virtual ~DestinationInfoMarshaller()
Definition DestinationInfoMarshaller.h:53
virtual void looseUnmarshal(OpenWireFormat *wireFormat, commands::DataStructure *dataStructure, decaf::io::DataInputStream *dataIn)
Loose Un-marhsal to the given stream.
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 commands::DataStructure * createObject() const
Creates a new instance of the class that this class is a marshaling director for.
virtual void looseMarshal(OpenWireFormat *wireFormat, commands::DataStructure *dataStructure, decaf::io::DataOutputStream *dataOut)
Tight Marhsal to the given stream.
Manages the writing and reading of boolean data streams to and from a data source such as a DataInput...
Definition BooleanStream.h:49
A data input stream lets an application read primitive Java data types from an underlying input strea...
Definition DataInputStream.h:46
A data output stream lets an application write primitive Java data types to an output stream in a por...
Definition DataOutputStream.h:34
Definition ActiveMQBlobMessageMarshaller.h:40
Definition BaseDataStreamMarshaller.h:31
Definition BaseDataStreamMarshaller.h:30
Definition BaseDataStructure.h:28
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24