diff --git a/activemq-core/src/gram/script/GenerateCSharpClasses.groovy b/activemq-core/src/gram/script/GenerateCSharpClasses.groovy index 6d2d90e47e..6cedd0107b 100755 --- a/activemq-core/src/gram/script/GenerateCSharpClasses.groovy +++ b/activemq-core/src/gram/script/GenerateCSharpClasses.groovy @@ -41,6 +41,12 @@ class GenerateCSharpClasses extends OpenWireCSharpClassesScript { * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -49,14 +55,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ${jclass.simpleName} - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ${jclass.simpleName} Command + /// public class ${jclass.simpleName} : $baseClass""" for( i in jclass.interfaces ) { diff --git a/activemq-core/src/gram/script/GenerateCSharpMarshalling.groovy b/activemq-core/src/gram/script/GenerateCSharpMarshalling.groovy index 828068aa05..afd5f43e60 100755 --- a/activemq-core/src/gram/script/GenerateCSharpMarshalling.groovy +++ b/activemq-core/src/gram/script/GenerateCSharpMarshalling.groovy @@ -24,21 +24,27 @@ import org.apache.activemq.openwire.tool.OpenWireCSharpMarshallingScript class GenerateCSharpMarshalling extends OpenWireCSharpMarshallingScript { void generateFile(PrintWriter out) { - out << """// + out << """/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -51,15 +57,10 @@ using ActiveMQ.OpenWire.V${openwireVersion}; namespace ActiveMQ.OpenWire.V${openwireVersion} { - // - // Marshalling code for Open Wire Format for ${jclass.simpleName} - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public ${abstractClassText}class $className : $baseClass + /// + /// Marshalling code for Open Wire Format for ${jclass.simpleName} + /// + ${abstractClassText}class $className : $baseClass { """ @@ -218,29 +219,27 @@ out << """ void generateFactory(PrintWriter out) { - out << """// -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// + out << """/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ -// Marshalling code for Open Wire Format for ${jclass.simpleName} -// // // NOTE!: This file is autogenerated - do not modify! // if you need to make a change, please see the Groovy scripts in the -// activemq-openwire module +// activemq-core module // using System; @@ -253,6 +252,9 @@ using ActiveMQ.OpenWire.V${openwireVersion}; namespace ActiveMQ.OpenWire.V${openwireVersion} { + /// + /// Used to create marshallers for a specific version of the wire protocol + /// public class MarshallerFactory { public void configure(OpenWireFormat format) diff --git a/activemq-dotnet/activemq-dotnet.csproj b/activemq-dotnet/activemq-dotnet.csproj index 2fcfcb1c0b..6dba01ea65 100644 --- a/activemq-dotnet/activemq-dotnet.csproj +++ b/activemq-dotnet/activemq-dotnet.csproj @@ -182,6 +182,7 @@ + @@ -205,7 +206,6 @@ - diff --git a/activemq-dotnet/nant.build b/activemq-dotnet/nant.build index e4491f0786..0a7e92ec8e 100644 --- a/activemq-dotnet/nant.build +++ b/activemq-dotnet/nant.build @@ -1,234 +1,234 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/activemq-dotnet/pom.xml b/activemq-dotnet/pom.xml index 5e2f0393a6..5329c1e406 100644 --- a/activemq-dotnet/pom.xml +++ b/activemq-dotnet/pom.xml @@ -40,7 +40,7 @@ true - + 1591 diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/BrokerId.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/BrokerId.cs index 2835f33ec3..df76b8aa29 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/BrokerId.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/BrokerId.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for BrokerId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ BrokerId Command + /// public class BrokerId : AbstractCommand, DataStructure { public const byte ID_BrokerId = 124; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/BrokerInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/BrokerInfo.cs index b23e949d04..f38be5ef07 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/BrokerInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/BrokerInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for BrokerInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ BrokerInfo Command + /// public class BrokerInfo : BaseCommand { public const byte ID_BrokerInfo = 2; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionError.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionError.cs index 7c5f3f0f63..1c356a3dce 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionError.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionError.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ConnectionError - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ConnectionError Command + /// public class ConnectionError : BaseCommand { public const byte ID_ConnectionError = 16; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionId.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionId.cs index 66231994a8..6edea949d8 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionId.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionId.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ConnectionId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ConnectionId Command + /// public class ConnectionId : AbstractCommand, DataStructure { public const byte ID_ConnectionId = 120; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs index 8dbbaf6546..6d4b8ae3d3 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ConnectionInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ConnectionInfo Command + /// public class ConnectionInfo : BaseCommand { public const byte ID_ConnectionInfo = 3; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConsumerId.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConsumerId.cs index de285f9956..69a910f60b 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConsumerId.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConsumerId.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ConsumerId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ConsumerId Command + /// public class ConsumerId : AbstractCommand, DataStructure { public const byte ID_ConsumerId = 122; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConsumerInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConsumerInfo.cs index 5d3a9870b3..93b9aeaef1 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConsumerInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ConsumerInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ConsumerInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ConsumerInfo Command + /// public class ConsumerInfo : BaseCommand { public const byte ID_ConsumerInfo = 5; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ControlCommand.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ControlCommand.cs index 25969600d6..cc12e6d933 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ControlCommand.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ControlCommand.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ControlCommand - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ControlCommand Command + /// public class ControlCommand : BaseCommand { public const byte ID_ControlCommand = 14; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DataArrayResponse.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DataArrayResponse.cs index 82d73eaa00..7620e81aae 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DataArrayResponse.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DataArrayResponse.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for DataArrayResponse - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ DataArrayResponse Command + /// public class DataArrayResponse : Response { public const byte ID_DataArrayResponse = 33; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DataResponse.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DataResponse.cs index b15e5b8d10..30d2b712af 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DataResponse.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DataResponse.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for DataResponse - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ DataResponse Command + /// public class DataResponse : Response { public const byte ID_DataResponse = 32; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DestinationInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DestinationInfo.cs index aff7c7dd95..1c1687c621 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DestinationInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DestinationInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for DestinationInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ DestinationInfo Command + /// public class DestinationInfo : BaseCommand { public const byte ID_DestinationInfo = 8; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DiscoveryEvent.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DiscoveryEvent.cs index d4d70f853a..08d2a5f32c 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DiscoveryEvent.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/DiscoveryEvent.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for DiscoveryEvent - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ DiscoveryEvent Command + /// public class DiscoveryEvent : AbstractCommand, DataStructure { public const byte ID_DiscoveryEvent = 40; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ExceptionResponse.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ExceptionResponse.cs index 8e3aee9281..c8e7f3f4d7 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ExceptionResponse.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ExceptionResponse.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ExceptionResponse - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ExceptionResponse Command + /// public class ExceptionResponse : Response { public const byte ID_ExceptionResponse = 31; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/FlushCommand.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/FlushCommand.cs index 3cb60557db..a7f2638768 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/FlushCommand.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/FlushCommand.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for FlushCommand - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ FlushCommand Command + /// public class FlushCommand : BaseCommand { public const byte ID_FlushCommand = 15; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/IntegerResponse.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/IntegerResponse.cs index 030ea53768..4053c46ba6 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/IntegerResponse.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/IntegerResponse.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for IntegerResponse - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ IntegerResponse Command + /// public class IntegerResponse : Response { public const byte ID_IntegerResponse = 34; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalQueueAck.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalQueueAck.cs index a1218b14d9..a86d03d85f 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalQueueAck.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalQueueAck.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for JournalQueueAck - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ JournalQueueAck Command + /// public class JournalQueueAck : AbstractCommand, DataStructure { public const byte ID_JournalQueueAck = 52; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTopicAck.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTopicAck.cs index 7cb6a6b6df..4a08d26aee 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTopicAck.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTopicAck.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for JournalTopicAck - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ JournalTopicAck Command + /// public class JournalTopicAck : AbstractCommand, DataStructure { public const byte ID_JournalTopicAck = 50; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTrace.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTrace.cs index 74781a0ab0..8fe30fd0c6 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTrace.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTrace.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for JournalTrace - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ JournalTrace Command + /// public class JournalTrace : AbstractCommand, DataStructure { public const byte ID_JournalTrace = 53; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTransaction.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTransaction.cs index ed622c98fe..a21c961701 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTransaction.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/JournalTransaction.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for JournalTransaction - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ JournalTransaction Command + /// public class JournalTransaction : AbstractCommand, DataStructure { public const byte ID_JournalTransaction = 54; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/KeepAliveInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/KeepAliveInfo.cs index e81de5d3ce..8a90bd6dd2 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/KeepAliveInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/KeepAliveInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for KeepAliveInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ KeepAliveInfo Command + /// public class KeepAliveInfo : AbstractCommand, Command { public const byte ID_KeepAliveInfo = 10; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/LocalTransactionId.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/LocalTransactionId.cs index 8a498e6f07..d67bf7a6fa 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/LocalTransactionId.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/LocalTransactionId.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for LocalTransactionId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ LocalTransactionId Command + /// public class LocalTransactionId : TransactionId { public const byte ID_LocalTransactionId = 111; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/Message.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/Message.cs index 9a712cbc57..01054cd827 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/Message.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/Message.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for Message - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ Message Command + /// public class Message : BaseCommand, MarshallAware, MessageReference { public const byte ID_Message = 0; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageAck.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageAck.cs index 6032cd6863..0cce4a9184 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageAck.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageAck.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for MessageAck - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ MessageAck Command + /// public class MessageAck : BaseCommand { public const byte ID_MessageAck = 22; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageDispatch.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageDispatch.cs index 7cddb89dfa..3bf0a25172 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageDispatch.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageDispatch.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for MessageDispatch - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ MessageDispatch Command + /// public class MessageDispatch : BaseCommand { public const byte ID_MessageDispatch = 21; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageDispatchNotification.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageDispatchNotification.cs index 909cc1713d..06488ba7f1 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageDispatchNotification.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageDispatchNotification.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for MessageDispatchNotification - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ MessageDispatchNotification Command + /// public class MessageDispatchNotification : BaseCommand { public const byte ID_MessageDispatchNotification = 90; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageId.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageId.cs index 6f5d8d48fe..16ce9d42cf 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageId.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/MessageId.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for MessageId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ MessageId Command + /// public class MessageId : AbstractCommand, DataStructure { public const byte ID_MessageId = 110; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/NetworkBridgeFilter.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/NetworkBridgeFilter.cs index 9dc4d5cbd9..329cf75deb 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/NetworkBridgeFilter.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/NetworkBridgeFilter.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for NetworkBridgeFilter - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ NetworkBridgeFilter Command + /// public class NetworkBridgeFilter : AbstractCommand, DataStructure, BooleanExpression { public const byte ID_NetworkBridgeFilter = 91; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ProducerId.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ProducerId.cs index d9dfb75df7..40bab1be17 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ProducerId.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ProducerId.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ProducerId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ProducerId Command + /// public class ProducerId : AbstractCommand, DataStructure { public const byte ID_ProducerId = 123; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ProducerInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ProducerInfo.cs index 3508eb38fe..883916da29 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ProducerInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ProducerInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ProducerInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ProducerInfo Command + /// public class ProducerInfo : BaseCommand { public const byte ID_ProducerInfo = 6; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/RemoveInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/RemoveInfo.cs index c7e73f0683..28cffb84a4 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/RemoveInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/RemoveInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for RemoveInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ RemoveInfo Command + /// public class RemoveInfo : BaseCommand { public const byte ID_RemoveInfo = 12; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/RemoveSubscriptionInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/RemoveSubscriptionInfo.cs index a3b1fa9fb3..c82e602f0c 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/RemoveSubscriptionInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/RemoveSubscriptionInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for RemoveSubscriptionInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ RemoveSubscriptionInfo Command + /// public class RemoveSubscriptionInfo : BaseCommand { public const byte ID_RemoveSubscriptionInfo = 0; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ReplayCommand.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ReplayCommand.cs index 8b2420b675..5f79d99594 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ReplayCommand.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ReplayCommand.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ReplayCommand - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ReplayCommand Command + /// public class ReplayCommand : BaseCommand { public const byte ID_ReplayCommand = 38; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/Response.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/Response.cs index 0bfdb79d6e..7d2e25c749 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/Response.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/Response.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for Response - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ Response Command + /// public class Response : BaseCommand { public const byte ID_Response = 30; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SessionId.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SessionId.cs index 17b373790c..d74541fe17 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SessionId.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SessionId.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for SessionId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ SessionId Command + /// public class SessionId : AbstractCommand, DataStructure { public const byte ID_SessionId = 121; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SessionInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SessionInfo.cs index dc077d5942..aa51db1f5e 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SessionInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SessionInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for SessionInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ SessionInfo Command + /// public class SessionInfo : BaseCommand { public const byte ID_SessionInfo = 4; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ShutdownInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ShutdownInfo.cs index 19b0f305ec..c9aac69031 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ShutdownInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/ShutdownInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for ShutdownInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ ShutdownInfo Command + /// public class ShutdownInfo : BaseCommand { public const byte ID_ShutdownInfo = 11; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SubscriptionInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SubscriptionInfo.cs index 831ea242eb..8c9ac6fe35 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SubscriptionInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/SubscriptionInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for SubscriptionInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ SubscriptionInfo Command + /// public class SubscriptionInfo : AbstractCommand, DataStructure { public const byte ID_SubscriptionInfo = 55; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/TransactionId.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/TransactionId.cs index bd3201bfe2..e08187d8f3 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/TransactionId.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/TransactionId.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for TransactionId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ TransactionId Command + /// public class TransactionId : AbstractCommand, DataStructure { public const byte ID_TransactionId = 0; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/TransactionInfo.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/TransactionInfo.cs index 45acbbd7db..ba82f39a69 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/TransactionInfo.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/TransactionInfo.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for TransactionInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ TransactionInfo Command + /// public class TransactionInfo : BaseCommand { public const byte ID_TransactionInfo = 7; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/XATransactionId.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/XATransactionId.cs index 4033959bb3..cddbc3ddf0 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/XATransactionId.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/Commands/XATransactionId.cs @@ -15,6 +15,12 @@ * limitations under the License. */ +// +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module +// + using System; using System.Collections; @@ -23,14 +29,9 @@ using ActiveMQ.Commands; namespace ActiveMQ.Commands { - // - // Marshalling code for Open Wire Format for XATransactionId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // + /// + /// The ActiveMQ XATransactionId Command + /// public class XATransactionId : TransactionId, Xid { public const byte ID_XATransactionId = 112; diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/EndianSupport.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/EndianSupport.cs index 2e10b70ef7..ad8b997895 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/EndianSupport.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/EndianSupport.cs @@ -15,12 +15,14 @@ * limitations under the License. */ using System.IO; +using System; namespace ActiveMQ.OpenWire { /// /// Support class that switches from one endian to the other. /// + [CLSCompliant(false)] public class EndianSupport { @@ -35,19 +37,11 @@ namespace ActiveMQ.OpenWire public static short SwitchEndian(short x) { return (short) ( - (((short)( (byte)(x) )) << 8 ) | - (((short)( (byte)(x >> 8) )) ) - ); - } - - public static ushort SwitchEndian(ushort x) - { - return (ushort) ( (((ushort)( (byte)(x) )) << 8 ) | (((ushort)( (byte)(x >> 8) )) ) ); } - + public static int SwitchEndian(int x) { return @@ -56,16 +50,7 @@ namespace ActiveMQ.OpenWire (((int)( (byte)(x >> 16) )) << 8 ) | (((int)( (byte)(x >> 24) )) ); } - - public static uint SwitchEndian(uint x) - { - return - (((uint)( (byte)(x ) )) << 24 ) | - (((uint)( (byte)(x >> 8) )) << 16 ) | - (((uint)( (byte)(x >> 16) )) << 8 ) | - (((uint)( (byte)(x >> 24) )) ); - } - + public static long SwitchEndian(long x) { return @@ -79,6 +64,23 @@ namespace ActiveMQ.OpenWire (((long)( (byte)(x >> 56) )) ); } + public static ushort SwitchEndian(ushort x) + { + return (ushort) ( + (((ushort)( (byte)(x) )) << 8 ) | + (((ushort)( (byte)(x >> 8) )) ) + ); + } + + public static uint SwitchEndian(uint x) + { + return + (((uint)( (byte)(x ) )) << 24 ) | + (((uint)( (byte)(x >> 8) )) << 16 ) | + (((uint)( (byte)(x >> 16) )) << 8 ) | + (((uint)( (byte)(x >> 24) )) ); + } + public static ulong SwitchEndian(ulong x) { return @@ -91,5 +93,7 @@ namespace ActiveMQ.OpenWire (((ulong)( (byte)(x >> 48) )) << 8 ) | (((ulong)( (byte)(x >> 56) )) ); } + } } + diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/OpenWireBinaryReader.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/OpenWireBinaryReader.cs index be3d968bca..5059ee2fc9 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/OpenWireBinaryReader.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/OpenWireBinaryReader.cs @@ -24,6 +24,7 @@ namespace ActiveMQ.OpenWire /// A BinaryWriter that switches the endian orientation of the read opperations so that they /// are compatible with marshalling used by OpenWire. /// + [CLSCompliant(false)] public class OpenWireBinaryReader : BinaryReader { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/OpenWireBinaryWriter.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/OpenWireBinaryWriter.cs index b302a3ebee..87c0494132 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/OpenWireBinaryWriter.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/OpenWireBinaryWriter.cs @@ -1,194 +1,195 @@ -/* - * Copyright 2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -using ActiveMQ.Commands; -using System; -using System.Collections; -using System.IO; -using System.Text; - -namespace ActiveMQ.OpenWire -{ - /// - /// A BinaryWriter that switches the endian orientation of the write opperations so that they - /// are compatible with marshalling used by OpenWire. - /// - public class OpenWireBinaryWriter : BinaryWriter - { - - public OpenWireBinaryWriter(Stream output) : base(output) - { - } - - /// - /// Method Write - /// - /// A long - public override void Write(long value) - { - base.Write(EndianSupport.SwitchEndian(value)); - } - - /// - /// Method Write - /// - /// An ushort - public override void Write(ushort value) - { - base.Write(EndianSupport.SwitchEndian(value)); - } - - /// - /// Method Write - /// - /// An int - public override void Write(int value) - { - int x = EndianSupport.SwitchEndian(value); - base.Write(x); - } - - /// - /// Method Write - /// - /// A char[] - /// An int - /// An int - public override void Write(char[] chars, int index, int count) - { - char[] t = new char[count]; - for( int i=0; i < count; i++ ) { - t[index+i] = EndianSupport.SwitchEndian(t[index+i]); - } - base.Write(t); - } - - /// - /// Method Write - /// - /// A char[] - public override void Write(char[] chars) - { - Write(chars, 0, chars.Length); - } - - /// - /// Method Write - /// - /// An uint - public override void Write(uint value) - { - base.Write(EndianSupport.SwitchEndian(value)); - } - - - /// - /// Method Write - /// - /// A char - public override void Write(char ch) - { - base.Write(EndianSupport.SwitchEndian(ch)); - } - - /// - /// Method Write - /// - /// An ulong - public override void Write(ulong value) - { - base.Write(EndianSupport.SwitchEndian(value)); - } - - /// - /// Method Write - /// - /// A short - public override void Write(short value) - { - base.Write(EndianSupport.SwitchEndian(value)); - } - - - /// - /// Method Write - /// - /// A string - public override void Write(String text) - { - if (text != null) - { - if( text.Length > short.MaxValue ) { - throw new IOException("Cannot marshall string longer than: "+short.MaxValue+" characters, supplied steing was: "+text.Length+" characters"); - } - short strlen = (short)text.Length; - short utflen = 0; - int c, count = 0; - - char[] charr = text.ToCharArray(); - - for (int i = 0; i < strlen; i++) - { - c = charr[i]; - if ((c >= 0x0001) && (c <= 0x007F)) - { - utflen++; - } - else if (c > 0x07FF) - { - utflen += 3; - } - else - { - utflen += 2; - } - } - - Write(utflen); - byte[] bytearr = new byte[utflen]; - for (int i = 0; i < strlen; i++) - { - c = charr[i]; - if ((c >= 0x0001) && (c <= 0x007F)) - { - bytearr[count++] = (byte) c; - } - else if (c > 0x07FF) - { - bytearr[count++] = (byte) (0xE0 | ((c >> 12) & 0x0F)); - bytearr[count++] = (byte) (0x80 | ((c >> 6) & 0x3F)); - bytearr[count++] = (byte) (0x80 | ((c >> 0) & 0x3F)); - } - else - { - bytearr[count++] = (byte) (0xC0 | ((c >> 6) & 0x1F)); - bytearr[count++] = (byte) (0x80 | ((c >> 0) & 0x3F)); - } - } - - Write(bytearr); - - } - else - { - Write((short)-1); - } - } - } - - -} - +/* + * Copyright 2006 The Apache Software Foundation or its licensors, as + * applicable. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +using ActiveMQ.Commands; +using System; +using System.Collections; +using System.IO; +using System.Text; + +namespace ActiveMQ.OpenWire +{ + /// + /// A BinaryWriter that switches the endian orientation of the write opperations so that they + /// are compatible with marshalling used by OpenWire. + /// + [CLSCompliant(false)] + public class OpenWireBinaryWriter : BinaryWriter + { + + public OpenWireBinaryWriter(Stream output) : base(output) + { + } + + /// + /// Method Write + /// + /// A long + public override void Write(long value) + { + base.Write(EndianSupport.SwitchEndian(value)); + } + + /// + /// Method Write + /// + /// An ushort + public override void Write(ushort value) + { + base.Write(EndianSupport.SwitchEndian(value)); + } + + /// + /// Method Write + /// + /// An int + public override void Write(int value) + { + int x = EndianSupport.SwitchEndian(value); + base.Write(x); + } + + /// + /// Method Write + /// + /// A char[] + /// An int + /// An int + public override void Write(char[] chars, int index, int count) + { + char[] t = new char[count]; + for( int i=0; i < count; i++ ) { + t[index+i] = EndianSupport.SwitchEndian(t[index+i]); + } + base.Write(t); + } + + /// + /// Method Write + /// + /// A char[] + public override void Write(char[] chars) + { + Write(chars, 0, chars.Length); + } + + /// + /// Method Write + /// + /// An uint + public override void Write(uint value) + { + base.Write(EndianSupport.SwitchEndian(value)); + } + + + /// + /// Method Write + /// + /// A char + public override void Write(char ch) + { + base.Write(EndianSupport.SwitchEndian(ch)); + } + + /// + /// Method Write + /// + /// An ulong + public override void Write(ulong value) + { + base.Write(EndianSupport.SwitchEndian(value)); + } + + /// + /// Method Write + /// + /// A short + public override void Write(short value) + { + base.Write(EndianSupport.SwitchEndian(value)); + } + + + /// + /// Method Write + /// + /// A string + public override void Write(String text) + { + if (text != null) + { + if( text.Length > short.MaxValue ) { + throw new IOException("Cannot marshall string longer than: "+short.MaxValue+" characters, supplied steing was: "+text.Length+" characters"); + } + short strlen = (short)text.Length; + short utflen = 0; + int c, count = 0; + + char[] charr = text.ToCharArray(); + + for (int i = 0; i < strlen; i++) + { + c = charr[i]; + if ((c >= 0x0001) && (c <= 0x007F)) + { + utflen++; + } + else if (c > 0x07FF) + { + utflen += 3; + } + else + { + utflen += 2; + } + } + + Write(utflen); + byte[] bytearr = new byte[utflen]; + for (int i = 0; i < strlen; i++) + { + c = charr[i]; + if ((c >= 0x0001) && (c <= 0x007F)) + { + bytearr[count++] = (byte) c; + } + else if (c > 0x07FF) + { + bytearr[count++] = (byte) (0xE0 | ((c >> 12) & 0x0F)); + bytearr[count++] = (byte) (0x80 | ((c >> 6) & 0x3F)); + bytearr[count++] = (byte) (0x80 | ((c >> 0) & 0x3F)); + } + else + { + bytearr[count++] = (byte) (0xC0 | ((c >> 6) & 0x1F)); + bytearr[count++] = (byte) (0x80 | ((c >> 0) & 0x3F)); + } + } + + Write(bytearr); + + } + else + { + Write((short)-1); + } + } + } + + +} + diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQBytesMessageMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQBytesMessageMarshaller.cs index 948e0365f9..9c69cc6e66 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQBytesMessageMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQBytesMessageMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQBytesMessage - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ActiveMQBytesMessageMarshaller : ActiveMQMessageMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQBytesMessage + /// + class ActiveMQBytesMessageMarshaller : ActiveMQMessageMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQDestinationMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQDestinationMarshaller.cs index cd5d668e19..3065ca0672 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQDestinationMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQDestinationMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQDestination - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public abstract class ActiveMQDestinationMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQDestination + /// + abstract class ActiveMQDestinationMarshaller : BaseDataStreamMarshaller { // diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQMapMessageMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQMapMessageMarshaller.cs index e1aa9ea5e9..bb341757cd 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQMapMessageMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQMapMessageMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQMapMessage - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ActiveMQMapMessageMarshaller : ActiveMQMessageMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQMapMessage + /// + class ActiveMQMapMessageMarshaller : ActiveMQMessageMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQMessageMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQMessageMarshaller.cs index 7966be25df..9cbf2c567a 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQMessageMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQMessageMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQMessage - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ActiveMQMessageMarshaller : MessageMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQMessage + /// + class ActiveMQMessageMarshaller : MessageMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQObjectMessageMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQObjectMessageMarshaller.cs index b4e097ec2b..829486bf44 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQObjectMessageMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQObjectMessageMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQObjectMessage - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ActiveMQObjectMessageMarshaller : ActiveMQMessageMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQObjectMessage + /// + class ActiveMQObjectMessageMarshaller : ActiveMQMessageMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQQueueMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQQueueMarshaller.cs index 0299497fb1..74b69d2f15 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQQueueMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQQueueMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQQueue - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ActiveMQQueueMarshaller : ActiveMQDestinationMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQQueue + /// + class ActiveMQQueueMarshaller : ActiveMQDestinationMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQStreamMessageMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQStreamMessageMarshaller.cs index 61dd6be296..8e97889a94 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQStreamMessageMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQStreamMessageMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQStreamMessage - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ActiveMQStreamMessageMarshaller : ActiveMQMessageMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQStreamMessage + /// + class ActiveMQStreamMessageMarshaller : ActiveMQMessageMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempDestinationMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempDestinationMarshaller.cs index 1fe5b5b67c..4f3614f468 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempDestinationMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempDestinationMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQTempDestination - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public abstract class ActiveMQTempDestinationMarshaller : ActiveMQDestinationMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQTempDestination + /// + abstract class ActiveMQTempDestinationMarshaller : ActiveMQDestinationMarshaller { // diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempQueueMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempQueueMarshaller.cs index 61528228f7..dc7679d7c8 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempQueueMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempQueueMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQTempQueue - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ActiveMQTempQueueMarshaller : ActiveMQTempDestinationMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQTempQueue + /// + class ActiveMQTempQueueMarshaller : ActiveMQTempDestinationMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempTopicMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempTopicMarshaller.cs index ab44dc1968..2a07612de5 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempTopicMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempTopicMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQTempTopic - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ActiveMQTempTopicMarshaller : ActiveMQTempDestinationMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQTempTopic + /// + class ActiveMQTempTopicMarshaller : ActiveMQTempDestinationMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTextMessageMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTextMessageMarshaller.cs index e6c6ed2a18..c7b0637f17 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTextMessageMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTextMessageMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQTextMessage - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ActiveMQTextMessageMarshaller : ActiveMQMessageMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQTextMessage + /// + class ActiveMQTextMessageMarshaller : ActiveMQMessageMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTopicMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTopicMarshaller.cs index cc6a2c6208..2b4984d85b 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTopicMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTopicMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ActiveMQTopic - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ActiveMQTopicMarshaller : ActiveMQDestinationMarshaller + /// + /// Marshalling code for Open Wire Format for ActiveMQTopic + /// + class ActiveMQTopicMarshaller : ActiveMQDestinationMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BaseCommandMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BaseCommandMarshaller.cs index 858f591474..07f4b4cfb4 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BaseCommandMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BaseCommandMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for BaseCommand - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public abstract class BaseCommandMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for BaseCommand + /// + abstract class BaseCommandMarshaller : BaseDataStreamMarshaller { // diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BrokerIdMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BrokerIdMarshaller.cs index 7971a97904..052e7d57ec 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BrokerIdMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BrokerIdMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for BrokerId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class BrokerIdMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for BrokerId + /// + class BrokerIdMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BrokerInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BrokerInfoMarshaller.cs index 76ffb16fad..851bb70c26 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BrokerInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/BrokerInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for BrokerInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class BrokerInfoMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for BrokerInfo + /// + class BrokerInfoMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionErrorMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionErrorMarshaller.cs index b72f8a2b44..fd393b1416 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionErrorMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionErrorMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ConnectionError - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ConnectionErrorMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for ConnectionError + /// + class ConnectionErrorMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionIdMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionIdMarshaller.cs index b1fb5eb6d8..82538b3156 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionIdMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionIdMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ConnectionId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ConnectionIdMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for ConnectionId + /// + class ConnectionIdMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionInfoMarshaller.cs index 781649ce94..53d67c0d58 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ConnectionInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ConnectionInfoMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for ConnectionInfo + /// + class ConnectionInfoMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerIdMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerIdMarshaller.cs index 61c1560450..9a26838cef 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerIdMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerIdMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ConsumerId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ConsumerIdMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for ConsumerId + /// + class ConsumerIdMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerInfoMarshaller.cs index ea2daa59bb..c9f036c1e0 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ConsumerInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ConsumerInfoMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for ConsumerInfo + /// + class ConsumerInfoMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ControlCommandMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ControlCommandMarshaller.cs index 2ca2810eb2..f16de692aa 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ControlCommandMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ControlCommandMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ControlCommand - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ControlCommandMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for ControlCommand + /// + class ControlCommandMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DataArrayResponseMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DataArrayResponseMarshaller.cs index 2dbd8c5dd2..15d85e13de 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DataArrayResponseMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DataArrayResponseMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for DataArrayResponse - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class DataArrayResponseMarshaller : ResponseMarshaller + /// + /// Marshalling code for Open Wire Format for DataArrayResponse + /// + class DataArrayResponseMarshaller : ResponseMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DataResponseMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DataResponseMarshaller.cs index d0f4353b24..10251cacb8 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DataResponseMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DataResponseMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for DataResponse - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class DataResponseMarshaller : ResponseMarshaller + /// + /// Marshalling code for Open Wire Format for DataResponse + /// + class DataResponseMarshaller : ResponseMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DestinationInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DestinationInfoMarshaller.cs index 221386d5b7..b71e33f6f8 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DestinationInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DestinationInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for DestinationInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class DestinationInfoMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for DestinationInfo + /// + class DestinationInfoMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DiscoveryEventMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DiscoveryEventMarshaller.cs index 79c3426752..6eb0cb5ffc 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DiscoveryEventMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/DiscoveryEventMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for DiscoveryEvent - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class DiscoveryEventMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for DiscoveryEvent + /// + class DiscoveryEventMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ExceptionResponseMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ExceptionResponseMarshaller.cs index 1f3a3478e7..08c97de84e 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ExceptionResponseMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ExceptionResponseMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ExceptionResponse - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ExceptionResponseMarshaller : ResponseMarshaller + /// + /// Marshalling code for Open Wire Format for ExceptionResponse + /// + class ExceptionResponseMarshaller : ResponseMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/FlushCommandMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/FlushCommandMarshaller.cs index 89ac2797b2..9bbe6b5df5 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/FlushCommandMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/FlushCommandMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for FlushCommand - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class FlushCommandMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for FlushCommand + /// + class FlushCommandMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/IntegerResponseMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/IntegerResponseMarshaller.cs index 37e0f8c740..5791baff13 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/IntegerResponseMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/IntegerResponseMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for IntegerResponse - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class IntegerResponseMarshaller : ResponseMarshaller + /// + /// Marshalling code for Open Wire Format for IntegerResponse + /// + class IntegerResponseMarshaller : ResponseMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalQueueAckMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalQueueAckMarshaller.cs index fce0ad180a..4917f818b3 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalQueueAckMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalQueueAckMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for JournalQueueAck - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class JournalQueueAckMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for JournalQueueAck + /// + class JournalQueueAckMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTopicAckMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTopicAckMarshaller.cs index 4fa71313c6..ae2c0f27b8 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTopicAckMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTopicAckMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for JournalTopicAck - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class JournalTopicAckMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for JournalTopicAck + /// + class JournalTopicAckMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTraceMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTraceMarshaller.cs index 89af3f1d70..63c7a1edb5 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTraceMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTraceMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for JournalTrace - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class JournalTraceMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for JournalTrace + /// + class JournalTraceMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTransactionMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTransactionMarshaller.cs index 7508e0d924..ffd301d110 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTransactionMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTransactionMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for JournalTransaction - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class JournalTransactionMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for JournalTransaction + /// + class JournalTransactionMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/KeepAliveInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/KeepAliveInfoMarshaller.cs index fa5dd5c595..471a794393 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/KeepAliveInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/KeepAliveInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for KeepAliveInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class KeepAliveInfoMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for KeepAliveInfo + /// + class KeepAliveInfoMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/LocalTransactionIdMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/LocalTransactionIdMarshaller.cs index 6de67e13ff..a3feb84a8f 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/LocalTransactionIdMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/LocalTransactionIdMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for LocalTransactionId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class LocalTransactionIdMarshaller : TransactionIdMarshaller + /// + /// Marshalling code for Open Wire Format for LocalTransactionId + /// + class LocalTransactionIdMarshaller : TransactionIdMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MarshallerFactory.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MarshallerFactory.cs index 3354a06310..d63028e0ee 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MarshallerFactory.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MarshallerFactory.cs @@ -1,26 +1,24 @@ -// -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ -// Marshalling code for Open Wire Format for DestinationMap -// // // NOTE!: This file is autogenerated - do not modify! // if you need to make a change, please see the Groovy scripts in the -// activemq-openwire module +// activemq-core module // using System; @@ -33,6 +31,9 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { + /// + /// Used to create marshallers for a specific version of the wire protocol + /// public class MarshallerFactory { public void configure(OpenWireFormat format) diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageAckMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageAckMarshaller.cs index 2e56d78c37..68dafd9ef3 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageAckMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageAckMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for MessageAck - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class MessageAckMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for MessageAck + /// + class MessageAckMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageDispatchMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageDispatchMarshaller.cs index 4babc02c6d..305b35455d 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageDispatchMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageDispatchMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for MessageDispatch - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class MessageDispatchMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for MessageDispatch + /// + class MessageDispatchMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageDispatchNotificationMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageDispatchNotificationMarshaller.cs index 35fd37749a..878be2296b 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageDispatchNotificationMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageDispatchNotificationMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for MessageDispatchNotification - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class MessageDispatchNotificationMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for MessageDispatchNotification + /// + class MessageDispatchNotificationMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageIdMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageIdMarshaller.cs index 89f877c5fe..af2071a9b6 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageIdMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageIdMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for MessageId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class MessageIdMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for MessageId + /// + class MessageIdMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageMarshaller.cs index 6386e021a6..06eb1628bc 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/MessageMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for Message - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public abstract class MessageMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for Message + /// + abstract class MessageMarshaller : BaseCommandMarshaller { // diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/NetworkBridgeFilterMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/NetworkBridgeFilterMarshaller.cs index 16ad141263..d5bcfc1541 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/NetworkBridgeFilterMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/NetworkBridgeFilterMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for NetworkBridgeFilter - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class NetworkBridgeFilterMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for NetworkBridgeFilter + /// + class NetworkBridgeFilterMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ProducerIdMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ProducerIdMarshaller.cs index 49415bd14d..ae7abb60b1 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ProducerIdMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ProducerIdMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ProducerId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ProducerIdMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for ProducerId + /// + class ProducerIdMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ProducerInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ProducerInfoMarshaller.cs index e11d9a2eac..599b785c70 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ProducerInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ProducerInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ProducerInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ProducerInfoMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for ProducerInfo + /// + class ProducerInfoMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/RemoveInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/RemoveInfoMarshaller.cs index a3d59d848b..b5a4495493 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/RemoveInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/RemoveInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for RemoveInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class RemoveInfoMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for RemoveInfo + /// + class RemoveInfoMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/RemoveSubscriptionInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/RemoveSubscriptionInfoMarshaller.cs index 5f6749fec3..a3a50e0898 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/RemoveSubscriptionInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/RemoveSubscriptionInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for RemoveSubscriptionInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class RemoveSubscriptionInfoMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for RemoveSubscriptionInfo + /// + class RemoveSubscriptionInfoMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ReplayCommandMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ReplayCommandMarshaller.cs index 042c3c7117..7cc5db57c0 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ReplayCommandMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ReplayCommandMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ReplayCommand - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ReplayCommandMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for ReplayCommand + /// + class ReplayCommandMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ResponseMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ResponseMarshaller.cs index 9f03da1364..a21610e389 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ResponseMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ResponseMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for Response - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ResponseMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for Response + /// + class ResponseMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SessionIdMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SessionIdMarshaller.cs index 5abeb01c52..6a8e9bc13f 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SessionIdMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SessionIdMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for SessionId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class SessionIdMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for SessionId + /// + class SessionIdMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SessionInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SessionInfoMarshaller.cs index fda05ff8ab..5c99adc51f 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SessionInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SessionInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for SessionInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class SessionInfoMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for SessionInfo + /// + class SessionInfoMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ShutdownInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ShutdownInfoMarshaller.cs index 0e620294c4..dcc4998df6 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ShutdownInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/ShutdownInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for ShutdownInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class ShutdownInfoMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for ShutdownInfo + /// + class ShutdownInfoMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SubscriptionInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SubscriptionInfoMarshaller.cs index 610eda2d1c..3dcfc67875 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SubscriptionInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/SubscriptionInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for SubscriptionInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class SubscriptionInfoMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for SubscriptionInfo + /// + class SubscriptionInfoMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/TransactionIdMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/TransactionIdMarshaller.cs index 1558591531..706b57af4e 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/TransactionIdMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/TransactionIdMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for TransactionId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public abstract class TransactionIdMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for TransactionId + /// + abstract class TransactionIdMarshaller : BaseDataStreamMarshaller { // diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/TransactionInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/TransactionInfoMarshaller.cs index 8cc4314e71..b847929f70 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/TransactionInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/TransactionInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for TransactionInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class TransactionInfoMarshaller : BaseCommandMarshaller + /// + /// Marshalling code for Open Wire Format for TransactionInfo + /// + class TransactionInfoMarshaller : BaseCommandMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/WireFormatInfoMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/WireFormatInfoMarshaller.cs index ea6819e82a..a6a75dd67f 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/WireFormatInfoMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/WireFormatInfoMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for WireFormatInfo - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class WireFormatInfoMarshaller : BaseDataStreamMarshaller + /// + /// Marshalling code for Open Wire Format for WireFormatInfo + /// + class WireFormatInfoMarshaller : BaseDataStreamMarshaller { diff --git a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/XATransactionIdMarshaller.cs b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/XATransactionIdMarshaller.cs index 3bdcc6e833..c96f41f686 100644 --- a/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/XATransactionIdMarshaller.cs +++ b/activemq-dotnet/src/main/csharp/ActiveMQ/OpenWire/V1/XATransactionIdMarshaller.cs @@ -1,18 +1,24 @@ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + // -// -// Copyright 2005-2006 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// NOTE!: This file is autogenerated - do not modify! +// if you need to make a change, please see the Groovy scripts in the +// activemq-core module // using System; @@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1; namespace ActiveMQ.OpenWire.V1 { - // - // Marshalling code for Open Wire Format for XATransactionId - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class XATransactionIdMarshaller : TransactionIdMarshaller + /// + /// Marshalling code for Open Wire Format for XATransactionId + /// + class XATransactionIdMarshaller : TransactionIdMarshaller { diff --git a/activemq-dotnet/src/main/csharp/CommonAssemblyInfo.cs b/activemq-dotnet/src/main/csharp/CommonAssemblyInfo.cs index 8161471e73..4e327765fc 100644 --- a/activemq-dotnet/src/main/csharp/CommonAssemblyInfo.cs +++ b/activemq-dotnet/src/main/csharp/CommonAssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Runtime.InteropServices; //------------------------------------------------------------------------------ [assembly: ComVisibleAttribute(false)] -[assembly: CLSCompliantAttribute(false)] +[assembly: CLSCompliantAttribute(true)] [assembly: AssemblyTitleAttribute("ActiveMQ .NET")] [assembly: AssemblyDescriptionAttribute("A .NET Library for talking to ActiveMQ")] [assembly: AssemblyConfigurationAttribute("SNAPSHOT")] @@ -22,6 +22,6 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyrightAttribute("Copyright (C) 2005-2006 Apache Software Foundation")] [assembly: AssemblyTrademarkAttribute("")] [assembly: AssemblyCultureAttribute("")] -[assembly: AssemblyVersionAttribute("4.0.2256.0")] +[assembly: AssemblyVersionAttribute("4.0.2259.0")] [assembly: AssemblyInformationalVersionAttribute("4.0")] diff --git a/activemq-dotnet/src/main/csharp/NMS/IBytesMessage.cs b/activemq-dotnet/src/main/csharp/NMS/IBytesMessage.cs index f11252757c..db78acaa44 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IBytesMessage.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IBytesMessage.cs @@ -14,15 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; - - - -/// -/// Represents a binary based message -/// namespace NMS { + /// + /// Represents a binary based message + /// public interface IBytesMessage : IMessage { diff --git a/activemq-dotnet/src/main/csharp/NMS/IConnection.cs b/activemq-dotnet/src/main/csharp/NMS/IConnection.cs index b314203a53..58d9fa5ae8 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IConnection.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IConnection.cs @@ -14,24 +14,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; -using System; - - namespace NMS { public enum AcknowledgementMode { Unknown, AutoAcknowledge, ClientAcknowledge, Transactional } -} - -/// -/// Represents a connection with a message broker -/// -namespace NMS -{ - public interface IConnection : IDisposable, IStartable, IStoppable + + /// + /// Represents a connection with a message broker + /// + public interface IConnection : System.IDisposable, IStartable, IStoppable { /// @@ -53,7 +46,7 @@ namespace NMS set; } - String ClientId + string ClientId { get; set; diff --git a/activemq-dotnet/src/main/csharp/NMS/IConnectionFactory.cs b/activemq-dotnet/src/main/csharp/NMS/IConnectionFactory.cs index 66d791860f..735e08f8f4 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IConnectionFactory.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IConnectionFactory.cs @@ -14,15 +14,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; - - - -/// -/// A Factory of IConnection objects -/// namespace NMS { + + /// + /// A Factory of IConnection objects + /// public interface IConnectionFactory { diff --git a/activemq-dotnet/src/main/csharp/NMS/IDestination.cs b/activemq-dotnet/src/main/csharp/NMS/IDestination.cs index 4be918261a..3db27da58d 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IDestination.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IDestination.cs @@ -14,16 +14,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - - -/// -/// Summary description for Destination. -/// namespace NMS { + + /// + /// Summary description for Destination. + /// public interface IDestination { } + } diff --git a/activemq-dotnet/src/main/csharp/NMS/IMapMessage.cs b/activemq-dotnet/src/main/csharp/NMS/IMapMessage.cs index 8aa2986722..c0e08122a1 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IMapMessage.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IMapMessage.cs @@ -14,16 +14,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; - - - -/// -/// Represents a Map message which contains key and value pairs which are -/// of primitive types -/// namespace NMS { + + /// + /// Represents a Map message which contains key and value pairs which are + /// of primitive types + /// public interface IMapMessage : IMessage { IPrimitiveMap Body diff --git a/activemq-dotnet/src/main/csharp/NMS/IMessage.cs b/activemq-dotnet/src/main/csharp/NMS/IMessage.cs index c36a84a18c..a46dec6c14 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IMessage.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IMessage.cs @@ -14,15 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; - - - -/// -/// Represents a message either to be sent to a message broker or received from a message broker -/// namespace NMS { + /// + /// Represents a message either to be sent to a message broker or received from a message broker + /// public interface IMessage { diff --git a/activemq-dotnet/src/main/csharp/NMS/IMessageConsumer.cs b/activemq-dotnet/src/main/csharp/NMS/IMessageConsumer.cs index c84bcd4997..f137711386 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IMessageConsumer.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IMessageConsumer.cs @@ -14,21 +14,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; -using System; - - namespace NMS { + /// + /// A delegate that can receive messages async. + /// public delegate void MessageListener(IMessage message); -} -/// -/// A consumer of messages -/// -namespace NMS -{ - public interface IMessageConsumer : IDisposable + /// + /// A consumer of messages + /// + public interface IMessageConsumer : System.IDisposable { /// diff --git a/activemq-dotnet/src/main/csharp/NMS/IMessageProducer.cs b/activemq-dotnet/src/main/csharp/NMS/IMessageProducer.cs index f9e8378283..a2147f0d81 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IMessageProducer.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IMessageProducer.cs @@ -14,17 +14,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; -using System; - - - -/// -/// An object capable of sending messages to some destination -/// namespace NMS { - public interface IMessageProducer : IDisposable + + /// + /// An object capable of sending messages to some destination + /// + public interface IMessageProducer : System.IDisposable { /// diff --git a/activemq-dotnet/src/main/csharp/NMS/IPrimitiveMap.cs b/activemq-dotnet/src/main/csharp/NMS/IPrimitiveMap.cs index ce5c09d14d..5fd93fdbc1 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IPrimitiveMap.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IPrimitiveMap.cs @@ -14,16 +14,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using System.Collections; - - - -/// -/// Represents a Map of primitive types where the keys are all string instances -/// and the values are strings or numbers. -/// namespace NMS { + + /// + /// Represents a Map of primitive types where the keys are all string instances + /// and the values are strings or numbers. + /// public interface IPrimitiveMap { @@ -38,12 +35,12 @@ namespace NMS get; } - ICollection Keys + System.Collections.ICollection Keys { get; } - ICollection Values + System.Collections.ICollection Values { get; } diff --git a/activemq-dotnet/src/main/csharp/NMS/IQueue.cs b/activemq-dotnet/src/main/csharp/NMS/IQueue.cs index 43b93e5e32..6a14482568 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IQueue.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IQueue.cs @@ -14,20 +14,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; -using System; - - - -/// -/// Summary description for IQueue. -/// namespace NMS { + /// + /// Summary description for IQueue. + /// public interface IQueue : IDestination { - String QueueName + string QueueName { get; } diff --git a/activemq-dotnet/src/main/csharp/NMS/ISession.cs b/activemq-dotnet/src/main/csharp/NMS/ISession.cs index 936e246435..87b9302207 100644 --- a/activemq-dotnet/src/main/csharp/NMS/ISession.cs +++ b/activemq-dotnet/src/main/csharp/NMS/ISession.cs @@ -14,18 +14,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; -using System; - - - -/// -/// Represents a single unit of work on an IConnection. -/// So the ISession can be used to perform transactional receive and sends -/// namespace NMS { - public interface ISession : IDisposable + /// + /// Represents a single unit of work on an IConnection. + /// So the ISession can be used to perform transactional receive and sends + /// + public interface ISession : System.IDisposable { /// diff --git a/activemq-dotnet/src/main/csharp/NMS/IStartable.cs b/activemq-dotnet/src/main/csharp/NMS/IStartable.cs index bc59bf3986..63eebaca08 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IStartable.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IStartable.cs @@ -14,10 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - - namespace NMS { + /// + /// Implemented by NMS objects that can be started. + /// public interface IStartable { void Start(); diff --git a/activemq-dotnet/src/main/csharp/NMS/IStoppable.cs b/activemq-dotnet/src/main/csharp/NMS/IStoppable.cs index 57e04c8696..9e0cca17d1 100644 --- a/activemq-dotnet/src/main/csharp/NMS/IStoppable.cs +++ b/activemq-dotnet/src/main/csharp/NMS/IStoppable.cs @@ -14,9 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - namespace NMS { + /// + /// Implemented by NMS objects that can be started. + /// public interface IStoppable { void Stop(); diff --git a/activemq-dotnet/src/main/csharp/NMS/ITemporaryQueue.cs b/activemq-dotnet/src/main/csharp/NMS/ITemporaryQueue.cs index 08747b59ad..edbb5e5b06 100644 --- a/activemq-dotnet/src/main/csharp/NMS/ITemporaryQueue.cs +++ b/activemq-dotnet/src/main/csharp/NMS/ITemporaryQueue.cs @@ -14,15 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; - - - -/// -/// Summary description for ITemporaryQueue. -/// namespace NMS { + /// + /// Summary description for ITemporaryQueue. + /// public interface ITemporaryQueue : IDestination { } diff --git a/activemq-dotnet/src/main/csharp/NMS/ITemporaryTopic.cs b/activemq-dotnet/src/main/csharp/NMS/ITemporaryTopic.cs index 30a32cea5f..8a6a593b48 100644 --- a/activemq-dotnet/src/main/csharp/NMS/ITemporaryTopic.cs +++ b/activemq-dotnet/src/main/csharp/NMS/ITemporaryTopic.cs @@ -14,15 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; - - - -/// -/// Summary description for TemporaryTopic. -/// namespace NMS { + /// + /// Summary description for TemporaryTopic. + /// public interface ITemporaryTopic : IDestination { } diff --git a/activemq-dotnet/src/main/csharp/NMS/ITextMessage.cs b/activemq-dotnet/src/main/csharp/NMS/ITextMessage.cs index 747b852b3e..9f435bcee0 100644 --- a/activemq-dotnet/src/main/csharp/NMS/ITextMessage.cs +++ b/activemq-dotnet/src/main/csharp/NMS/ITextMessage.cs @@ -14,15 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; - - - -/// -/// Represents a text based message -/// namespace NMS { + /// + /// Represents a text based message + /// public interface ITextMessage : IMessage { diff --git a/activemq-dotnet/src/main/csharp/NMS/ITopic.cs b/activemq-dotnet/src/main/csharp/NMS/ITopic.cs index 19fa964b51..9aeb0e5a60 100644 --- a/activemq-dotnet/src/main/csharp/NMS/ITopic.cs +++ b/activemq-dotnet/src/main/csharp/NMS/ITopic.cs @@ -14,20 +14,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using NMS; -using System; - - - -/// -/// Summary description for ITopic. -/// namespace NMS { + /// + /// Summary description for ITopic. + /// public interface ITopic : IDestination { - String TopicName + string TopicName { get; } diff --git a/activemq-dotnet/src/main/csharp/NMS/NMSConnectionException.cs b/activemq-dotnet/src/main/csharp/NMS/NMSConnectionException.cs new file mode 100644 index 0000000000..2cd0cd5ef5 --- /dev/null +++ b/activemq-dotnet/src/main/csharp/NMS/NMSConnectionException.cs @@ -0,0 +1,30 @@ +/* + * Copyright 2006 The Apache Software Foundation or its licensors, as + * applicable. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +namespace NMS +{ + /// + /// Represents a connection failure. + /// + public class NMSConnectionException : NMSException + { + public NMSConnectionException(string message) : base(message) + { + } + } +} + + diff --git a/activemq-dotnet/src/main/csharp/NMS/NMSException.cs b/activemq-dotnet/src/main/csharp/NMS/NMSException.cs new file mode 100644 index 0000000000..717d6bb3ce --- /dev/null +++ b/activemq-dotnet/src/main/csharp/NMS/NMSException.cs @@ -0,0 +1,30 @@ +/* + * Copyright 2006 The Apache Software Foundation or its licensors, as + * applicable. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +namespace NMS +{ + /// + /// Represents a NMS exception + /// + public class NMSException : System.Exception + { + public NMSException(string message) : base(message) + { + } + } +} + + diff --git a/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/BooleanStreamTest.cs b/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/BooleanStreamTest.cs index 9ee457a49f..0069f419e4 100644 --- a/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/BooleanStreamTest.cs +++ b/activemq-dotnet/src/test/csharp/ActiveMQ/OpenWire/BooleanStreamTest.cs @@ -31,7 +31,7 @@ namespace ActiveMQ.OpenWire [Test] public void TestBooleanMarshallingUsingAllTrue() { - TestBooleanStream(numberOfBytes, new GetBooleanValueDelegate(GetBooleanValueAllTrue)); + DoTestBooleanStream(numberOfBytes, new GetBooleanValueDelegate(GetBooleanValueAllTrue)); } public bool GetBooleanValueAllTrue(int index, int count) { @@ -41,7 +41,7 @@ namespace ActiveMQ.OpenWire [Test] public void TestBooleanMarshallingUsingAllFalse() { - TestBooleanStream(numberOfBytes, new GetBooleanValueDelegate(GetBooleanValueAllFalse)); + DoTestBooleanStream(numberOfBytes, new GetBooleanValueDelegate(GetBooleanValueAllFalse)); } public bool GetBooleanValueAllFalse(int index, int count) { @@ -51,7 +51,7 @@ namespace ActiveMQ.OpenWire [Test] public void TestBooleanMarshallingUsingAlternateTrueFalse() { - TestBooleanStream(numberOfBytes, new GetBooleanValueDelegate(GetBooleanValueAlternateTrueFalse)); + DoTestBooleanStream(numberOfBytes, new GetBooleanValueDelegate(GetBooleanValueAlternateTrueFalse)); } public bool GetBooleanValueAlternateTrueFalse(int index, int count) { @@ -61,14 +61,14 @@ namespace ActiveMQ.OpenWire [Test] public void TestBooleanMarshallingUsingAlternateFalseTrue() { - TestBooleanStream(numberOfBytes, new GetBooleanValueDelegate(GetBooleanValueAlternateFalseTrue)); + DoTestBooleanStream(numberOfBytes, new GetBooleanValueDelegate(GetBooleanValueAlternateFalseTrue)); } public bool GetBooleanValueAlternateFalseTrue(int index, int count) { return (index & 1) != 0; } - protected void TestBooleanStream(int numberOfBytes, GetBooleanValueDelegate valueDelegate) + protected void DoTestBooleanStream(int numberOfBytes, GetBooleanValueDelegate valueDelegate) { for (int i = 1017; i < numberOfBytes; i++) { diff --git a/activemq-dotnet/src/test/csharp/CommonAssemblyInfo.cs b/activemq-dotnet/src/test/csharp/CommonAssemblyInfo.cs index 5db8029185..599bc5749d 100644 --- a/activemq-dotnet/src/test/csharp/CommonAssemblyInfo.cs +++ b/activemq-dotnet/src/test/csharp/CommonAssemblyInfo.cs @@ -22,6 +22,6 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyrightAttribute("Copyright (C) 2005-2006 Apache Software Foundation")] [assembly: AssemblyTrademarkAttribute("")] [assembly: AssemblyCultureAttribute("")] -[assembly: AssemblyVersionAttribute("4.0.2256.0")] +[assembly: AssemblyVersionAttribute("4.0.2259.0")] [assembly: AssemblyInformationalVersionAttribute("4.0")]