Get it to compile after refactor

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@383068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-03-04 08:14:24 +00:00
parent 42ac3f1afc
commit aae59ee589
54 changed files with 461 additions and 513 deletions

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQBytesMessage // Marshalling code for Open Wire Format for ActiveMQBytesMessage

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQDestination // Marshalling code for Open Wire Format for ActiveMQDestination

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQMapMessage // Marshalling code for Open Wire Format for ActiveMQMapMessage

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQMessage // Marshalling code for Open Wire Format for ActiveMQMessage

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQObjectMessage // Marshalling code for Open Wire Format for ActiveMQObjectMessage

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQQueue // Marshalling code for Open Wire Format for ActiveMQQueue

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQStreamMessage // Marshalling code for Open Wire Format for ActiveMQStreamMessage

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQTempDestination // Marshalling code for Open Wire Format for ActiveMQTempDestination

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQTempQueue // Marshalling code for Open Wire Format for ActiveMQTempQueue

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQTempTopic // Marshalling code for Open Wire Format for ActiveMQTempTopic

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQTextMessage // Marshalling code for Open Wire Format for ActiveMQTextMessage

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ActiveMQTopic // Marshalling code for Open Wire Format for ActiveMQTopic

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for BaseCommand // Marshalling code for Open Wire Format for BaseCommand

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for BrokerId // Marshalling code for Open Wire Format for BrokerId

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for BrokerInfo // Marshalling code for Open Wire Format for BrokerInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ConnectionError // Marshalling code for Open Wire Format for ConnectionError

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ConnectionId // Marshalling code for Open Wire Format for ConnectionId

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ConnectionInfo // Marshalling code for Open Wire Format for ConnectionInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ConsumerId // Marshalling code for Open Wire Format for ConsumerId

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ConsumerInfo // Marshalling code for Open Wire Format for ConsumerInfo
@ -60,6 +59,7 @@ namespace OpenWire.Client.IO
info.Browser = bs.ReadBoolean(); info.Browser = bs.ReadBoolean();
info.Destination = (ActiveMQDestination) TightUnmarshalCachedObject(wireFormat, dataIn, bs); info.Destination = (ActiveMQDestination) TightUnmarshalCachedObject(wireFormat, dataIn, bs);
info.PrefetchSize = BaseDataStreamMarshaller.ReadInt(dataIn); info.PrefetchSize = BaseDataStreamMarshaller.ReadInt(dataIn);
info.MaximumPendingMessageLimit = BaseDataStreamMarshaller.ReadInt(dataIn);
info.DispatchAsync = bs.ReadBoolean(); info.DispatchAsync = bs.ReadBoolean();
info.Selector = TightUnmarshalString(dataIn, bs); info.Selector = TightUnmarshalString(dataIn, bs);
info.SubcriptionName = TightUnmarshalString(dataIn, bs); info.SubcriptionName = TightUnmarshalString(dataIn, bs);
@ -103,7 +103,7 @@ namespace OpenWire.Client.IO
rc += TightMarshalObjectArray1(wireFormat, info.BrokerPath, bs); rc += TightMarshalObjectArray1(wireFormat, info.BrokerPath, bs);
bs.WriteBoolean(info.NetworkSubscription); bs.WriteBoolean(info.NetworkSubscription);
return rc + 5; return rc + 9;
} }
// //
@ -117,6 +117,7 @@ namespace OpenWire.Client.IO
bs.ReadBoolean(); bs.ReadBoolean();
TightMarshalCachedObject2(wireFormat, info.Destination, dataOut, bs); TightMarshalCachedObject2(wireFormat, info.Destination, dataOut, bs);
BaseDataStreamMarshaller.WriteInt(info.PrefetchSize, dataOut); BaseDataStreamMarshaller.WriteInt(info.PrefetchSize, dataOut);
BaseDataStreamMarshaller.WriteInt(info.MaximumPendingMessageLimit, dataOut);
bs.ReadBoolean(); bs.ReadBoolean();
TightMarshalString2(info.Selector, dataOut, bs); TightMarshalString2(info.Selector, dataOut, bs);
TightMarshalString2(info.SubcriptionName, dataOut, bs); TightMarshalString2(info.SubcriptionName, dataOut, bs);

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ControlCommand // Marshalling code for Open Wire Format for ControlCommand

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for DataArrayResponse // Marshalling code for Open Wire Format for DataArrayResponse

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for DataResponse // Marshalling code for Open Wire Format for DataResponse

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for DataStructureSupport // Marshalling code for Open Wire Format for DataStructureSupport

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for DestinationInfo // Marshalling code for Open Wire Format for DestinationInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for DiscoveryEvent // Marshalling code for Open Wire Format for DiscoveryEvent

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ExceptionResponse // Marshalling code for Open Wire Format for ExceptionResponse

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for FlushCommand // Marshalling code for Open Wire Format for FlushCommand

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for IntegerResponse // Marshalling code for Open Wire Format for IntegerResponse

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for JournalQueueAck // Marshalling code for Open Wire Format for JournalQueueAck

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for JournalTopicAck // Marshalling code for Open Wire Format for JournalTopicAck

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for JournalTrace // Marshalling code for Open Wire Format for JournalTrace

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for JournalTransaction // Marshalling code for Open Wire Format for JournalTransaction

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for KeepAliveInfo // Marshalling code for Open Wire Format for KeepAliveInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for LocalTransactionId // Marshalling code for Open Wire Format for LocalTransactionId

View File

@ -27,12 +27,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
public class MarshallerFactory public class MarshallerFactory
{ {

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for MessageAck // Marshalling code for Open Wire Format for MessageAck

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for MessageDispatch // Marshalling code for Open Wire Format for MessageDispatch

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for MessageDispatchNotification // Marshalling code for Open Wire Format for MessageDispatchNotification

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for MessageId // Marshalling code for Open Wire Format for MessageId

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for Message // Marshalling code for Open Wire Format for Message

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ProducerId // Marshalling code for Open Wire Format for ProducerId

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ProducerInfo // Marshalling code for Open Wire Format for ProducerInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for RemoveInfo // Marshalling code for Open Wire Format for RemoveInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for RemoveSubscriptionInfo // Marshalling code for Open Wire Format for RemoveSubscriptionInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for Response // Marshalling code for Open Wire Format for Response

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for SessionId // Marshalling code for Open Wire Format for SessionId

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for SessionInfo // Marshalling code for Open Wire Format for SessionInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for ShutdownInfo // Marshalling code for Open Wire Format for ShutdownInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for SubscriptionInfo // Marshalling code for Open Wire Format for SubscriptionInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for TransactionId // Marshalling code for Open Wire Format for TransactionId

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for TransactionInfo // Marshalling code for Open Wire Format for TransactionInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for WireFormatInfo // Marshalling code for Open Wire Format for WireFormatInfo

View File

@ -19,12 +19,11 @@ using System;
using System.Collections; using System.Collections;
using System.IO; using System.IO;
using OpenWire.Client; using ActiveMQ.OpenWire;
using OpenWire.Client.Commands; using ActiveMQ.OpenWire.Commands;
using OpenWire.Client.Core; using ActiveMQ.OpenWire.V1;
using OpenWire.Client.IO;
namespace OpenWire.Client.IO namespace ActiveMQ.OpenWire.V1
{ {
// //
// Marshalling code for Open Wire Format for XATransactionId // Marshalling code for Open Wire Format for XATransactionId