activemq-cpp-3.8.2
ActiveMQTempDestinationMarshaller.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_ACTIVEMQTEMPDESTINATIONMARSHALLER_H_
19 #define _ACTIVEMQ_WIREFORMAT_OPENWIRE_MARSAHAL_GENERATED_ACTIVEMQTEMPDESTINATIONMARSHALLER_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 void tightUnmarshal(OpenWireFormat* wireFormat,
56  commands::DataStructure* dataStructure,
59 
60  virtual int tightMarshal1(OpenWireFormat* wireFormat,
61  commands::DataStructure* dataStructure,
63 
64  virtual void tightMarshal2(OpenWireFormat* wireFormat,
65  commands::DataStructure* dataStructure,
68 
69  virtual void looseUnmarshal(OpenWireFormat* wireFormat,
70  commands::DataStructure* dataStructure,
72 
73  virtual void looseMarshal(OpenWireFormat* wireFormat,
74  commands::DataStructure* dataStructure,
76 
77  };
78 
79 }}}}}
80 
81 #endif /*_ACTIVEMQ_WIREFORMAT_OPENWIRE_MARSAHAL_GENERATED_ACTIVEMQTEMPDESTINATIONMARSHALLER_H_*/
82 
Marshaling code for Open Wire Format for ActiveMQTempDestinationMarshaller.
Definition: ActiveMQTempDestinationMarshaller.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
virtual ~ActiveMQTempDestinationMarshaller()
Definition: ActiveMQTempDestinationMarshaller.h:53
Marshaling code for Open Wire Format for ActiveMQDestinationMarshaller.
Definition: ActiveMQDestinationMarshaller.h:49
ActiveMQTempDestinationMarshaller()
Definition: ActiveMQTempDestinationMarshaller.h:52
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24