activemq-cpp-3.8.2
ActiveMQMapMessageMarshaller.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_ACTIVEMQMAPMESSAGEMARSHALLER_H_
19 #define _ACTIVEMQ_WIREFORMAT_OPENWIRE_MARSAHAL_GENERATED_ACTIVEMQMAPMESSAGEMARSHALLER_H_
20 
21 // Turn off warning message for ignored exception specification
22 #ifdef _MSC_VER
23 #pragma warning( disable : 4290 )
24 #endif
25 
27 
30 #include <decaf/io/IOException.h>
31 #include <activemq/util/Config.h>
35 
36 namespace activemq {
37 namespace wireformat {
38 namespace openwire {
39 namespace marshal {
40 namespace generated {
41 
50  public:
51 
54 
55  virtual commands::DataStructure* createObject() const;
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_ACTIVEMQMAPMESSAGEMARSHALLER_H_*/
86 
Marshaling code for Open Wire Format for ActiveMQMapMessageMarshaller.
Definition: ActiveMQMapMessageMarshaller.h:49
#define AMQCPP_API
Definition: Config.h:30
Definition: OpenWireFormat.h:43
Manages the writing and reading of boolean data streams to and from a data source such as a DataInput...
Definition: BooleanStream.h:49
Definition: DataStructure.h:27
A data output stream lets an application write primitive Java data types to an output stream in a por...
Definition: DataOutputStream.h:34
A data input stream lets an application read primitive Java data types from an underlying input strea...
Definition: DataInputStream.h:46
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
virtual ~ActiveMQMapMessageMarshaller()
Definition: ActiveMQMapMessageMarshaller.h:53
Marshaling code for Open Wire Format for MessageMarshaller.
Definition: MessageMarshaller.h:49
ActiveMQMapMessageMarshaller()
Definition: ActiveMQMapMessageMarshaller.h:52