mirror of https://github.com/apache/activemq.git
Enabled CLS compliance again and fixed some of the comment positioning.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@384457 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cedc2fb891
commit
46ad8c2d71
|
@ -41,6 +41,12 @@ class GenerateCSharpClasses extends OpenWireCSharpClassesScript {
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -49,14 +55,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ${jclass.simpleName}
|
/// The ActiveMQ ${jclass.simpleName} Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ${jclass.simpleName} : $baseClass"""
|
public class ${jclass.simpleName} : $baseClass"""
|
||||||
|
|
||||||
for( i in jclass.interfaces ) {
|
for( i in jclass.interfaces ) {
|
||||||
|
|
|
@ -24,21 +24,27 @@ import org.apache.activemq.openwire.tool.OpenWireCSharpMarshallingScript
|
||||||
class GenerateCSharpMarshalling extends OpenWireCSharpMarshallingScript {
|
class GenerateCSharpMarshalling extends OpenWireCSharpMarshallingScript {
|
||||||
|
|
||||||
void generateFile(PrintWriter out) {
|
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
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
//
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -51,15 +57,10 @@ using ActiveMQ.OpenWire.V${openwireVersion};
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V${openwireVersion}
|
namespace ActiveMQ.OpenWire.V${openwireVersion}
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ${jclass.simpleName}
|
/// Marshalling code for Open Wire Format for ${jclass.simpleName}
|
||||||
//
|
/// </summary>
|
||||||
//
|
${abstractClassText}class $className : $baseClass
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -218,29 +219,27 @@ out << """
|
||||||
|
|
||||||
|
|
||||||
void generateFactory(PrintWriter out) {
|
void generateFactory(PrintWriter out) {
|
||||||
out << """//
|
out << """/*
|
||||||
//
|
* Copyright 2006 The Apache Software Foundation or its licensors, as
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
* applicable.
|
||||||
//
|
*
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
// You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
//
|
*
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
//
|
*
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
* limitations under the License.
|
||||||
//
|
*/
|
||||||
|
|
||||||
// Marshalling code for Open Wire Format for ${jclass.simpleName}
|
|
||||||
//
|
|
||||||
//
|
//
|
||||||
// NOTE!: This file is autogenerated - do not modify!
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// if you need to make a change, please see the Groovy scripts in the
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
// activemq-openwire module
|
// activemq-core module
|
||||||
//
|
//
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
@ -253,6 +252,9 @@ using ActiveMQ.OpenWire.V${openwireVersion};
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V${openwireVersion}
|
namespace ActiveMQ.OpenWire.V${openwireVersion}
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Used to create marshallers for a specific version of the wire protocol
|
||||||
|
/// </summary>
|
||||||
public class MarshallerFactory
|
public class MarshallerFactory
|
||||||
{
|
{
|
||||||
public void configure(OpenWireFormat format)
|
public void configure(OpenWireFormat format)
|
||||||
|
|
|
@ -182,6 +182,7 @@
|
||||||
<Compile Include="src\main\csharp\ActiveMQ\Transport\Tcp\TcpTransport.cs"/>
|
<Compile Include="src\main\csharp\ActiveMQ\Transport\Tcp\TcpTransport.cs"/>
|
||||||
<Compile Include="src\main\csharp\ActiveMQ\Transport\Tcp\TcpTransportFactory.cs"/>
|
<Compile Include="src\main\csharp\ActiveMQ\Transport\Tcp\TcpTransportFactory.cs"/>
|
||||||
<Compile Include="src\main\csharp\ActiveMQ\Transport\TransportFilter.cs"/>
|
<Compile Include="src\main\csharp\ActiveMQ\Transport\TransportFilter.cs"/>
|
||||||
|
<Compile Include="src\main\csharp\CommonAssemblyInfo.cs"/>
|
||||||
<Compile Include="src\main\csharp\NMS\IBytesMessage.cs"/>
|
<Compile Include="src\main\csharp\NMS\IBytesMessage.cs"/>
|
||||||
<Compile Include="src\main\csharp\NMS\IConnection.cs"/>
|
<Compile Include="src\main\csharp\NMS\IConnection.cs"/>
|
||||||
<Compile Include="src\main\csharp\NMS\IConnectionFactory.cs"/>
|
<Compile Include="src\main\csharp\NMS\IConnectionFactory.cs"/>
|
||||||
|
@ -205,7 +206,6 @@
|
||||||
<Compile Include="src\test\csharp\ActiveMQ\OpenWire\BooleanStreamTest.cs"/>
|
<Compile Include="src\test\csharp\ActiveMQ\OpenWire\BooleanStreamTest.cs"/>
|
||||||
<Compile Include="src\test\csharp\ActiveMQ\OpenWire\EndianTest.cs"/>
|
<Compile Include="src\test\csharp\ActiveMQ\OpenWire\EndianTest.cs"/>
|
||||||
<Compile Include="src\test\csharp\ActiveMQ\TestMain.cs"/>
|
<Compile Include="src\test\csharp\ActiveMQ\TestMain.cs"/>
|
||||||
<Compile Include="src\test\csharp\CommonAssemblyInfo.cs"/>
|
|
||||||
<Compile Include="src\test\csharp\NMS\AsyncConsumeTest.cs"/>
|
<Compile Include="src\test\csharp\NMS\AsyncConsumeTest.cs"/>
|
||||||
<Compile Include="src\test\csharp\NMS\BadConsumeTest.cs"/>
|
<Compile Include="src\test\csharp\NMS\BadConsumeTest.cs"/>
|
||||||
<Compile Include="src\test\csharp\NMS\BytesMessageTest.cs"/>
|
<Compile Include="src\test\csharp\NMS\BytesMessageTest.cs"/>
|
||||||
|
|
|
@ -1,234 +1,234 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<project name="openwire" default="build">
|
<project name="openwire" default="build">
|
||||||
|
|
||||||
<!-- set build.date property to current date in format yyyy-MM-dd -->
|
<!-- set build.date property to current date in format yyyy-MM-dd -->
|
||||||
<tstamp property="build.date" pattern="yyyy-MM-dd" />
|
<tstamp property="build.date" pattern="yyyy-MM-dd" />
|
||||||
|
|
||||||
<!-- global project settings -->
|
<!-- global project settings -->
|
||||||
<property name="project.name" value="activemq-dotnet"/>
|
<property name="project.name" value="activemq-dotnet"/>
|
||||||
<property name="project.version" value="4.0" unless="${property::exists('project.version')}"/>
|
<property name="project.version" value="4.0" unless="${property::exists('project.version')}"/>
|
||||||
<property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}"/>
|
<property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}"/>
|
||||||
<property name="project.version.full" value="${project.version + if(project.release.type == 'release', '', '-' + project.release.type)}" dynamic="true" />
|
<property name="project.version.full" value="${project.version + if(project.release.type == 'release', '', '-' + project.release.type)}" dynamic="true" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
specifies whether the CommonAssemblyInfo.cs file should be created.
|
specifies whether the CommonAssemblyInfo.cs file should be created.
|
||||||
we do not want this for releases (whether they're beta or release) as
|
we do not want this for releases (whether they're beta or release) as
|
||||||
this would cause the build number to be updated
|
this would cause the build number to be updated
|
||||||
-->
|
-->
|
||||||
<property name="create.assemblyinfo" value="true" />
|
<property name="create.assemblyinfo" value="true" />
|
||||||
|
|
||||||
<!-- global build settings -->
|
<!-- global build settings -->
|
||||||
<property name="lib.dir" value="${path::combine(build.dir, 'bin/lib')}" dynamic="true" />
|
<property name="lib.dir" value="${path::combine(build.dir, 'bin/lib')}" dynamic="true" />
|
||||||
<property name="lib.family.dir" value="${path::combine(lib.dir, framework::get-family(framework::get-target-framework()))}" dynamic="true" />
|
<property name="lib.family.dir" value="${path::combine(lib.dir, framework::get-family(framework::get-target-framework()))}" dynamic="true" />
|
||||||
<property name="lib.framework.dir" value="${path::combine(lib.family.dir, version::to-string(framework::get-version(framework::get-target-framework())))}" dynamic="true" />
|
<property name="lib.framework.dir" value="${path::combine(lib.family.dir, version::to-string(framework::get-version(framework::get-target-framework())))}" dynamic="true" />
|
||||||
|
|
||||||
<!-- default configuration -->
|
<!-- default configuration -->
|
||||||
<property name="project.config" value="debug" /> <!-- debug|release -->
|
<property name="project.config" value="debug" /> <!-- debug|release -->
|
||||||
<property name="build.defines" value="" />
|
<property name="build.defines" value="" />
|
||||||
<property name="build.number" value="${math::abs(math::floor(timespan::get-total-days(datetime::now() - datetime::parse('01/01/2000'))))}" />
|
<property name="build.number" value="${math::abs(math::floor(timespan::get-total-days(datetime::now() - datetime::parse('01/01/2000'))))}" />
|
||||||
|
|
||||||
<!-- platform specific properties. These are the defaults -->
|
<!-- platform specific properties. These are the defaults -->
|
||||||
<property name="current.build.defines" value="${build.defines}" />
|
<property name="current.build.defines" value="${build.defines}" />
|
||||||
|
|
||||||
<!-- Named project configurations (used by self-test and self-doc tasks) -->
|
<!-- Named project configurations (used by self-test and self-doc tasks) -->
|
||||||
<target name="debug" description="Perform a 'debug' build">
|
<target name="debug" description="Perform a 'debug' build">
|
||||||
<property name="project.config" value="debug" />
|
<property name="project.config" value="debug" />
|
||||||
<property name="build.debug" value="true" />
|
<property name="build.debug" value="true" />
|
||||||
<property name="build.dir" value="${project::get-base-directory()}/build/${framework::get-target-framework()}.${platform::get-name()}/${project.name}-${project.version}-${project.config}" />
|
<property name="build.dir" value="${project::get-base-directory()}/build/${framework::get-target-framework()}.${platform::get-name()}/${project.name}-${project.version}-${project.config}" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="release" description="Perform a 'release' build">
|
<target name="release" description="Perform a 'release' build">
|
||||||
<property name="project.config" value="release" />
|
<property name="project.config" value="release" />
|
||||||
<property name="build.debug" value="false" />
|
<property name="build.debug" value="false" />
|
||||||
<property name="build.dir" value="${project::get-base-directory()}/build/${project.name}-${project.version.full}" />
|
<property name="build.dir" value="${project::get-base-directory()}/build/${project.name}-${project.version.full}" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Framework support targets -->
|
<!-- Framework support targets -->
|
||||||
<target name="set-framework-configuration">
|
<target name="set-framework-configuration">
|
||||||
<if test="${not(target::exists('set-'+framework::get-target-framework()+'-framework-configuration'))}">
|
<if test="${not(target::exists('set-'+framework::get-target-framework()+'-framework-configuration'))}">
|
||||||
<fail message="The '${framework::get-target-framework()}' framework is not supported by this version of ActiveMQ .NET" />
|
<fail message="The '${framework::get-target-framework()}' framework is not supported by this version of ActiveMQ .NET" />
|
||||||
</if>
|
</if>
|
||||||
<call target="set-${framework::get-target-framework()}-framework-configuration" />
|
<call target="set-${framework::get-target-framework()}-framework-configuration" />
|
||||||
</target>
|
</target>
|
||||||
<target name="set-net-1.0-framework-configuration">
|
<target name="set-net-1.0-framework-configuration">
|
||||||
<property name="nant.settings.currentframework" value="net-1.0" />
|
<property name="nant.settings.currentframework" value="net-1.0" />
|
||||||
<property name="current.build.defines" value="${build.defines}NET,NET_1_0" dynamic="true" />
|
<property name="current.build.defines" value="${build.defines}NET,NET_1_0" dynamic="true" />
|
||||||
<property name="link.sdkdoc.version" value="SDK_v1_0" />
|
<property name="link.sdkdoc.version" value="SDK_v1_0" />
|
||||||
<property name="link.sdkdoc.web" value="true" />
|
<property name="link.sdkdoc.web" value="true" />
|
||||||
</target>
|
</target>
|
||||||
<target name="set-net-1.1-framework-configuration">
|
<target name="set-net-1.1-framework-configuration">
|
||||||
<property name="nant.settings.currentframework" value="net-1.1" />
|
<property name="nant.settings.currentframework" value="net-1.1" />
|
||||||
<property name="current.build.defines" value="${build.defines}NET,NET_1_1" dynamic="true" />
|
<property name="current.build.defines" value="${build.defines}NET,NET_1_1" dynamic="true" />
|
||||||
<property name="link.sdkdoc.version" value="SDK_v1_1" />
|
<property name="link.sdkdoc.version" value="SDK_v1_1" />
|
||||||
<property name="link.sdkdoc.web" value="true" />
|
<property name="link.sdkdoc.web" value="true" />
|
||||||
</target>
|
</target>
|
||||||
<target name="set-net-2.0-framework-configuration">
|
<target name="set-net-2.0-framework-configuration">
|
||||||
<property name="nant.settings.currentframework" value="net-2.0" />
|
<property name="nant.settings.currentframework" value="net-2.0" />
|
||||||
<property name="current.build.defines" value="${build.defines}NET,NET_2_0" dynamic="true" />
|
<property name="current.build.defines" value="${build.defines}NET,NET_2_0" dynamic="true" />
|
||||||
<property name="link.sdkdoc.version" value="SDK_v1_1" />
|
<property name="link.sdkdoc.version" value="SDK_v1_1" />
|
||||||
<property name="link.sdkdoc.web" value="true" />
|
<property name="link.sdkdoc.web" value="true" />
|
||||||
</target>
|
</target>
|
||||||
<target name="set-netcf-1.0-framework-configuration">
|
<target name="set-netcf-1.0-framework-configuration">
|
||||||
<property name="nant.settings.currentframework" value="netcf-1.0" />
|
<property name="nant.settings.currentframework" value="netcf-1.0" />
|
||||||
<property name="current.build.defines" value="${build.defines}NETCF,NETCF_1_0" dynamic="true" />
|
<property name="current.build.defines" value="${build.defines}NETCF,NETCF_1_0" dynamic="true" />
|
||||||
<property name="link.sdkdoc.version" value="SDK_v1_1" />
|
<property name="link.sdkdoc.version" value="SDK_v1_1" />
|
||||||
<property name="link.sdkdoc.web" value="true" />
|
<property name="link.sdkdoc.web" value="true" />
|
||||||
</target>
|
</target>
|
||||||
<target name="set-mono-1.0-framework-configuration">
|
<target name="set-mono-1.0-framework-configuration">
|
||||||
<property name="nant.settings.currentframework" value="mono-1.0" />
|
<property name="nant.settings.currentframework" value="mono-1.0" />
|
||||||
<property name="current.build.defines" value="${build.defines}MONO,MONO_1_0" dynamic="true" />
|
<property name="current.build.defines" value="${build.defines}MONO,MONO_1_0" dynamic="true" />
|
||||||
<property name="link.sdkdoc.version" value="SDK_v1_1" />
|
<property name="link.sdkdoc.version" value="SDK_v1_1" />
|
||||||
<property name="link.sdkdoc.web" value="true" />
|
<property name="link.sdkdoc.web" value="true" />
|
||||||
</target>
|
</target>
|
||||||
<target name="set-mono-2.0-framework-configuration">
|
<target name="set-mono-2.0-framework-configuration">
|
||||||
<property name="nant.settings.currentframework" value="mono-2.0" />
|
<property name="nant.settings.currentframework" value="mono-2.0" />
|
||||||
<property name="current.build.defines" value="${build.defines}MONO,MONO_2_0" dynamic="true" />
|
<property name="current.build.defines" value="${build.defines}MONO,MONO_2_0" dynamic="true" />
|
||||||
<property name="link.sdkdoc.version" value="SDK_v1_1" />
|
<property name="link.sdkdoc.version" value="SDK_v1_1" />
|
||||||
<property name="link.sdkdoc.web" value="true" />
|
<property name="link.sdkdoc.web" value="true" />
|
||||||
</target>
|
</target>
|
||||||
<target name="set-sscli-1.0-framework-configuration">
|
<target name="set-sscli-1.0-framework-configuration">
|
||||||
<property name="nant.settings.currentframework" value="sscli-1.0" />
|
<property name="nant.settings.currentframework" value="sscli-1.0" />
|
||||||
<property name="current.build.defines" value="${build.defines}SSCLI,SSCLI_1_0" dynamic="true" />
|
<property name="current.build.defines" value="${build.defines}SSCLI,SSCLI_1_0" dynamic="true" />
|
||||||
<property name="link.sdkdoc.version" value="SDK_v1_0" />
|
<property name="link.sdkdoc.version" value="SDK_v1_0" />
|
||||||
<property name="link.sdkdoc.web" value="true" />
|
<property name="link.sdkdoc.web" value="true" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- build tasks -->
|
<!-- build tasks -->
|
||||||
<target name="init" description="Initializes build properties">
|
<target name="init" description="Initializes build properties">
|
||||||
<call target="${project.config}" />
|
<call target="${project.config}" />
|
||||||
<call target="set-framework-configuration" />
|
<call target="set-framework-configuration" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- cleans the build -->
|
<!-- cleans the build -->
|
||||||
<target name="clean" depends="init" description="Deletes build">
|
<target name="clean" depends="init" description="Deletes build">
|
||||||
<delete dir="build" if="${directory::exists('build')}" />
|
<delete dir="build" if="${directory::exists('build')}" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="create-common-assemblyinfo" if="${create.assemblyinfo}" depends="init" description="Generate CommonAssemblyInfo.cs">
|
<target name="create-common-assemblyinfo" if="${create.assemblyinfo}" depends="init" description="Generate CommonAssemblyInfo.cs">
|
||||||
|
|
||||||
<!-- ensure src/main/csharp/CommonAssemblyInfo.cs is writable if it already exists -->
|
<!-- ensure src/main/csharp/CommonAssemblyInfo.cs is writable if it already exists -->
|
||||||
<attrib file="src/main/csharp/CommonAssemblyInfo.cs" readonly="false" if="${file::exists('src/main/csharp/CommonAssemblyInfo.cs')}" />
|
<attrib file="src/main/csharp/CommonAssemblyInfo.cs" readonly="false" if="${file::exists('src/main/csharp/CommonAssemblyInfo.cs')}" />
|
||||||
|
|
||||||
<!-- generate the source file holding the common assembly-level attributes -->
|
<!-- generate the source file holding the common assembly-level attributes -->
|
||||||
<asminfo output="src/main/csharp/CommonAssemblyInfo.cs" language="CSharp">
|
<asminfo output="src/main/csharp/CommonAssemblyInfo.cs" language="CSharp">
|
||||||
<imports>
|
<imports>
|
||||||
<import namespace="System" />
|
<import namespace="System" />
|
||||||
<import namespace="System.Reflection" />
|
<import namespace="System.Reflection" />
|
||||||
<import namespace="System.Runtime.InteropServices" />
|
<import namespace="System.Runtime.InteropServices" />
|
||||||
</imports>
|
</imports>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute type="ComVisibleAttribute" value="false" />
|
<attribute type="ComVisibleAttribute" value="false" />
|
||||||
<attribute type="CLSCompliantAttribute" value="false" />
|
<attribute type="CLSCompliantAttribute" value="true" />
|
||||||
<attribute type="AssemblyTitleAttribute" value="ActiveMQ .NET" />
|
<attribute type="AssemblyTitleAttribute" value="ActiveMQ .NET" />
|
||||||
<attribute type="AssemblyDescriptionAttribute" value="A .NET Library for talking to ActiveMQ" />
|
<attribute type="AssemblyDescriptionAttribute" value="A .NET Library for talking to ActiveMQ" />
|
||||||
<attribute type="AssemblyConfigurationAttribute" value="${project.release.type}" />
|
<attribute type="AssemblyConfigurationAttribute" value="${project.release.type}" />
|
||||||
<attribute type="AssemblyCompanyAttribute" value="http://activemq.org/" />
|
<attribute type="AssemblyCompanyAttribute" value="http://activemq.org/" />
|
||||||
<attribute type="AssemblyProductAttribute" value="ActiveMQ" />
|
<attribute type="AssemblyProductAttribute" value="ActiveMQ" />
|
||||||
<attribute type="AssemblyCopyrightAttribute" value="Copyright (C) 2005-${datetime::get-year(datetime::now())} Apache Software Foundation" />
|
<attribute type="AssemblyCopyrightAttribute" value="Copyright (C) 2005-${datetime::get-year(datetime::now())} Apache Software Foundation" />
|
||||||
<attribute type="AssemblyTrademarkAttribute" value="" />
|
<attribute type="AssemblyTrademarkAttribute" value="" />
|
||||||
<attribute type="AssemblyCultureAttribute" value="" />
|
<attribute type="AssemblyCultureAttribute" value="" />
|
||||||
<attribute type="AssemblyVersionAttribute" value="${project.version}.${build.number}.0" />
|
<attribute type="AssemblyVersionAttribute" value="${project.version}.${build.number}.0" />
|
||||||
<attribute type="AssemblyInformationalVersionAttribute" value="${project.version}" />
|
<attribute type="AssemblyInformationalVersionAttribute" value="${project.version}" />
|
||||||
</attributes>
|
</attributes>
|
||||||
</asminfo>
|
</asminfo>
|
||||||
|
|
||||||
<!-- ensure src/test/csharp/CommonAssemblyInfo.cs is writable if it already exists -->
|
<!-- ensure src/test/csharp/CommonAssemblyInfo.cs is writable if it already exists -->
|
||||||
<attrib file="src/test/csharp/CommonAssemblyInfo.cs" readonly="false" if="${file::exists('src/test/csharp/CommonAssemblyInfo.cs')}" />
|
<attrib file="src/test/csharp/CommonAssemblyInfo.cs" readonly="false" if="${file::exists('src/test/csharp/CommonAssemblyInfo.cs')}" />
|
||||||
|
|
||||||
<!-- generate the source file holding the common assembly-level attributes -->
|
<!-- generate the source file holding the common assembly-level attributes -->
|
||||||
<asminfo output="src/test/csharp/CommonAssemblyInfo.cs" language="CSharp">
|
<asminfo output="src/test/csharp/CommonAssemblyInfo.cs" language="CSharp">
|
||||||
<imports>
|
<imports>
|
||||||
<import namespace="System" />
|
<import namespace="System" />
|
||||||
<import namespace="System.Reflection" />
|
<import namespace="System.Reflection" />
|
||||||
<import namespace="System.Runtime.InteropServices" />
|
<import namespace="System.Runtime.InteropServices" />
|
||||||
</imports>
|
</imports>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute type="ComVisibleAttribute" value="false" />
|
<attribute type="ComVisibleAttribute" value="false" />
|
||||||
<attribute type="CLSCompliantAttribute" value="false" />
|
<attribute type="CLSCompliantAttribute" value="false" />
|
||||||
<attribute type="AssemblyTitleAttribute" value="ActiveMQ .NET Test" />
|
<attribute type="AssemblyTitleAttribute" value="ActiveMQ .NET Test" />
|
||||||
<attribute type="AssemblyDescriptionAttribute" value="A .NET Library for testing the ActiveMQ .NET Library" />
|
<attribute type="AssemblyDescriptionAttribute" value="A .NET Library for testing the ActiveMQ .NET Library" />
|
||||||
<attribute type="AssemblyConfigurationAttribute" value="${project.release.type}" />
|
<attribute type="AssemblyConfigurationAttribute" value="${project.release.type}" />
|
||||||
<attribute type="AssemblyCompanyAttribute" value="http://activemq.org/" />
|
<attribute type="AssemblyCompanyAttribute" value="http://activemq.org/" />
|
||||||
<attribute type="AssemblyProductAttribute" value="ActiveMQ" />
|
<attribute type="AssemblyProductAttribute" value="ActiveMQ" />
|
||||||
<attribute type="AssemblyCopyrightAttribute" value="Copyright (C) 2005-${datetime::get-year(datetime::now())} Apache Software Foundation" />
|
<attribute type="AssemblyCopyrightAttribute" value="Copyright (C) 2005-${datetime::get-year(datetime::now())} Apache Software Foundation" />
|
||||||
<attribute type="AssemblyTrademarkAttribute" value="" />
|
<attribute type="AssemblyTrademarkAttribute" value="" />
|
||||||
<attribute type="AssemblyCultureAttribute" value="" />
|
<attribute type="AssemblyCultureAttribute" value="" />
|
||||||
<attribute type="AssemblyVersionAttribute" value="${project.version}.${build.number}.0" />
|
<attribute type="AssemblyVersionAttribute" value="${project.version}.${build.number}.0" />
|
||||||
<attribute type="AssemblyInformationalVersionAttribute" value="${project.version}" />
|
<attribute type="AssemblyInformationalVersionAttribute" value="${project.version}" />
|
||||||
</attributes>
|
</attributes>
|
||||||
</asminfo>
|
</asminfo>
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Compile the main sources -->
|
<!-- Compile the main sources -->
|
||||||
<target name="build-main" depends="create-common-assemblyinfo">
|
<target name="build-main" depends="create-common-assemblyinfo">
|
||||||
|
|
||||||
<echo message="Build Directory is ${build.dir}" />
|
<echo message="Build Directory is ${build.dir}" />
|
||||||
<mkdir dir="${build.dir}/bin" />
|
<mkdir dir="${build.dir}/bin" />
|
||||||
|
|
||||||
<csc target="library" define="${current.build.defines}" warnaserror="false" debug="${build.debug}" output="${build.dir}/bin/${project.name}.dll" doc="${build.dir}/bin/${project.name}.xml">
|
<csc target="library" define="${current.build.defines}" warnaserror="false" debug="${build.debug}" output="${build.dir}/bin/${project.name}.dll" doc="${build.dir}/bin/${project.name}.xml">
|
||||||
<nowarn>
|
<nowarn>
|
||||||
<!-- do not report warnings for missing XML comments -->
|
<!-- do not report warnings for missing XML comments -->
|
||||||
<warning number="1591" />
|
<warning number="1591" />
|
||||||
<!-- do not report deprecation warnings -->
|
<!-- do not report deprecation warnings -->
|
||||||
<warning number="0618" />
|
<warning number="0618" />
|
||||||
</nowarn>
|
</nowarn>
|
||||||
<sources failonempty="true">
|
<sources failonempty="true">
|
||||||
<include name="src/main/csharp/**/*.cs" />
|
<include name="src/main/csharp/**/*.cs" />
|
||||||
<include name="src/main/csharp/CommonAssemblyInfo.cs" />
|
<include name="src/main/csharp/CommonAssemblyInfo.cs" />
|
||||||
</sources>
|
</sources>
|
||||||
<resources basedir="src/main/resources">
|
<resources basedir="src/main/resources">
|
||||||
<include name="**/*"/>
|
<include name="**/*"/>
|
||||||
</resources>
|
</resources>
|
||||||
<!--
|
<!--
|
||||||
<references>
|
<references>
|
||||||
<include name="${build.dir}/bin/log4net.dll"/>
|
<include name="${build.dir}/bin/log4net.dll"/>
|
||||||
<include name="System.Web.dll"/>
|
<include name="System.Web.dll"/>
|
||||||
</references>
|
</references>
|
||||||
-->
|
-->
|
||||||
</csc>
|
</csc>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="build-test" depends="create-common-assemblyinfo, build-main">
|
<target name="build-test" depends="create-common-assemblyinfo, build-main">
|
||||||
<csc target="library" define="${current.build.defines}" warnaserror="false" debug="${build.debug}" output="${build.dir}/bin/${project.name}.test.dll">
|
<csc target="library" define="${current.build.defines}" warnaserror="false" debug="${build.debug}" output="${build.dir}/bin/${project.name}.test.dll">
|
||||||
<nowarn>
|
<nowarn>
|
||||||
<!-- do not report warnings for missing XML comments -->
|
<!-- do not report warnings for missing XML comments -->
|
||||||
<warning number="1591" />
|
<warning number="1591" />
|
||||||
<!-- do not report deprecation warnings -->
|
<!-- do not report deprecation warnings -->
|
||||||
<warning number="0618" />
|
<warning number="0618" />
|
||||||
</nowarn>
|
</nowarn>
|
||||||
<sources failonempty="true">
|
<sources failonempty="true">
|
||||||
<include name="src/test/csharp/**/*.cs" />
|
<include name="src/test/csharp/**/*.cs" />
|
||||||
<include name="src/test/csharp/CommonAssemblyInfo.cs" />
|
<include name="src/test/csharp/CommonAssemblyInfo.cs" />
|
||||||
</sources>
|
</sources>
|
||||||
<resources basedir="src/test/resources">
|
<resources basedir="src/test/resources">
|
||||||
<include name="**/*"/>
|
<include name="**/*"/>
|
||||||
</resources>
|
</resources>
|
||||||
<references defaultexcludes="true">
|
<references defaultexcludes="true">
|
||||||
<include name="mscorlib.dll" />
|
<include name="mscorlib.dll" />
|
||||||
<include name="System.dll" />
|
<include name="System.dll" />
|
||||||
<include name="nunit.framework.dll" />
|
<include name="nunit.framework.dll" />
|
||||||
<include name="${build.dir}/bin/${project.name}.dll" />
|
<include name="${build.dir}/bin/${project.name}.dll" />
|
||||||
</references>
|
</references>
|
||||||
<!--
|
<!--
|
||||||
<resources failonempty="false" basedir="Resources"
|
<resources failonempty="false" basedir="Resources"
|
||||||
dynamicprefix="true" prefix="XML:">
|
dynamicprefix="true" prefix="XML:">
|
||||||
<include name="**/*.xml" />
|
<include name="**/*.xml" />
|
||||||
</resources>
|
</resources>
|
||||||
-->
|
-->
|
||||||
</csc>
|
</csc>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="build" depends="build-test">
|
<target name="build" depends="build-test">
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test" depends="build-test">
|
<target name="test" depends="build-test">
|
||||||
<nunit2>
|
<nunit2>
|
||||||
<formatter type="Plain" />
|
<formatter type="Plain" />
|
||||||
<test assemblyname="${build.dir}/bin/${project.name}.test.dll">
|
<test assemblyname="${build.dir}/bin/${project.name}.test.dll">
|
||||||
</test>
|
</test>
|
||||||
</nunit2>
|
</nunit2>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<compilerArguments>
|
<compilerArguments>
|
||||||
<doc>true</doc>
|
<doc>true</doc>
|
||||||
<!-- example of ignoring warnings -->
|
<!-- example of ignoring warnings -->
|
||||||
<!-- <nowarn>1591</nowarn> -->
|
<nowarn>1591</nowarn>
|
||||||
</compilerArguments>
|
</compilerArguments>
|
||||||
|
|
||||||
<includes>
|
<includes>
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for BrokerId
|
/// The ActiveMQ BrokerId Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 BrokerId : AbstractCommand, DataStructure
|
public class BrokerId : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_BrokerId = 124;
|
public const byte ID_BrokerId = 124;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for BrokerInfo
|
/// The ActiveMQ BrokerInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 BrokerInfo : BaseCommand
|
public class BrokerInfo : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_BrokerInfo = 2;
|
public const byte ID_BrokerInfo = 2;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ConnectionError
|
/// The ActiveMQ ConnectionError Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ConnectionError : BaseCommand
|
public class ConnectionError : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_ConnectionError = 16;
|
public const byte ID_ConnectionError = 16;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ConnectionId
|
/// The ActiveMQ ConnectionId Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ConnectionId : AbstractCommand, DataStructure
|
public class ConnectionId : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_ConnectionId = 120;
|
public const byte ID_ConnectionId = 120;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ConnectionInfo
|
/// The ActiveMQ ConnectionInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ConnectionInfo : BaseCommand
|
public class ConnectionInfo : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_ConnectionInfo = 3;
|
public const byte ID_ConnectionInfo = 3;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ConsumerId
|
/// The ActiveMQ ConsumerId Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ConsumerId : AbstractCommand, DataStructure
|
public class ConsumerId : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_ConsumerId = 122;
|
public const byte ID_ConsumerId = 122;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ConsumerInfo
|
/// The ActiveMQ ConsumerInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ConsumerInfo : BaseCommand
|
public class ConsumerInfo : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_ConsumerInfo = 5;
|
public const byte ID_ConsumerInfo = 5;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ControlCommand
|
/// The ActiveMQ ControlCommand Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ControlCommand : BaseCommand
|
public class ControlCommand : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_ControlCommand = 14;
|
public const byte ID_ControlCommand = 14;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for DataArrayResponse
|
/// The ActiveMQ DataArrayResponse Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 DataArrayResponse : Response
|
public class DataArrayResponse : Response
|
||||||
{
|
{
|
||||||
public const byte ID_DataArrayResponse = 33;
|
public const byte ID_DataArrayResponse = 33;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for DataResponse
|
/// The ActiveMQ DataResponse Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 DataResponse : Response
|
public class DataResponse : Response
|
||||||
{
|
{
|
||||||
public const byte ID_DataResponse = 32;
|
public const byte ID_DataResponse = 32;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for DestinationInfo
|
/// The ActiveMQ DestinationInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 DestinationInfo : BaseCommand
|
public class DestinationInfo : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_DestinationInfo = 8;
|
public const byte ID_DestinationInfo = 8;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for DiscoveryEvent
|
/// The ActiveMQ DiscoveryEvent Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 DiscoveryEvent : AbstractCommand, DataStructure
|
public class DiscoveryEvent : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_DiscoveryEvent = 40;
|
public const byte ID_DiscoveryEvent = 40;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ExceptionResponse
|
/// The ActiveMQ ExceptionResponse Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ExceptionResponse : Response
|
public class ExceptionResponse : Response
|
||||||
{
|
{
|
||||||
public const byte ID_ExceptionResponse = 31;
|
public const byte ID_ExceptionResponse = 31;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for FlushCommand
|
/// The ActiveMQ FlushCommand Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 FlushCommand : BaseCommand
|
public class FlushCommand : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_FlushCommand = 15;
|
public const byte ID_FlushCommand = 15;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for IntegerResponse
|
/// The ActiveMQ IntegerResponse Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 IntegerResponse : Response
|
public class IntegerResponse : Response
|
||||||
{
|
{
|
||||||
public const byte ID_IntegerResponse = 34;
|
public const byte ID_IntegerResponse = 34;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for JournalQueueAck
|
/// The ActiveMQ JournalQueueAck Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 JournalQueueAck : AbstractCommand, DataStructure
|
public class JournalQueueAck : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_JournalQueueAck = 52;
|
public const byte ID_JournalQueueAck = 52;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for JournalTopicAck
|
/// The ActiveMQ JournalTopicAck Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 JournalTopicAck : AbstractCommand, DataStructure
|
public class JournalTopicAck : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_JournalTopicAck = 50;
|
public const byte ID_JournalTopicAck = 50;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for JournalTrace
|
/// The ActiveMQ JournalTrace Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 JournalTrace : AbstractCommand, DataStructure
|
public class JournalTrace : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_JournalTrace = 53;
|
public const byte ID_JournalTrace = 53;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for JournalTransaction
|
/// The ActiveMQ JournalTransaction Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 JournalTransaction : AbstractCommand, DataStructure
|
public class JournalTransaction : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_JournalTransaction = 54;
|
public const byte ID_JournalTransaction = 54;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for KeepAliveInfo
|
/// The ActiveMQ KeepAliveInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 KeepAliveInfo : AbstractCommand, Command
|
public class KeepAliveInfo : AbstractCommand, Command
|
||||||
{
|
{
|
||||||
public const byte ID_KeepAliveInfo = 10;
|
public const byte ID_KeepAliveInfo = 10;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for LocalTransactionId
|
/// The ActiveMQ LocalTransactionId Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 LocalTransactionId : TransactionId
|
public class LocalTransactionId : TransactionId
|
||||||
{
|
{
|
||||||
public const byte ID_LocalTransactionId = 111;
|
public const byte ID_LocalTransactionId = 111;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for Message
|
/// The ActiveMQ Message Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 Message : BaseCommand, MarshallAware, MessageReference
|
public class Message : BaseCommand, MarshallAware, MessageReference
|
||||||
{
|
{
|
||||||
public const byte ID_Message = 0;
|
public const byte ID_Message = 0;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for MessageAck
|
/// The ActiveMQ MessageAck Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 MessageAck : BaseCommand
|
public class MessageAck : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_MessageAck = 22;
|
public const byte ID_MessageAck = 22;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for MessageDispatch
|
/// The ActiveMQ MessageDispatch Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 MessageDispatch : BaseCommand
|
public class MessageDispatch : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_MessageDispatch = 21;
|
public const byte ID_MessageDispatch = 21;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for MessageDispatchNotification
|
/// The ActiveMQ MessageDispatchNotification Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 MessageDispatchNotification : BaseCommand
|
public class MessageDispatchNotification : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_MessageDispatchNotification = 90;
|
public const byte ID_MessageDispatchNotification = 90;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for MessageId
|
/// The ActiveMQ MessageId Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 MessageId : AbstractCommand, DataStructure
|
public class MessageId : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_MessageId = 110;
|
public const byte ID_MessageId = 110;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for NetworkBridgeFilter
|
/// The ActiveMQ NetworkBridgeFilter Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 NetworkBridgeFilter : AbstractCommand, DataStructure, BooleanExpression
|
public class NetworkBridgeFilter : AbstractCommand, DataStructure, BooleanExpression
|
||||||
{
|
{
|
||||||
public const byte ID_NetworkBridgeFilter = 91;
|
public const byte ID_NetworkBridgeFilter = 91;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ProducerId
|
/// The ActiveMQ ProducerId Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ProducerId : AbstractCommand, DataStructure
|
public class ProducerId : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_ProducerId = 123;
|
public const byte ID_ProducerId = 123;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ProducerInfo
|
/// The ActiveMQ ProducerInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ProducerInfo : BaseCommand
|
public class ProducerInfo : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_ProducerInfo = 6;
|
public const byte ID_ProducerInfo = 6;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for RemoveInfo
|
/// The ActiveMQ RemoveInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 RemoveInfo : BaseCommand
|
public class RemoveInfo : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_RemoveInfo = 12;
|
public const byte ID_RemoveInfo = 12;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for RemoveSubscriptionInfo
|
/// The ActiveMQ RemoveSubscriptionInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 RemoveSubscriptionInfo : BaseCommand
|
public class RemoveSubscriptionInfo : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_RemoveSubscriptionInfo = 0;
|
public const byte ID_RemoveSubscriptionInfo = 0;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ReplayCommand
|
/// The ActiveMQ ReplayCommand Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ReplayCommand : BaseCommand
|
public class ReplayCommand : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_ReplayCommand = 38;
|
public const byte ID_ReplayCommand = 38;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for Response
|
/// The ActiveMQ Response Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 Response : BaseCommand
|
public class Response : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_Response = 30;
|
public const byte ID_Response = 30;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for SessionId
|
/// The ActiveMQ SessionId Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 SessionId : AbstractCommand, DataStructure
|
public class SessionId : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_SessionId = 121;
|
public const byte ID_SessionId = 121;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for SessionInfo
|
/// The ActiveMQ SessionInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 SessionInfo : BaseCommand
|
public class SessionInfo : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_SessionInfo = 4;
|
public const byte ID_SessionInfo = 4;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ShutdownInfo
|
/// The ActiveMQ ShutdownInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 ShutdownInfo : BaseCommand
|
public class ShutdownInfo : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_ShutdownInfo = 11;
|
public const byte ID_ShutdownInfo = 11;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for SubscriptionInfo
|
/// The ActiveMQ SubscriptionInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 SubscriptionInfo : AbstractCommand, DataStructure
|
public class SubscriptionInfo : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_SubscriptionInfo = 55;
|
public const byte ID_SubscriptionInfo = 55;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for TransactionId
|
/// The ActiveMQ TransactionId Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 TransactionId : AbstractCommand, DataStructure
|
public class TransactionId : AbstractCommand, DataStructure
|
||||||
{
|
{
|
||||||
public const byte ID_TransactionId = 0;
|
public const byte ID_TransactionId = 0;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for TransactionInfo
|
/// The ActiveMQ TransactionInfo Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 TransactionInfo : BaseCommand
|
public class TransactionInfo : BaseCommand
|
||||||
{
|
{
|
||||||
public const byte ID_TransactionInfo = 7;
|
public const byte ID_TransactionInfo = 7;
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
* limitations under the License.
|
* 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;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
|
@ -23,14 +29,9 @@ using ActiveMQ.Commands;
|
||||||
|
|
||||||
namespace ActiveMQ.Commands
|
namespace ActiveMQ.Commands
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for XATransactionId
|
/// The ActiveMQ XATransactionId Command
|
||||||
//
|
/// </summary>
|
||||||
//
|
|
||||||
// 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 XATransactionId : TransactionId, Xid
|
public class XATransactionId : TransactionId, Xid
|
||||||
{
|
{
|
||||||
public const byte ID_XATransactionId = 112;
|
public const byte ID_XATransactionId = 112;
|
||||||
|
|
|
@ -15,12 +15,14 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire
|
namespace ActiveMQ.OpenWire
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Support class that switches from one endian to the other.
|
/// Support class that switches from one endian to the other.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[CLSCompliant(false)]
|
||||||
public class EndianSupport
|
public class EndianSupport
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -35,19 +37,11 @@ namespace ActiveMQ.OpenWire
|
||||||
public static short SwitchEndian(short x)
|
public static short SwitchEndian(short x)
|
||||||
{
|
{
|
||||||
return (short) (
|
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 ) |
|
||||||
(((ushort)( (byte)(x >> 8) )) )
|
(((ushort)( (byte)(x >> 8) )) )
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int SwitchEndian(int x)
|
public static int SwitchEndian(int x)
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
|
@ -56,16 +50,7 @@ namespace ActiveMQ.OpenWire
|
||||||
(((int)( (byte)(x >> 16) )) << 8 ) |
|
(((int)( (byte)(x >> 16) )) << 8 ) |
|
||||||
(((int)( (byte)(x >> 24) )) );
|
(((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)
|
public static long SwitchEndian(long x)
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
|
@ -79,6 +64,23 @@ namespace ActiveMQ.OpenWire
|
||||||
(((long)( (byte)(x >> 56) )) );
|
(((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)
|
public static ulong SwitchEndian(ulong x)
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
|
@ -91,5 +93,7 @@ namespace ActiveMQ.OpenWire
|
||||||
(((ulong)( (byte)(x >> 48) )) << 8 ) |
|
(((ulong)( (byte)(x >> 48) )) << 8 ) |
|
||||||
(((ulong)( (byte)(x >> 56) )) );
|
(((ulong)( (byte)(x >> 56) )) );
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ namespace ActiveMQ.OpenWire
|
||||||
/// A BinaryWriter that switches the endian orientation of the read opperations so that they
|
/// A BinaryWriter that switches the endian orientation of the read opperations so that they
|
||||||
/// are compatible with marshalling used by OpenWire.
|
/// are compatible with marshalling used by OpenWire.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[CLSCompliant(false)]
|
||||||
public class OpenWireBinaryReader : BinaryReader
|
public class OpenWireBinaryReader : BinaryReader
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -1,194 +1,195 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2006 The Apache Software Foundation or its licensors, as
|
* Copyright 2006 The Apache Software Foundation or its licensors, as
|
||||||
* applicable.
|
* applicable.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using ActiveMQ.Commands;
|
using ActiveMQ.Commands;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire
|
namespace ActiveMQ.OpenWire
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A BinaryWriter that switches the endian orientation of the write opperations so that they
|
/// A BinaryWriter that switches the endian orientation of the write opperations so that they
|
||||||
/// are compatible with marshalling used by OpenWire.
|
/// are compatible with marshalling used by OpenWire.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class OpenWireBinaryWriter : BinaryWriter
|
[CLSCompliant(false)]
|
||||||
{
|
public class OpenWireBinaryWriter : BinaryWriter
|
||||||
|
{
|
||||||
public OpenWireBinaryWriter(Stream output) : base(output)
|
|
||||||
{
|
public OpenWireBinaryWriter(Stream output) : base(output)
|
||||||
}
|
{
|
||||||
|
}
|
||||||
/// <summary>
|
|
||||||
/// Method Write
|
/// <summary>
|
||||||
/// </summary>
|
/// Method Write
|
||||||
/// <param name="value">A long</param>
|
/// </summary>
|
||||||
public override void Write(long value)
|
/// <param name="value">A long</param>
|
||||||
{
|
public override void Write(long value)
|
||||||
base.Write(EndianSupport.SwitchEndian(value));
|
{
|
||||||
}
|
base.Write(EndianSupport.SwitchEndian(value));
|
||||||
|
}
|
||||||
/// <summary>
|
|
||||||
/// Method Write
|
/// <summary>
|
||||||
/// </summary>
|
/// Method Write
|
||||||
/// <param name="value">An ushort</param>
|
/// </summary>
|
||||||
public override void Write(ushort value)
|
/// <param name="value">An ushort</param>
|
||||||
{
|
public override void Write(ushort value)
|
||||||
base.Write(EndianSupport.SwitchEndian(value));
|
{
|
||||||
}
|
base.Write(EndianSupport.SwitchEndian(value));
|
||||||
|
}
|
||||||
/// <summary>
|
|
||||||
/// Method Write
|
/// <summary>
|
||||||
/// </summary>
|
/// Method Write
|
||||||
/// <param name="value">An int</param>
|
/// </summary>
|
||||||
public override void Write(int value)
|
/// <param name="value">An int</param>
|
||||||
{
|
public override void Write(int value)
|
||||||
int x = EndianSupport.SwitchEndian(value);
|
{
|
||||||
base.Write(x);
|
int x = EndianSupport.SwitchEndian(value);
|
||||||
}
|
base.Write(x);
|
||||||
|
}
|
||||||
/// <summary>
|
|
||||||
/// Method Write
|
/// <summary>
|
||||||
/// </summary>
|
/// Method Write
|
||||||
/// <param name="chars">A char[]</param>
|
/// </summary>
|
||||||
/// <param name="index">An int</param>
|
/// <param name="chars">A char[]</param>
|
||||||
/// <param name="count">An int</param>
|
/// <param name="index">An int</param>
|
||||||
public override void Write(char[] chars, int index, int count)
|
/// <param name="count">An int</param>
|
||||||
{
|
public override void Write(char[] chars, int index, int count)
|
||||||
char[] t = new char[count];
|
{
|
||||||
for( int i=0; i < count; i++ ) {
|
char[] t = new char[count];
|
||||||
t[index+i] = EndianSupport.SwitchEndian(t[index+i]);
|
for( int i=0; i < count; i++ ) {
|
||||||
}
|
t[index+i] = EndianSupport.SwitchEndian(t[index+i]);
|
||||||
base.Write(t);
|
}
|
||||||
}
|
base.Write(t);
|
||||||
|
}
|
||||||
/// <summary>
|
|
||||||
/// Method Write
|
/// <summary>
|
||||||
/// </summary>
|
/// Method Write
|
||||||
/// <param name="chars">A char[]</param>
|
/// </summary>
|
||||||
public override void Write(char[] chars)
|
/// <param name="chars">A char[]</param>
|
||||||
{
|
public override void Write(char[] chars)
|
||||||
Write(chars, 0, chars.Length);
|
{
|
||||||
}
|
Write(chars, 0, chars.Length);
|
||||||
|
}
|
||||||
/// <summary>
|
|
||||||
/// Method Write
|
/// <summary>
|
||||||
/// </summary>
|
/// Method Write
|
||||||
/// <param name="value">An uint</param>
|
/// </summary>
|
||||||
public override void Write(uint value)
|
/// <param name="value">An uint</param>
|
||||||
{
|
public override void Write(uint value)
|
||||||
base.Write(EndianSupport.SwitchEndian(value));
|
{
|
||||||
}
|
base.Write(EndianSupport.SwitchEndian(value));
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Method Write
|
/// <summary>
|
||||||
/// </summary>
|
/// Method Write
|
||||||
/// <param name="ch">A char</param>
|
/// </summary>
|
||||||
public override void Write(char ch)
|
/// <param name="ch">A char</param>
|
||||||
{
|
public override void Write(char ch)
|
||||||
base.Write(EndianSupport.SwitchEndian(ch));
|
{
|
||||||
}
|
base.Write(EndianSupport.SwitchEndian(ch));
|
||||||
|
}
|
||||||
/// <summary>
|
|
||||||
/// Method Write
|
/// <summary>
|
||||||
/// </summary>
|
/// Method Write
|
||||||
/// <param name="value">An ulong</param>
|
/// </summary>
|
||||||
public override void Write(ulong value)
|
/// <param name="value">An ulong</param>
|
||||||
{
|
public override void Write(ulong value)
|
||||||
base.Write(EndianSupport.SwitchEndian(value));
|
{
|
||||||
}
|
base.Write(EndianSupport.SwitchEndian(value));
|
||||||
|
}
|
||||||
/// <summary>
|
|
||||||
/// Method Write
|
/// <summary>
|
||||||
/// </summary>
|
/// Method Write
|
||||||
/// <param name="value">A short</param>
|
/// </summary>
|
||||||
public override void Write(short value)
|
/// <param name="value">A short</param>
|
||||||
{
|
public override void Write(short value)
|
||||||
base.Write(EndianSupport.SwitchEndian(value));
|
{
|
||||||
}
|
base.Write(EndianSupport.SwitchEndian(value));
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Method Write
|
/// <summary>
|
||||||
/// </summary>
|
/// Method Write
|
||||||
/// <param name="text">A string</param>
|
/// </summary>
|
||||||
public override void Write(String text)
|
/// <param name="text">A string</param>
|
||||||
{
|
public override void Write(String text)
|
||||||
if (text != null)
|
{
|
||||||
{
|
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");
|
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;
|
short strlen = (short)text.Length;
|
||||||
int c, count = 0;
|
short utflen = 0;
|
||||||
|
int c, count = 0;
|
||||||
char[] charr = text.ToCharArray();
|
|
||||||
|
char[] charr = text.ToCharArray();
|
||||||
for (int i = 0; i < strlen; i++)
|
|
||||||
{
|
for (int i = 0; i < strlen; i++)
|
||||||
c = charr[i];
|
{
|
||||||
if ((c >= 0x0001) && (c <= 0x007F))
|
c = charr[i];
|
||||||
{
|
if ((c >= 0x0001) && (c <= 0x007F))
|
||||||
utflen++;
|
{
|
||||||
}
|
utflen++;
|
||||||
else if (c > 0x07FF)
|
}
|
||||||
{
|
else if (c > 0x07FF)
|
||||||
utflen += 3;
|
{
|
||||||
}
|
utflen += 3;
|
||||||
else
|
}
|
||||||
{
|
else
|
||||||
utflen += 2;
|
{
|
||||||
}
|
utflen += 2;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Write(utflen);
|
|
||||||
byte[] bytearr = new byte[utflen];
|
Write(utflen);
|
||||||
for (int i = 0; i < strlen; i++)
|
byte[] bytearr = new byte[utflen];
|
||||||
{
|
for (int i = 0; i < strlen; i++)
|
||||||
c = charr[i];
|
{
|
||||||
if ((c >= 0x0001) && (c <= 0x007F))
|
c = charr[i];
|
||||||
{
|
if ((c >= 0x0001) && (c <= 0x007F))
|
||||||
bytearr[count++] = (byte) c;
|
{
|
||||||
}
|
bytearr[count++] = (byte) c;
|
||||||
else if (c > 0x07FF)
|
}
|
||||||
{
|
else if (c > 0x07FF)
|
||||||
bytearr[count++] = (byte) (0xE0 | ((c >> 12) & 0x0F));
|
{
|
||||||
bytearr[count++] = (byte) (0x80 | ((c >> 6) & 0x3F));
|
bytearr[count++] = (byte) (0xE0 | ((c >> 12) & 0x0F));
|
||||||
bytearr[count++] = (byte) (0x80 | ((c >> 0) & 0x3F));
|
bytearr[count++] = (byte) (0x80 | ((c >> 6) & 0x3F));
|
||||||
}
|
bytearr[count++] = (byte) (0x80 | ((c >> 0) & 0x3F));
|
||||||
else
|
}
|
||||||
{
|
else
|
||||||
bytearr[count++] = (byte) (0xC0 | ((c >> 6) & 0x1F));
|
{
|
||||||
bytearr[count++] = (byte) (0x80 | ((c >> 0) & 0x3F));
|
bytearr[count++] = (byte) (0xC0 | ((c >> 6) & 0x1F));
|
||||||
}
|
bytearr[count++] = (byte) (0x80 | ((c >> 0) & 0x3F));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Write(bytearr);
|
|
||||||
|
Write(bytearr);
|
||||||
}
|
|
||||||
else
|
}
|
||||||
{
|
else
|
||||||
Write((short)-1);
|
{
|
||||||
}
|
Write((short)-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQBytesMessage
|
/// Marshalling code for Open Wire Format for ActiveMQBytesMessage
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ActiveMQBytesMessageMarshaller : ActiveMQMessageMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQDestination
|
/// Marshalling code for Open Wire Format for ActiveMQDestination
|
||||||
//
|
/// </summary>
|
||||||
//
|
abstract class ActiveMQDestinationMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQMapMessage
|
/// Marshalling code for Open Wire Format for ActiveMQMapMessage
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ActiveMQMapMessageMarshaller : ActiveMQMessageMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQMessage
|
/// Marshalling code for Open Wire Format for ActiveMQMessage
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ActiveMQMessageMarshaller : MessageMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQObjectMessage
|
/// Marshalling code for Open Wire Format for ActiveMQObjectMessage
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ActiveMQObjectMessageMarshaller : ActiveMQMessageMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQQueue
|
/// Marshalling code for Open Wire Format for ActiveMQQueue
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ActiveMQQueueMarshaller : ActiveMQDestinationMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQStreamMessage
|
/// Marshalling code for Open Wire Format for ActiveMQStreamMessage
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ActiveMQStreamMessageMarshaller : ActiveMQMessageMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQTempDestination
|
/// Marshalling code for Open Wire Format for ActiveMQTempDestination
|
||||||
//
|
/// </summary>
|
||||||
//
|
abstract class ActiveMQTempDestinationMarshaller : ActiveMQDestinationMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQTempQueue
|
/// Marshalling code for Open Wire Format for ActiveMQTempQueue
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ActiveMQTempQueueMarshaller : ActiveMQTempDestinationMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQTempTopic
|
/// Marshalling code for Open Wire Format for ActiveMQTempTopic
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ActiveMQTempTopicMarshaller : ActiveMQTempDestinationMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQTextMessage
|
/// Marshalling code for Open Wire Format for ActiveMQTextMessage
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ActiveMQTextMessageMarshaller : ActiveMQMessageMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ActiveMQTopic
|
/// Marshalling code for Open Wire Format for ActiveMQTopic
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ActiveMQTopicMarshaller : ActiveMQDestinationMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for BaseCommand
|
/// Marshalling code for Open Wire Format for BaseCommand
|
||||||
//
|
/// </summary>
|
||||||
//
|
abstract class BaseCommandMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for BrokerId
|
/// Marshalling code for Open Wire Format for BrokerId
|
||||||
//
|
/// </summary>
|
||||||
//
|
class BrokerIdMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for BrokerInfo
|
/// Marshalling code for Open Wire Format for BrokerInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class BrokerInfoMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ConnectionError
|
/// Marshalling code for Open Wire Format for ConnectionError
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ConnectionErrorMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ConnectionId
|
/// Marshalling code for Open Wire Format for ConnectionId
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ConnectionIdMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ConnectionInfo
|
/// Marshalling code for Open Wire Format for ConnectionInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ConnectionInfoMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ConsumerId
|
/// Marshalling code for Open Wire Format for ConsumerId
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ConsumerIdMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ConsumerInfo
|
/// Marshalling code for Open Wire Format for ConsumerInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ConsumerInfoMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ControlCommand
|
/// Marshalling code for Open Wire Format for ControlCommand
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ControlCommandMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for DataArrayResponse
|
/// Marshalling code for Open Wire Format for DataArrayResponse
|
||||||
//
|
/// </summary>
|
||||||
//
|
class DataArrayResponseMarshaller : ResponseMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for DataResponse
|
/// Marshalling code for Open Wire Format for DataResponse
|
||||||
//
|
/// </summary>
|
||||||
//
|
class DataResponseMarshaller : ResponseMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for DestinationInfo
|
/// Marshalling code for Open Wire Format for DestinationInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class DestinationInfoMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for DiscoveryEvent
|
/// Marshalling code for Open Wire Format for DiscoveryEvent
|
||||||
//
|
/// </summary>
|
||||||
//
|
class DiscoveryEventMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ExceptionResponse
|
/// Marshalling code for Open Wire Format for ExceptionResponse
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ExceptionResponseMarshaller : ResponseMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for FlushCommand
|
/// Marshalling code for Open Wire Format for FlushCommand
|
||||||
//
|
/// </summary>
|
||||||
//
|
class FlushCommandMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for IntegerResponse
|
/// Marshalling code for Open Wire Format for IntegerResponse
|
||||||
//
|
/// </summary>
|
||||||
//
|
class IntegerResponseMarshaller : ResponseMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for JournalQueueAck
|
/// Marshalling code for Open Wire Format for JournalQueueAck
|
||||||
//
|
/// </summary>
|
||||||
//
|
class JournalQueueAckMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for JournalTopicAck
|
/// Marshalling code for Open Wire Format for JournalTopicAck
|
||||||
//
|
/// </summary>
|
||||||
//
|
class JournalTopicAckMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for JournalTrace
|
/// Marshalling code for Open Wire Format for JournalTrace
|
||||||
//
|
/// </summary>
|
||||||
//
|
class JournalTraceMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for JournalTransaction
|
/// Marshalling code for Open Wire Format for JournalTransaction
|
||||||
//
|
/// </summary>
|
||||||
//
|
class JournalTransactionMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for KeepAliveInfo
|
/// Marshalling code for Open Wire Format for KeepAliveInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class KeepAliveInfoMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for LocalTransactionId
|
/// Marshalling code for Open Wire Format for LocalTransactionId
|
||||||
//
|
/// </summary>
|
||||||
//
|
class LocalTransactionIdMarshaller : TransactionIdMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,26 +1,24 @@
|
||||||
//
|
/*
|
||||||
//
|
* Copyright 2006 The Apache Software Foundation or its licensors, as
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
* applicable.
|
||||||
//
|
*
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
// You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
//
|
*
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
//
|
*
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
* limitations under the License.
|
||||||
//
|
*/
|
||||||
|
|
||||||
// Marshalling code for Open Wire Format for DestinationMap
|
|
||||||
//
|
|
||||||
//
|
//
|
||||||
// NOTE!: This file is autogenerated - do not modify!
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// if you need to make a change, please see the Groovy scripts in the
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
// activemq-openwire module
|
// activemq-core module
|
||||||
//
|
//
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
@ -33,6 +31,9 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Used to create marshallers for a specific version of the wire protocol
|
||||||
|
/// </summary>
|
||||||
public class MarshallerFactory
|
public class MarshallerFactory
|
||||||
{
|
{
|
||||||
public void configure(OpenWireFormat format)
|
public void configure(OpenWireFormat format)
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for MessageAck
|
/// Marshalling code for Open Wire Format for MessageAck
|
||||||
//
|
/// </summary>
|
||||||
//
|
class MessageAckMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for MessageDispatch
|
/// Marshalling code for Open Wire Format for MessageDispatch
|
||||||
//
|
/// </summary>
|
||||||
//
|
class MessageDispatchMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for MessageDispatchNotification
|
/// Marshalling code for Open Wire Format for MessageDispatchNotification
|
||||||
//
|
/// </summary>
|
||||||
//
|
class MessageDispatchNotificationMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for MessageId
|
/// Marshalling code for Open Wire Format for MessageId
|
||||||
//
|
/// </summary>
|
||||||
//
|
class MessageIdMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for Message
|
/// Marshalling code for Open Wire Format for Message
|
||||||
//
|
/// </summary>
|
||||||
//
|
abstract class MessageMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for NetworkBridgeFilter
|
/// Marshalling code for Open Wire Format for NetworkBridgeFilter
|
||||||
//
|
/// </summary>
|
||||||
//
|
class NetworkBridgeFilterMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ProducerId
|
/// Marshalling code for Open Wire Format for ProducerId
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ProducerIdMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ProducerInfo
|
/// Marshalling code for Open Wire Format for ProducerInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ProducerInfoMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for RemoveInfo
|
/// Marshalling code for Open Wire Format for RemoveInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class RemoveInfoMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for RemoveSubscriptionInfo
|
/// Marshalling code for Open Wire Format for RemoveSubscriptionInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class RemoveSubscriptionInfoMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ReplayCommand
|
/// Marshalling code for Open Wire Format for ReplayCommand
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ReplayCommandMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for Response
|
/// Marshalling code for Open Wire Format for Response
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ResponseMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for SessionId
|
/// Marshalling code for Open Wire Format for SessionId
|
||||||
//
|
/// </summary>
|
||||||
//
|
class SessionIdMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for SessionInfo
|
/// Marshalling code for Open Wire Format for SessionInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class SessionInfoMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for ShutdownInfo
|
/// Marshalling code for Open Wire Format for ShutdownInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class ShutdownInfoMarshaller : BaseCommandMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for SubscriptionInfo
|
/// Marshalling code for Open Wire Format for SubscriptionInfo
|
||||||
//
|
/// </summary>
|
||||||
//
|
class SubscriptionInfoMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
// NOTE!: This file is autogenerated - do not modify!
|
||||||
// Copyright 2005-2006 The Apache Software Foundation
|
// if you need to make a change, please see the Groovy scripts in the
|
||||||
//
|
// activemq-core module
|
||||||
// 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 System;
|
using System;
|
||||||
|
@ -25,15 +31,10 @@ using ActiveMQ.OpenWire.V1;
|
||||||
|
|
||||||
namespace ActiveMQ.OpenWire.V1
|
namespace ActiveMQ.OpenWire.V1
|
||||||
{
|
{
|
||||||
//
|
/// <summary>
|
||||||
// Marshalling code for Open Wire Format for TransactionId
|
/// Marshalling code for Open Wire Format for TransactionId
|
||||||
//
|
/// </summary>
|
||||||
//
|
abstract class TransactionIdMarshaller : BaseDataStreamMarshaller
|
||||||
// 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
|
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue