comparison PalladaChat/packages/Apache.NMS.ActiveMQ.1.7.1/lib/net20/Apache.NMS.ActiveMQ.xml @ 0:753a5f6e1eba

Залив логгера и чата
author nickolay94
date Tue, 21 Jun 2016 19:05:42 +0300
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:753a5f6e1eba
1 <?xml version="1.0"?>
2 <doc>
3 <assembly>
4 <name>Apache.NMS.ActiveMQ</name>
5 </assembly>
6 <members>
7 <member name="T:Apache.NMS.ActiveMQ.Commands.BaseDataStructure">
8 <summary>
9 Base class for all DataStructure implementations
10 </summary>
11 </member>
12 <member name="T:Apache.NMS.ActiveMQ.Commands.DataStructure">
13 <summary>
14 An OpenWire command
15 </summary>
16 </member>
17 <member name="T:Apache.NMS.ActiveMQ.Commands.Command">
18 <summary>
19 An OpenWire command
20 </summary>
21 </member>
22 <member name="T:Apache.NMS.ActiveMQ.Commands.MarshallAware">
23 <summary>
24 Represents a marshallable entity
25 </summary>
26 </member>
27 <member name="M:Apache.NMS.ActiveMQ.Commands.Message.GetDataStructureType">
28
29 <summery>
30 Get the unique identifier that this object and its own
31 Marshaler share.
32 </summery>
33
34 </member>
35 <member name="M:Apache.NMS.ActiveMQ.Commands.Message.Clone">
36
37 <summery>
38 Clone this object and return a new instance that the caller now owns.
39 </summery>
40
41 </member>
42 <member name="M:Apache.NMS.ActiveMQ.Commands.Message.ToString">
43
44 <summery>
45 Returns a string containing the information for this DataStructure
46 such as its type and value of its elements.
47 </summery>
48
49 </member>
50 <member name="M:Apache.NMS.ActiveMQ.Commands.Message.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
51
52 <summery>
53 Allows a Visitor to visit this command and return a response to the
54 command based on the command type being visited. The command will call
55 the proper processXXX method in the visitor.
56 </summery>
57
58 </member>
59 <member name="P:Apache.NMS.ActiveMQ.Commands.Message.IsMessage">
60
61 <summery>
62 Return an answer of true to the isMessage() query.
63 </summery>
64
65 </member>
66 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSCorrelationID">
67 <summary>
68 The correlation ID used to correlate messages with conversations or long running business processes
69 </summary>
70 </member>
71 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSDestination">
72 <summary>
73 The destination of the message
74 </summary>
75 </member>
76 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSTimeToLive">
77 <summary>
78 The time in milliseconds that this message should expire in
79 </summary>
80 </member>
81 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSMessageId">
82 <summary>
83 The message ID which is set by the provider
84 </summary>
85 </member>
86 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSDeliveryMode">
87 <summary>
88 Whether or not this message is persistent
89 </summary>
90 </member>
91 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSPriority">
92 <summary>
93 The Priority on this message
94 </summary>
95 </member>
96 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSRedelivered">
97 <summary>
98 Returns true if this message has been redelivered to this or another consumer before being acknowledged successfully.
99 </summary>
100 </member>
101 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSReplyTo">
102 <summary>
103 The destination that the consumer of this message should send replies to
104 </summary>
105 </member>
106 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSTimestamp">
107 <summary>
108 The timestamp the broker added to the message
109 </summary>
110 </member>
111 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSType">
112 <summary>
113 The type name of this message
114 </summary>
115 </member>
116 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSXDeliveryCount">
117 <summary>
118 Returns the number of times this message has been redelivered to other consumers without being acknowledged successfully.
119 </summary>
120 </member>
121 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSXGroupID">
122 <summary>
123 The Message Group ID used to group messages together to the same consumer for the same group ID value
124 </summary>
125 </member>
126 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSXGroupSeq">
127 <summary>
128 The Message Group Sequence counter to indicate the position in a group
129 </summary>
130 </member>
131 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage.NMSXProducerTXID">
132 <summary>
133 Returns the ID of the producers transaction
134 </summary>
135 </member>
136 <member name="T:Apache.NMS.ActiveMQ.Commands.ActiveMQBytesMessage.LengthTrackerStream">
137 <summary>
138 Used when the message compression is enabled to track how many bytes
139 the EndianBinaryWriter actually writes to the stream before compression
140 so that the receiving client can read off the real bodylength from the
141 Message before the data is actually read.
142 </summary>
143 </member>
144 <member name="T:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination">
145 <summary>
146 Summary description for ActiveMQDestination.
147 </summary>
148 </member>
149 <member name="F:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.ACTIVEMQ_TOPIC">
150 <summary>
151 Topic Destination object
152 </summary>
153 </member>
154 <member name="F:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.ACTIVEMQ_TEMPORARY_TOPIC">
155 <summary>
156 Temporary Topic Destination object
157 </summary>
158 </member>
159 <member name="F:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.ACTIVEMQ_QUEUE">
160 <summary>
161 Queue Destination object
162 </summary>
163 </member>
164 <member name="F:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.ACTIVEMQ_TEMPORARY_QUEUE">
165 <summary>
166 Temporary Queue Destination object
167 </summary>
168 </member>
169 <member name="F:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.ADVISORY_PREFIX">
170 <summary>
171 prefix for Advisory message destinations
172 </summary>
173 </member>
174 <member name="F:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.CONSUMER_ADVISORY_PREFIX">
175 <summary>
176 prefix for consumer advisory destinations
177 </summary>
178 </member>
179 <member name="F:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.PRODUCER_ADVISORY_PREFIX">
180 <summary>
181 prefix for producer advisory destinations
182 </summary>
183 </member>
184 <member name="F:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.CONNECTION_ADVISORY_PREFIX">
185 <summary>
186 prefix for connection advisory destinations
187 </summary>
188 </member>
189 <member name="F:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.DEFAULT_ORDERED_TARGET">
190 <summary>
191 The default target for ordered destinations
192 </summary>
193 </member>
194 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.#ctor">
195 <summary>
196 The Default Constructor
197 </summary>
198 </member>
199 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.#ctor(System.String)">
200 <summary>
201 Construct the Destination with a defined physical name;
202 </summary>
203 <param name="name"></param>
204 </member>
205 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.IsAdvisory">
206 <summary>
207 </summary>
208 <returns>Returns the advisory.</returns>
209 </member>
210 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.SetAdvisory(System.Boolean)">
211 <summary>
212 </summary>
213 <param name="advisory">The advisory to set.</param>
214 </member>
215 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.IsConsumerAdvisory">
216 <summary>
217 </summary>
218 <returns>true if this is a destination for Consumer advisories</returns>
219 </member>
220 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.IsProducerAdvisory">
221 <summary>
222 </summary>
223 <returns>true if this is a destination for Producer advisories</returns>
224 </member>
225 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.IsConnectionAdvisory">
226 <summary>
227 </summary>
228 <returns>true if this is a destination for Connection advisories</returns>
229 </member>
230 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.IsExclusive">
231 <summary>
232 </summary>
233 <returns>Returns the exclusive.</returns>
234 </member>
235 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.SetExclusive(System.Boolean)">
236 <summary>
237 </summary>
238 <param name="exclusive">The exclusive to set.</param>
239 </member>
240 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.IsOrdered">
241 <summary>
242 </summary>
243 <returns>Returns the ordered.</returns>
244 </member>
245 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.SetOrdered(System.Boolean)">
246 <summary>
247 </summary>
248 <param name="ordered">The ordered to set.</param>
249 </member>
250 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.GetOrderedTarget">
251 <summary>
252 </summary>
253 <returns>Returns the orderedTarget.</returns>
254 </member>
255 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.SetOrderedTarget(System.String)">
256 <summary>
257 </summary>
258 <param name="orderedTarget">The orderedTarget to set.</param>
259 </member>
260 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.Inspect(Apache.NMS.ActiveMQ.Commands.ActiveMQDestination)">
261 <summary>
262 A helper method to return a descriptive string for the topic or queue
263 </summary>
264 <param name="destination"></param>
265 <returns>a descriptive string for this queue or topic</returns>
266 </member>
267 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.Transform(Apache.NMS.IDestination)">
268 <summary>
269 </summary>
270 <param name="destination"></param>
271 <returns></returns>
272 </member>
273 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.CreateDestination(System.Int32,System.String)">
274 <summary>
275 Create a Destination
276 </summary>
277 <param name="type"></param>
278 <param name="pyhsicalName"></param>
279 <returns></returns>
280 </member>
281 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.CreateTemporaryName(System.String)">
282 <summary>
283 Create a temporary name from the clientId
284 </summary>
285 <param name="clientId"></param>
286 <returns></returns>
287 </member>
288 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.GetClientId(Apache.NMS.ActiveMQ.Commands.ActiveMQDestination)">
289 <summary>
290 From a temporary destination find the clientId of the Connection that created it
291 </summary>
292 <param name="destination"></param>
293 <returns>the clientId or null if not a temporary destination</returns>
294 </member>
295 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.CompareTo(System.Object)">
296 <summary>
297 </summary>
298 <param name="o">object to compare</param>
299 <returns>1 if this is less than o else 0 if they are equal or -1 if this is less than o</returns>
300 </member>
301 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.CompareTo(Apache.NMS.ActiveMQ.Commands.ActiveMQDestination)">
302 <summary>
303 Lets sort by name first then lets sort topics greater than queues
304 </summary>
305 <param name="that">another destination to compare against</param>
306 <returns>1 if this is less than o else 0 if they are equal or -1 if this is less than o</returns>
307 </member>
308 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.GetDestinationType">
309 <summary>
310 </summary>
311 <returns>Returns the Destination type</returns>
312 </member>
313 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.GetDestinationTypeAsString">
314 <summary>
315 Gets the Destination Type of this Destination as a String value which is one
316 of {Queue,Topic,TempQueue,TempTopic}.
317 </summary>
318 <returns>
319 The Destination Type as a String.
320 </returns>
321 </member>
322 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.ToString">
323 <summary>
324 </summary>
325 <returns>string representation of this instance</returns>
326 </member>
327 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.GetHashCode">
328 <summary>
329 </summary>
330 <returns>hashCode for this instance</returns>
331 </member>
332 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.Equals(System.Object)">
333 <summary>
334 if the object passed in is equivalent, return true
335 </summary>
336 <param name="obj">the object to compare</param>
337 <returns>true if this instance and obj are equivalent</returns>
338 </member>
339 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.IsWildcard">
340 <summary>
341 </summary>
342 <returns>true if the destination matches multiple possible destinations</returns>
343 </member>
344 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.CreateDestination(System.String)">
345 <summary>
346 Factory method to create a child destination if this destination is a composite
347 </summary>
348 <param name="name"></param>
349 <returns>the created Destination</returns>
350 </member>
351 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.Options">
352 <summary>
353 Dictionary of name/value pairs representing option values specified
354 in the URI used to create this Destination. A null value is returned
355 if no options were specified.
356 </summary>
357 </member>
358 <member name="P:Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.IsComposite">
359 <summary>
360 Returns true if this destination represents a collection of
361 destinations; allowing a set of destinations to be published to or subscribed
362 from in one NMS operation.
363 <p/>
364 If this destination is a composite then you can call {@link #getChildDestinations()}
365 to return the list of child destinations.
366 </summary>
367 </member>
368 <member name="T:Apache.NMS.ActiveMQ.Commands.ActiveMQQueue">
369 <summary>
370 Summary description for ActiveMQQueue.
371 </summary>
372 </member>
373 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQTempDestination.GetDestinationType">
374 <summary>
375 Method GetDestinationType
376 </summary>
377 <returns>An int</returns>
378 </member>
379 <member name="M:Apache.NMS.ActiveMQ.Commands.ActiveMQTempDestination.CreateDestination(System.String)">
380 <summary>
381 Method CreateDestination
382 </summary>
383 <returns>An ActiveMQDestination</returns>
384 <param name="name">A String</param>
385 </member>
386 <member name="T:Apache.NMS.ActiveMQ.Commands.ActiveMQTempQueue">
387 <summary>
388 A Temporary Queue
389 </summary>
390 </member>
391 <member name="T:Apache.NMS.ActiveMQ.Commands.ActiveMQTempTopic">
392 <summary>
393 A Temporary Topic
394 </summary>
395 </member>
396 <member name="T:Apache.NMS.ActiveMQ.Commands.ActiveMQTopic">
397 <summary>
398 Summary description for ActiveMQTopic.
399 </summary>
400 </member>
401 <member name="T:Apache.NMS.ActiveMQ.Commands.BrokerError">
402 <summary>
403 Represents an exception on the broker
404 </summary>
405 </member>
406 <member name="M:Apache.NMS.ActiveMQ.Commands.BrokerId.GetDataStructureType">
407
408 <summery>
409 Get the unique identifier that this object and its own
410 Marshaler share.
411 </summery>
412
413 </member>
414 <member name="M:Apache.NMS.ActiveMQ.Commands.BrokerId.ToString">
415
416 <summery>
417 Returns a string containing the information for this DataStructure
418 such as its type and value of its elements.
419 </summery>
420
421 </member>
422 <member name="M:Apache.NMS.ActiveMQ.Commands.BrokerInfo.GetDataStructureType">
423
424 <summery>
425 Get the unique identifier that this object and its own
426 Marshaler share.
427 </summery>
428
429 </member>
430 <member name="M:Apache.NMS.ActiveMQ.Commands.BrokerInfo.ToString">
431
432 <summery>
433 Returns a string containing the information for this DataStructure
434 such as its type and value of its elements.
435 </summery>
436
437 </member>
438 <member name="M:Apache.NMS.ActiveMQ.Commands.BrokerInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
439
440 <summery>
441 Allows a Visitor to visit this command and return a response to the
442 command based on the command type being visited. The command will call
443 the proper processXXX method in the visitor.
444 </summery>
445
446 </member>
447 <member name="P:Apache.NMS.ActiveMQ.Commands.BrokerInfo.IsBrokerInfo">
448
449 <summery>
450 Return an answer of true to the isBrokerInfo() query.
451 </summery>
452
453 </member>
454 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionControl.GetDataStructureType">
455
456 <summery>
457 Get the unique identifier that this object and its own
458 Marshaler share.
459 </summery>
460
461 </member>
462 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionControl.ToString">
463
464 <summery>
465 Returns a string containing the information for this DataStructure
466 such as its type and value of its elements.
467 </summery>
468
469 </member>
470 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionControl.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
471
472 <summery>
473 Allows a Visitor to visit this command and return a response to the
474 command based on the command type being visited. The command will call
475 the proper processXXX method in the visitor.
476 </summery>
477
478 </member>
479 <member name="P:Apache.NMS.ActiveMQ.Commands.ConnectionControl.IsConnectionControl">
480
481 <summery>
482 Return an answer of true to the isConnectionControl() query.
483 </summery>
484
485 </member>
486 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionError.GetDataStructureType">
487
488 <summery>
489 Get the unique identifier that this object and its own
490 Marshaler share.
491 </summery>
492
493 </member>
494 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionError.ToString">
495
496 <summery>
497 Returns a string containing the information for this DataStructure
498 such as its type and value of its elements.
499 </summery>
500
501 </member>
502 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionError.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
503
504 <summery>
505 Allows a Visitor to visit this command and return a response to the
506 command based on the command type being visited. The command will call
507 the proper processXXX method in the visitor.
508 </summery>
509
510 </member>
511 <member name="P:Apache.NMS.ActiveMQ.Commands.ConnectionError.IsConnectionError">
512
513 <summery>
514 Return an answer of true to the isConnectionError() query.
515 </summery>
516
517 </member>
518 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionId.GetDataStructureType">
519
520 <summery>
521 Get the unique identifier that this object and its own
522 Marshaler share.
523 </summery>
524
525 </member>
526 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionId.ToString">
527
528 <summery>
529 Returns a string containing the information for this DataStructure
530 such as its type and value of its elements.
531 </summery>
532
533 </member>
534 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionInfo.GetDataStructureType">
535
536 <summery>
537 Get the unique identifier that this object and its own
538 Marshaler share.
539 </summery>
540
541 </member>
542 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionInfo.ToString">
543
544 <summery>
545 Returns a string containing the information for this DataStructure
546 such as its type and value of its elements.
547 </summery>
548
549 </member>
550 <member name="M:Apache.NMS.ActiveMQ.Commands.ConnectionInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
551
552 <summery>
553 Allows a Visitor to visit this command and return a response to the
554 command based on the command type being visited. The command will call
555 the proper processXXX method in the visitor.
556 </summery>
557
558 </member>
559 <member name="P:Apache.NMS.ActiveMQ.Commands.ConnectionInfo.IsConnectionInfo">
560
561 <summery>
562 Return an answer of true to the isConnectionInfo() query.
563 </summery>
564
565 </member>
566 <member name="M:Apache.NMS.ActiveMQ.Commands.ConsumerControl.GetDataStructureType">
567
568 <summery>
569 Get the unique identifier that this object and its own
570 Marshaler share.
571 </summery>
572
573 </member>
574 <member name="M:Apache.NMS.ActiveMQ.Commands.ConsumerControl.ToString">
575
576 <summery>
577 Returns a string containing the information for this DataStructure
578 such as its type and value of its elements.
579 </summery>
580
581 </member>
582 <member name="M:Apache.NMS.ActiveMQ.Commands.ConsumerControl.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
583
584 <summery>
585 Allows a Visitor to visit this command and return a response to the
586 command based on the command type being visited. The command will call
587 the proper processXXX method in the visitor.
588 </summery>
589
590 </member>
591 <member name="P:Apache.NMS.ActiveMQ.Commands.ConsumerControl.IsConsumerControl">
592
593 <summery>
594 Return an answer of true to the isConsumerControl() query.
595 </summery>
596
597 </member>
598 <member name="M:Apache.NMS.ActiveMQ.Commands.ConsumerId.GetDataStructureType">
599
600 <summery>
601 Get the unique identifier that this object and its own
602 Marshaler share.
603 </summery>
604
605 </member>
606 <member name="M:Apache.NMS.ActiveMQ.Commands.ConsumerId.ToString">
607
608 <summery>
609 Returns a string containing the information for this DataStructure
610 such as its type and value of its elements.
611 </summery>
612
613 </member>
614 <member name="M:Apache.NMS.ActiveMQ.Commands.ConsumerInfo.GetDataStructureType">
615
616 <summery>
617 Get the unique identifier that this object and its own
618 Marshaler share.
619 </summery>
620
621 </member>
622 <member name="M:Apache.NMS.ActiveMQ.Commands.ConsumerInfo.ToString">
623
624 <summery>
625 Returns a string containing the information for this DataStructure
626 such as its type and value of its elements.
627 </summery>
628
629 </member>
630 <member name="M:Apache.NMS.ActiveMQ.Commands.ConsumerInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
631
632 <summery>
633 Allows a Visitor to visit this command and return a response to the
634 command based on the command type being visited. The command will call
635 the proper processXXX method in the visitor.
636 </summery>
637
638 </member>
639 <member name="P:Apache.NMS.ActiveMQ.Commands.ConsumerInfo.IsConsumerInfo">
640
641 <summery>
642 Return an answer of true to the isConsumerInfo() query.
643 </summery>
644
645 </member>
646 <member name="M:Apache.NMS.ActiveMQ.Commands.ControlCommand.GetDataStructureType">
647
648 <summery>
649 Get the unique identifier that this object and its own
650 Marshaler share.
651 </summery>
652
653 </member>
654 <member name="M:Apache.NMS.ActiveMQ.Commands.ControlCommand.ToString">
655
656 <summery>
657 Returns a string containing the information for this DataStructure
658 such as its type and value of its elements.
659 </summery>
660
661 </member>
662 <member name="M:Apache.NMS.ActiveMQ.Commands.ControlCommand.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
663
664 <summery>
665 Allows a Visitor to visit this command and return a response to the
666 command based on the command type being visited. The command will call
667 the proper processXXX method in the visitor.
668 </summery>
669
670 </member>
671 <member name="P:Apache.NMS.ActiveMQ.Commands.ControlCommand.IsControlCommand">
672
673 <summery>
674 Return an answer of true to the isControlCommand() query.
675 </summery>
676
677 </member>
678 <member name="M:Apache.NMS.ActiveMQ.Commands.Response.GetDataStructureType">
679
680 <summery>
681 Get the unique identifier that this object and its own
682 Marshaler share.
683 </summery>
684
685 </member>
686 <member name="M:Apache.NMS.ActiveMQ.Commands.Response.ToString">
687
688 <summery>
689 Returns a string containing the information for this DataStructure
690 such as its type and value of its elements.
691 </summery>
692
693 </member>
694 <member name="M:Apache.NMS.ActiveMQ.Commands.Response.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
695
696 <summery>
697 Allows a Visitor to visit this command and return a response to the
698 command based on the command type being visited. The command will call
699 the proper processXXX method in the visitor.
700 </summery>
701
702 </member>
703 <member name="P:Apache.NMS.ActiveMQ.Commands.Response.IsResponse">
704
705 <summery>
706 Return an answer of true to the isResponse() query.
707 </summery>
708
709 </member>
710 <member name="M:Apache.NMS.ActiveMQ.Commands.DataArrayResponse.GetDataStructureType">
711
712 <summery>
713 Get the unique identifier that this object and its own
714 Marshaler share.
715 </summery>
716
717 </member>
718 <member name="M:Apache.NMS.ActiveMQ.Commands.DataArrayResponse.ToString">
719
720 <summery>
721 Returns a string containing the information for this DataStructure
722 such as its type and value of its elements.
723 </summery>
724
725 </member>
726 <member name="M:Apache.NMS.ActiveMQ.Commands.DataResponse.GetDataStructureType">
727
728 <summery>
729 Get the unique identifier that this object and its own
730 Marshaler share.
731 </summery>
732
733 </member>
734 <member name="M:Apache.NMS.ActiveMQ.Commands.DataResponse.ToString">
735
736 <summery>
737 Returns a string containing the information for this DataStructure
738 such as its type and value of its elements.
739 </summery>
740
741 </member>
742 <member name="T:Apache.NMS.ActiveMQ.Commands.DataStructureSupport">
743 <summary>
744 Summary description for DataStructureSupport.
745 </summary>
746 </member>
747 <member name="M:Apache.NMS.ActiveMQ.Commands.DestinationInfo.GetDataStructureType">
748
749 <summery>
750 Get the unique identifier that this object and its own
751 Marshaler share.
752 </summery>
753
754 </member>
755 <member name="M:Apache.NMS.ActiveMQ.Commands.DestinationInfo.ToString">
756
757 <summery>
758 Returns a string containing the information for this DataStructure
759 such as its type and value of its elements.
760 </summery>
761
762 </member>
763 <member name="M:Apache.NMS.ActiveMQ.Commands.DestinationInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
764
765 <summery>
766 Allows a Visitor to visit this command and return a response to the
767 command based on the command type being visited. The command will call
768 the proper processXXX method in the visitor.
769 </summery>
770
771 </member>
772 <member name="P:Apache.NMS.ActiveMQ.Commands.DestinationInfo.IsDestinationInfo">
773
774 <summery>
775 Return an answer of true to the isDestinationInfo() query.
776 </summery>
777
778 </member>
779 <member name="M:Apache.NMS.ActiveMQ.Commands.DiscoveryEvent.GetDataStructureType">
780
781 <summery>
782 Get the unique identifier that this object and its own
783 Marshaler share.
784 </summery>
785
786 </member>
787 <member name="M:Apache.NMS.ActiveMQ.Commands.DiscoveryEvent.ToString">
788
789 <summery>
790 Returns a string containing the information for this DataStructure
791 such as its type and value of its elements.
792 </summery>
793
794 </member>
795 <member name="M:Apache.NMS.ActiveMQ.Commands.ExceptionResponse.GetDataStructureType">
796
797 <summery>
798 Get the unique identifier that this object and its own
799 Marshaler share.
800 </summery>
801
802 </member>
803 <member name="M:Apache.NMS.ActiveMQ.Commands.ExceptionResponse.ToString">
804
805 <summery>
806 Returns a string containing the information for this DataStructure
807 such as its type and value of its elements.
808 </summery>
809
810 </member>
811 <member name="M:Apache.NMS.ActiveMQ.Commands.FlushCommand.GetDataStructureType">
812
813 <summery>
814 Get the unique identifier that this object and its own
815 Marshaler share.
816 </summery>
817
818 </member>
819 <member name="M:Apache.NMS.ActiveMQ.Commands.FlushCommand.ToString">
820
821 <summery>
822 Returns a string containing the information for this DataStructure
823 such as its type and value of its elements.
824 </summery>
825
826 </member>
827 <member name="M:Apache.NMS.ActiveMQ.Commands.FlushCommand.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
828
829 <summery>
830 Allows a Visitor to visit this command and return a response to the
831 command based on the command type being visited. The command will call
832 the proper processXXX method in the visitor.
833 </summery>
834
835 </member>
836 <member name="P:Apache.NMS.ActiveMQ.Commands.FlushCommand.IsFlushCommand">
837
838 <summery>
839 Return an answer of true to the isFlushCommand() query.
840 </summery>
841
842 </member>
843 <member name="M:Apache.NMS.ActiveMQ.Commands.IntegerResponse.GetDataStructureType">
844
845 <summery>
846 Get the unique identifier that this object and its own
847 Marshaler share.
848 </summery>
849
850 </member>
851 <member name="M:Apache.NMS.ActiveMQ.Commands.IntegerResponse.ToString">
852
853 <summery>
854 Returns a string containing the information for this DataStructure
855 such as its type and value of its elements.
856 </summery>
857
858 </member>
859 <member name="M:Apache.NMS.ActiveMQ.Commands.JournalQueueAck.GetDataStructureType">
860
861 <summery>
862 Get the unique identifier that this object and its own
863 Marshaler share.
864 </summery>
865
866 </member>
867 <member name="M:Apache.NMS.ActiveMQ.Commands.JournalQueueAck.ToString">
868
869 <summery>
870 Returns a string containing the information for this DataStructure
871 such as its type and value of its elements.
872 </summery>
873
874 </member>
875 <member name="M:Apache.NMS.ActiveMQ.Commands.JournalTopicAck.GetDataStructureType">
876
877 <summery>
878 Get the unique identifier that this object and its own
879 Marshaler share.
880 </summery>
881
882 </member>
883 <member name="M:Apache.NMS.ActiveMQ.Commands.JournalTopicAck.ToString">
884
885 <summery>
886 Returns a string containing the information for this DataStructure
887 such as its type and value of its elements.
888 </summery>
889
890 </member>
891 <member name="M:Apache.NMS.ActiveMQ.Commands.JournalTrace.GetDataStructureType">
892
893 <summery>
894 Get the unique identifier that this object and its own
895 Marshaler share.
896 </summery>
897
898 </member>
899 <member name="M:Apache.NMS.ActiveMQ.Commands.JournalTrace.ToString">
900
901 <summery>
902 Returns a string containing the information for this DataStructure
903 such as its type and value of its elements.
904 </summery>
905
906 </member>
907 <member name="M:Apache.NMS.ActiveMQ.Commands.JournalTransaction.GetDataStructureType">
908
909 <summery>
910 Get the unique identifier that this object and its own
911 Marshaler share.
912 </summery>
913
914 </member>
915 <member name="M:Apache.NMS.ActiveMQ.Commands.JournalTransaction.ToString">
916
917 <summery>
918 Returns a string containing the information for this DataStructure
919 such as its type and value of its elements.
920 </summery>
921
922 </member>
923 <member name="M:Apache.NMS.ActiveMQ.Commands.KeepAliveInfo.GetDataStructureType">
924
925 <summery>
926 Get the unique identifier that this object and its own
927 Marshaler share.
928 </summery>
929
930 </member>
931 <member name="M:Apache.NMS.ActiveMQ.Commands.KeepAliveInfo.ToString">
932
933 <summery>
934 Returns a string containing the information for this DataStructure
935 such as its type and value of its elements.
936 </summery>
937
938 </member>
939 <member name="M:Apache.NMS.ActiveMQ.Commands.KeepAliveInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
940
941 <summery>
942 Allows a Visitor to visit this command and return a response to the
943 command based on the command type being visited. The command will call
944 the proper processXXX method in the visitor.
945 </summery>
946
947 </member>
948 <member name="P:Apache.NMS.ActiveMQ.Commands.KeepAliveInfo.IsKeepAliveInfo">
949
950 <summery>
951 Return an answer of true to the isKeepAliveInfo() query.
952 </summery>
953
954 </member>
955 <member name="M:Apache.NMS.ActiveMQ.Commands.PartialCommand.GetDataStructureType">
956
957 <summery>
958 Get the unique identifier that this object and its own
959 Marshaler share.
960 </summery>
961
962 </member>
963 <member name="M:Apache.NMS.ActiveMQ.Commands.PartialCommand.ToString">
964
965 <summery>
966 Returns a string containing the information for this DataStructure
967 such as its type and value of its elements.
968 </summery>
969
970 </member>
971 <member name="M:Apache.NMS.ActiveMQ.Commands.LastPartialCommand.GetDataStructureType">
972
973 <summery>
974 Get the unique identifier that this object and its own
975 Marshaler share.
976 </summery>
977
978 </member>
979 <member name="M:Apache.NMS.ActiveMQ.Commands.LastPartialCommand.ToString">
980
981 <summery>
982 Returns a string containing the information for this DataStructure
983 such as its type and value of its elements.
984 </summery>
985
986 </member>
987 <member name="M:Apache.NMS.ActiveMQ.Commands.TransactionId.GetDataStructureType">
988
989 <summery>
990 Get the unique identifier that this object and its own
991 Marshaler share.
992 </summery>
993
994 </member>
995 <member name="M:Apache.NMS.ActiveMQ.Commands.TransactionId.ToString">
996
997 <summery>
998 Returns a string containing the information for this DataStructure
999 such as its type and value of its elements.
1000 </summery>
1001
1002 </member>
1003 <member name="M:Apache.NMS.ActiveMQ.Commands.LocalTransactionId.GetDataStructureType">
1004
1005 <summery>
1006 Get the unique identifier that this object and its own
1007 Marshaler share.
1008 </summery>
1009
1010 </member>
1011 <member name="M:Apache.NMS.ActiveMQ.Commands.LocalTransactionId.ToString">
1012
1013 <summery>
1014 Returns a string containing the information for this DataStructure
1015 such as its type and value of its elements.
1016 </summery>
1017
1018 </member>
1019 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageAck.GetDataStructureType">
1020
1021 <summery>
1022 Get the unique identifier that this object and its own
1023 Marshaler share.
1024 </summery>
1025
1026 </member>
1027 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageAck.ToString">
1028
1029 <summery>
1030 Returns a string containing the information for this DataStructure
1031 such as its type and value of its elements.
1032 </summery>
1033
1034 </member>
1035 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageAck.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1036
1037 <summery>
1038 Allows a Visitor to visit this command and return a response to the
1039 command based on the command type being visited. The command will call
1040 the proper processXXX method in the visitor.
1041 </summery>
1042
1043 </member>
1044 <member name="P:Apache.NMS.ActiveMQ.Commands.MessageAck.IsMessageAck">
1045
1046 <summery>
1047 Return an answer of true to the isMessageAck() query.
1048 </summery>
1049
1050 </member>
1051 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageDispatch.GetDataStructureType">
1052
1053 <summery>
1054 Get the unique identifier that this object and its own
1055 Marshaler share.
1056 </summery>
1057
1058 </member>
1059 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageDispatch.ToString">
1060
1061 <summery>
1062 Returns a string containing the information for this DataStructure
1063 such as its type and value of its elements.
1064 </summery>
1065
1066 </member>
1067 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageDispatch.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1068
1069 <summery>
1070 Allows a Visitor to visit this command and return a response to the
1071 command based on the command type being visited. The command will call
1072 the proper processXXX method in the visitor.
1073 </summery>
1074
1075 </member>
1076 <member name="P:Apache.NMS.ActiveMQ.Commands.MessageDispatch.IsMessageDispatch">
1077
1078 <summery>
1079 Return an answer of true to the isMessageDispatch() query.
1080 </summery>
1081
1082 </member>
1083 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageDispatchNotification.GetDataStructureType">
1084
1085 <summery>
1086 Get the unique identifier that this object and its own
1087 Marshaler share.
1088 </summery>
1089
1090 </member>
1091 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageDispatchNotification.ToString">
1092
1093 <summery>
1094 Returns a string containing the information for this DataStructure
1095 such as its type and value of its elements.
1096 </summery>
1097
1098 </member>
1099 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageDispatchNotification.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1100
1101 <summery>
1102 Allows a Visitor to visit this command and return a response to the
1103 command based on the command type being visited. The command will call
1104 the proper processXXX method in the visitor.
1105 </summery>
1106
1107 </member>
1108 <member name="P:Apache.NMS.ActiveMQ.Commands.MessageDispatchNotification.IsMessageDispatchNotification">
1109
1110 <summery>
1111 Return an answer of true to the isMessageDispatchNotification() query.
1112 </summery>
1113
1114 </member>
1115 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageId.GetDataStructureType">
1116
1117 <summery>
1118 Get the unique identifier that this object and its own
1119 Marshaler share.
1120 </summery>
1121
1122 </member>
1123 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageId.ToString">
1124
1125 <summery>
1126 Returns a string containing the information for this DataStructure
1127 such as its type and value of its elements.
1128 </summery>
1129
1130 </member>
1131 <member name="M:Apache.NMS.ActiveMQ.Commands.MessageId.SetValue(System.String)">
1132 <summary>
1133 Sets the value as a String
1134 </summary>
1135 </member>
1136 <member name="M:Apache.NMS.ActiveMQ.Commands.MessagePull.GetDataStructureType">
1137
1138 <summery>
1139 Get the unique identifier that this object and its own
1140 Marshaler share.
1141 </summery>
1142
1143 </member>
1144 <member name="M:Apache.NMS.ActiveMQ.Commands.MessagePull.ToString">
1145
1146 <summery>
1147 Returns a string containing the information for this DataStructure
1148 such as its type and value of its elements.
1149 </summery>
1150
1151 </member>
1152 <member name="M:Apache.NMS.ActiveMQ.Commands.MessagePull.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1153
1154 <summery>
1155 Allows a Visitor to visit this command and return a response to the
1156 command based on the command type being visited. The command will call
1157 the proper processXXX method in the visitor.
1158 </summery>
1159
1160 </member>
1161 <member name="P:Apache.NMS.ActiveMQ.Commands.MessagePull.IsMessagePull">
1162
1163 <summery>
1164 Return an answer of true to the isMessagePull() query.
1165 </summery>
1166
1167 </member>
1168 <member name="M:Apache.NMS.ActiveMQ.Commands.NetworkBridgeFilter.GetDataStructureType">
1169
1170 <summery>
1171 Get the unique identifier that this object and its own
1172 Marshaler share.
1173 </summery>
1174
1175 </member>
1176 <member name="M:Apache.NMS.ActiveMQ.Commands.NetworkBridgeFilter.ToString">
1177
1178 <summery>
1179 Returns a string containing the information for this DataStructure
1180 such as its type and value of its elements.
1181 </summery>
1182
1183 </member>
1184 <member name="M:Apache.NMS.ActiveMQ.Commands.ProducerAck.GetDataStructureType">
1185
1186 <summery>
1187 Get the unique identifier that this object and its own
1188 Marshaler share.
1189 </summery>
1190
1191 </member>
1192 <member name="M:Apache.NMS.ActiveMQ.Commands.ProducerAck.ToString">
1193
1194 <summery>
1195 Returns a string containing the information for this DataStructure
1196 such as its type and value of its elements.
1197 </summery>
1198
1199 </member>
1200 <member name="M:Apache.NMS.ActiveMQ.Commands.ProducerAck.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1201
1202 <summery>
1203 Allows a Visitor to visit this command and return a response to the
1204 command based on the command type being visited. The command will call
1205 the proper processXXX method in the visitor.
1206 </summery>
1207
1208 </member>
1209 <member name="P:Apache.NMS.ActiveMQ.Commands.ProducerAck.IsProducerAck">
1210
1211 <summery>
1212 Return an answer of true to the isProducerAck() query.
1213 </summery>
1214
1215 </member>
1216 <member name="M:Apache.NMS.ActiveMQ.Commands.ProducerId.GetDataStructureType">
1217
1218 <summery>
1219 Get the unique identifier that this object and its own
1220 Marshaler share.
1221 </summery>
1222
1223 </member>
1224 <member name="M:Apache.NMS.ActiveMQ.Commands.ProducerId.ToString">
1225
1226 <summery>
1227 Returns a string containing the information for this DataStructure
1228 such as its type and value of its elements.
1229 </summery>
1230
1231 </member>
1232 <member name="M:Apache.NMS.ActiveMQ.Commands.ProducerInfo.GetDataStructureType">
1233
1234 <summery>
1235 Get the unique identifier that this object and its own
1236 Marshaler share.
1237 </summery>
1238
1239 </member>
1240 <member name="M:Apache.NMS.ActiveMQ.Commands.ProducerInfo.ToString">
1241
1242 <summery>
1243 Returns a string containing the information for this DataStructure
1244 such as its type and value of its elements.
1245 </summery>
1246
1247 </member>
1248 <member name="M:Apache.NMS.ActiveMQ.Commands.ProducerInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1249
1250 <summery>
1251 Allows a Visitor to visit this command and return a response to the
1252 command based on the command type being visited. The command will call
1253 the proper processXXX method in the visitor.
1254 </summery>
1255
1256 </member>
1257 <member name="P:Apache.NMS.ActiveMQ.Commands.ProducerInfo.IsProducerInfo">
1258
1259 <summery>
1260 Return an answer of true to the isProducerInfo() query.
1261 </summery>
1262
1263 </member>
1264 <member name="M:Apache.NMS.ActiveMQ.Commands.RemoveInfo.GetDataStructureType">
1265
1266 <summery>
1267 Get the unique identifier that this object and its own
1268 Marshaler share.
1269 </summery>
1270
1271 </member>
1272 <member name="M:Apache.NMS.ActiveMQ.Commands.RemoveInfo.ToString">
1273
1274 <summery>
1275 Returns a string containing the information for this DataStructure
1276 such as its type and value of its elements.
1277 </summery>
1278
1279 </member>
1280 <member name="M:Apache.NMS.ActiveMQ.Commands.RemoveInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1281
1282 <summery>
1283 Allows a Visitor to visit this command and return a response to the
1284 command based on the command type being visited. The command will call
1285 the proper processXXX method in the visitor.
1286 </summery>
1287
1288 </member>
1289 <member name="P:Apache.NMS.ActiveMQ.Commands.RemoveInfo.IsRemoveInfo">
1290
1291 <summery>
1292 Return an answer of true to the isRemoveInfo() query.
1293 </summery>
1294
1295 </member>
1296 <member name="M:Apache.NMS.ActiveMQ.Commands.RemoveSubscriptionInfo.GetDataStructureType">
1297
1298 <summery>
1299 Get the unique identifier that this object and its own
1300 Marshaler share.
1301 </summery>
1302
1303 </member>
1304 <member name="M:Apache.NMS.ActiveMQ.Commands.RemoveSubscriptionInfo.ToString">
1305
1306 <summery>
1307 Returns a string containing the information for this DataStructure
1308 such as its type and value of its elements.
1309 </summery>
1310
1311 </member>
1312 <member name="M:Apache.NMS.ActiveMQ.Commands.RemoveSubscriptionInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1313
1314 <summery>
1315 Allows a Visitor to visit this command and return a response to the
1316 command based on the command type being visited. The command will call
1317 the proper processXXX method in the visitor.
1318 </summery>
1319
1320 </member>
1321 <member name="P:Apache.NMS.ActiveMQ.Commands.RemoveSubscriptionInfo.IsRemoveSubscriptionInfo">
1322
1323 <summery>
1324 Return an answer of true to the isRemoveSubscriptionInfo() query.
1325 </summery>
1326
1327 </member>
1328 <member name="M:Apache.NMS.ActiveMQ.Commands.ReplayCommand.GetDataStructureType">
1329
1330 <summery>
1331 Get the unique identifier that this object and its own
1332 Marshaler share.
1333 </summery>
1334
1335 </member>
1336 <member name="M:Apache.NMS.ActiveMQ.Commands.ReplayCommand.ToString">
1337
1338 <summery>
1339 Returns a string containing the information for this DataStructure
1340 such as its type and value of its elements.
1341 </summery>
1342
1343 </member>
1344 <member name="M:Apache.NMS.ActiveMQ.Commands.ReplayCommand.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1345
1346 <summery>
1347 Allows a Visitor to visit this command and return a response to the
1348 command based on the command type being visited. The command will call
1349 the proper processXXX method in the visitor.
1350 </summery>
1351
1352 </member>
1353 <member name="P:Apache.NMS.ActiveMQ.Commands.ReplayCommand.IsReplayCommand">
1354
1355 <summery>
1356 Return an answer of true to the isReplayCommand() query.
1357 </summery>
1358
1359 </member>
1360 <member name="M:Apache.NMS.ActiveMQ.Commands.SessionId.GetDataStructureType">
1361
1362 <summery>
1363 Get the unique identifier that this object and its own
1364 Marshaler share.
1365 </summery>
1366
1367 </member>
1368 <member name="M:Apache.NMS.ActiveMQ.Commands.SessionId.ToString">
1369
1370 <summery>
1371 Returns a string containing the information for this DataStructure
1372 such as its type and value of its elements.
1373 </summery>
1374
1375 </member>
1376 <member name="M:Apache.NMS.ActiveMQ.Commands.SessionInfo.GetDataStructureType">
1377
1378 <summery>
1379 Get the unique identifier that this object and its own
1380 Marshaler share.
1381 </summery>
1382
1383 </member>
1384 <member name="M:Apache.NMS.ActiveMQ.Commands.SessionInfo.ToString">
1385
1386 <summery>
1387 Returns a string containing the information for this DataStructure
1388 such as its type and value of its elements.
1389 </summery>
1390
1391 </member>
1392 <member name="M:Apache.NMS.ActiveMQ.Commands.SessionInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1393
1394 <summery>
1395 Allows a Visitor to visit this command and return a response to the
1396 command based on the command type being visited. The command will call
1397 the proper processXXX method in the visitor.
1398 </summery>
1399
1400 </member>
1401 <member name="P:Apache.NMS.ActiveMQ.Commands.SessionInfo.IsSessionInfo">
1402
1403 <summery>
1404 Return an answer of true to the isSessionInfo() query.
1405 </summery>
1406
1407 </member>
1408 <member name="M:Apache.NMS.ActiveMQ.Commands.ShutdownInfo.GetDataStructureType">
1409
1410 <summery>
1411 Get the unique identifier that this object and its own
1412 Marshaler share.
1413 </summery>
1414
1415 </member>
1416 <member name="M:Apache.NMS.ActiveMQ.Commands.ShutdownInfo.ToString">
1417
1418 <summery>
1419 Returns a string containing the information for this DataStructure
1420 such as its type and value of its elements.
1421 </summery>
1422
1423 </member>
1424 <member name="M:Apache.NMS.ActiveMQ.Commands.ShutdownInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1425
1426 <summery>
1427 Allows a Visitor to visit this command and return a response to the
1428 command based on the command type being visited. The command will call
1429 the proper processXXX method in the visitor.
1430 </summery>
1431
1432 </member>
1433 <member name="P:Apache.NMS.ActiveMQ.Commands.ShutdownInfo.IsShutdownInfo">
1434
1435 <summery>
1436 Return an answer of true to the isShutdownInfo() query.
1437 </summery>
1438
1439 </member>
1440 <member name="M:Apache.NMS.ActiveMQ.Commands.SubscriptionInfo.GetDataStructureType">
1441
1442 <summery>
1443 Get the unique identifier that this object and its own
1444 Marshaler share.
1445 </summery>
1446
1447 </member>
1448 <member name="M:Apache.NMS.ActiveMQ.Commands.SubscriptionInfo.ToString">
1449
1450 <summery>
1451 Returns a string containing the information for this DataStructure
1452 such as its type and value of its elements.
1453 </summery>
1454
1455 </member>
1456 <member name="M:Apache.NMS.ActiveMQ.Commands.TransactionInfo.GetDataStructureType">
1457
1458 <summery>
1459 Get the unique identifier that this object and its own
1460 Marshaler share.
1461 </summery>
1462
1463 </member>
1464 <member name="M:Apache.NMS.ActiveMQ.Commands.TransactionInfo.ToString">
1465
1466 <summery>
1467 Returns a string containing the information for this DataStructure
1468 such as its type and value of its elements.
1469 </summery>
1470
1471 </member>
1472 <member name="M:Apache.NMS.ActiveMQ.Commands.TransactionInfo.Visit(Apache.NMS.ActiveMQ.State.ICommandVisitor)">
1473
1474 <summery>
1475 Allows a Visitor to visit this command and return a response to the
1476 command based on the command type being visited. The command will call
1477 the proper processXXX method in the visitor.
1478 </summery>
1479
1480 </member>
1481 <member name="P:Apache.NMS.ActiveMQ.Commands.TransactionInfo.IsTransactionInfo">
1482
1483 <summery>
1484 Return an answer of true to the isTransactionInfo() query.
1485 </summery>
1486
1487 </member>
1488 <member name="P:Apache.NMS.ActiveMQ.Commands.WireFormatInfo.IsWireFormatInfo">
1489
1490 <summery>
1491 Return an answer of true to the IsWireFormatInfo() query.
1492 </summery>
1493
1494 </member>
1495 <member name="M:Apache.NMS.ActiveMQ.Commands.XATransactionId.GetDataStructureType">
1496
1497 <summery>
1498 Get the unique identifier that this object and its own
1499 Marshaler share.
1500 </summery>
1501
1502 </member>
1503 <member name="M:Apache.NMS.ActiveMQ.Commands.XATransactionId.ToString">
1504
1505 <summery>
1506 Returns a string containing the information for this DataStructure
1507 such as its type and value of its elements.
1508 </summery>
1509
1510 </member>
1511 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQBlobMessageMarshaller">
1512 <summary>
1513 Marshalling code for Open Wire Format for ActiveMQBlobMessage
1514 </summary>
1515 </member>
1516 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQMessageMarshaller">
1517 <summary>
1518 Marshalling code for Open Wire Format for ActiveMQMessage
1519 </summary>
1520 </member>
1521 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.MessageMarshaller">
1522 <summary>
1523 Marshalling code for Open Wire Format for Message
1524 </summary>
1525 </member>
1526 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.BaseCommandMarshaller">
1527 <summary>
1528 Marshalling code for Open Wire Format for BaseCommand
1529 </summary>
1530 </member>
1531 <member name="T:Apache.NMS.ActiveMQ.OpenWire.BaseDataStreamMarshaller">
1532 <summary>
1533 A base class with useful implementation inheritence methods
1534 for creating marshallers of the OpenWire protocol
1535 </summary>
1536 </member>
1537 <member name="M:Apache.NMS.ActiveMQ.OpenWire.BaseDataStreamMarshaller.ToString(Apache.NMS.ActiveMQ.Commands.MessageId)">
1538 <summary>
1539 Converts the object to a String
1540 </summary>
1541 </member>
1542 <member name="M:Apache.NMS.ActiveMQ.OpenWire.BaseDataStreamMarshaller.ToString(Apache.NMS.ActiveMQ.Commands.ProducerId)">
1543 <summary>
1544 Converts the object to a String
1545 </summary>
1546 </member>
1547 <member name="M:Apache.NMS.ActiveMQ.OpenWire.BaseDataStreamMarshaller.ToString(Apache.NMS.ActiveMQ.Commands.TransactionId)">
1548 <summary>
1549 Converts the given transaction ID into a String
1550 </summary>
1551 </member>
1552 <member name="M:Apache.NMS.ActiveMQ.OpenWire.BaseDataStreamMarshaller.ToHexFromBytes(System.Byte[])">
1553 <summary>
1554 Creates the byte array into hexidecimal
1555 </summary>
1556 </member>
1557 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQMessageMarshaller.CreateObject">
1558 <summery>
1559 Creates an instance of the Object that this marshaller handles.
1560 </summery>
1561 </member>
1562 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQMessageMarshaller.GetDataStructureType">
1563 <summery>
1564 Returns the type code for the Object that this Marshaller handles..
1565 </summery>
1566 </member>
1567 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQBlobMessageMarshaller.CreateObject">
1568 <summery>
1569 Creates an instance of the Object that this marshaller handles.
1570 </summery>
1571 </member>
1572 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQBlobMessageMarshaller.GetDataStructureType">
1573 <summery>
1574 Returns the type code for the Object that this Marshaller handles..
1575 </summery>
1576 </member>
1577 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQBytesMessageMarshaller">
1578 <summary>
1579 Marshalling code for Open Wire Format for ActiveMQBytesMessage
1580 </summary>
1581 </member>
1582 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQBytesMessageMarshaller.CreateObject">
1583 <summery>
1584 Creates an instance of the Object that this marshaller handles.
1585 </summery>
1586 </member>
1587 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQBytesMessageMarshaller.GetDataStructureType">
1588 <summery>
1589 Returns the type code for the Object that this Marshaller handles..
1590 </summery>
1591 </member>
1592 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQDestinationMarshaller">
1593 <summary>
1594 Marshalling code for Open Wire Format for ActiveMQDestination
1595 </summary>
1596 </member>
1597 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQMapMessageMarshaller">
1598 <summary>
1599 Marshalling code for Open Wire Format for ActiveMQMapMessage
1600 </summary>
1601 </member>
1602 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQMapMessageMarshaller.CreateObject">
1603 <summery>
1604 Creates an instance of the Object that this marshaller handles.
1605 </summery>
1606 </member>
1607 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQMapMessageMarshaller.GetDataStructureType">
1608 <summery>
1609 Returns the type code for the Object that this Marshaller handles..
1610 </summery>
1611 </member>
1612 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQObjectMessageMarshaller">
1613 <summary>
1614 Marshalling code for Open Wire Format for ActiveMQObjectMessage
1615 </summary>
1616 </member>
1617 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQObjectMessageMarshaller.CreateObject">
1618 <summery>
1619 Creates an instance of the Object that this marshaller handles.
1620 </summery>
1621 </member>
1622 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQObjectMessageMarshaller.GetDataStructureType">
1623 <summery>
1624 Returns the type code for the Object that this Marshaller handles..
1625 </summery>
1626 </member>
1627 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQQueueMarshaller">
1628 <summary>
1629 Marshalling code for Open Wire Format for ActiveMQQueue
1630 </summary>
1631 </member>
1632 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQQueueMarshaller.CreateObject">
1633 <summery>
1634 Creates an instance of the Object that this marshaller handles.
1635 </summery>
1636 </member>
1637 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQQueueMarshaller.GetDataStructureType">
1638 <summery>
1639 Returns the type code for the Object that this Marshaller handles..
1640 </summery>
1641 </member>
1642 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQStreamMessageMarshaller">
1643 <summary>
1644 Marshalling code for Open Wire Format for ActiveMQStreamMessage
1645 </summary>
1646 </member>
1647 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQStreamMessageMarshaller.CreateObject">
1648 <summery>
1649 Creates an instance of the Object that this marshaller handles.
1650 </summery>
1651 </member>
1652 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQStreamMessageMarshaller.GetDataStructureType">
1653 <summery>
1654 Returns the type code for the Object that this Marshaller handles..
1655 </summery>
1656 </member>
1657 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTempDestinationMarshaller">
1658 <summary>
1659 Marshalling code for Open Wire Format for ActiveMQTempDestination
1660 </summary>
1661 </member>
1662 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTempQueueMarshaller">
1663 <summary>
1664 Marshalling code for Open Wire Format for ActiveMQTempQueue
1665 </summary>
1666 </member>
1667 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTempQueueMarshaller.CreateObject">
1668 <summery>
1669 Creates an instance of the Object that this marshaller handles.
1670 </summery>
1671 </member>
1672 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTempQueueMarshaller.GetDataStructureType">
1673 <summery>
1674 Returns the type code for the Object that this Marshaller handles..
1675 </summery>
1676 </member>
1677 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTempTopicMarshaller">
1678 <summary>
1679 Marshalling code for Open Wire Format for ActiveMQTempTopic
1680 </summary>
1681 </member>
1682 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTempTopicMarshaller.CreateObject">
1683 <summery>
1684 Creates an instance of the Object that this marshaller handles.
1685 </summery>
1686 </member>
1687 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTempTopicMarshaller.GetDataStructureType">
1688 <summery>
1689 Returns the type code for the Object that this Marshaller handles..
1690 </summery>
1691 </member>
1692 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTextMessageMarshaller">
1693 <summary>
1694 Marshalling code for Open Wire Format for ActiveMQTextMessage
1695 </summary>
1696 </member>
1697 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTextMessageMarshaller.CreateObject">
1698 <summery>
1699 Creates an instance of the Object that this marshaller handles.
1700 </summery>
1701 </member>
1702 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTextMessageMarshaller.GetDataStructureType">
1703 <summery>
1704 Returns the type code for the Object that this Marshaller handles..
1705 </summery>
1706 </member>
1707 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTopicMarshaller">
1708 <summary>
1709 Marshalling code for Open Wire Format for ActiveMQTopic
1710 </summary>
1711 </member>
1712 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTopicMarshaller.CreateObject">
1713 <summery>
1714 Creates an instance of the Object that this marshaller handles.
1715 </summery>
1716 </member>
1717 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ActiveMQTopicMarshaller.GetDataStructureType">
1718 <summery>
1719 Returns the type code for the Object that this Marshaller handles..
1720 </summery>
1721 </member>
1722 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.BrokerIdMarshaller">
1723 <summary>
1724 Marshalling code for Open Wire Format for BrokerId
1725 </summary>
1726 </member>
1727 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.BrokerIdMarshaller.CreateObject">
1728 <summery>
1729 Creates an instance of the Object that this marshaller handles.
1730 </summery>
1731 </member>
1732 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.BrokerIdMarshaller.GetDataStructureType">
1733 <summery>
1734 Returns the type code for the Object that this Marshaller handles..
1735 </summery>
1736 </member>
1737 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.BrokerInfoMarshaller">
1738 <summary>
1739 Marshalling code for Open Wire Format for BrokerInfo
1740 </summary>
1741 </member>
1742 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.BrokerInfoMarshaller.CreateObject">
1743 <summery>
1744 Creates an instance of the Object that this marshaller handles.
1745 </summery>
1746 </member>
1747 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.BrokerInfoMarshaller.GetDataStructureType">
1748 <summery>
1749 Returns the type code for the Object that this Marshaller handles..
1750 </summery>
1751 </member>
1752 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionControlMarshaller">
1753 <summary>
1754 Marshalling code for Open Wire Format for ConnectionControl
1755 </summary>
1756 </member>
1757 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionControlMarshaller.CreateObject">
1758 <summery>
1759 Creates an instance of the Object that this marshaller handles.
1760 </summery>
1761 </member>
1762 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionControlMarshaller.GetDataStructureType">
1763 <summery>
1764 Returns the type code for the Object that this Marshaller handles..
1765 </summery>
1766 </member>
1767 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionErrorMarshaller">
1768 <summary>
1769 Marshalling code for Open Wire Format for ConnectionError
1770 </summary>
1771 </member>
1772 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionErrorMarshaller.CreateObject">
1773 <summery>
1774 Creates an instance of the Object that this marshaller handles.
1775 </summery>
1776 </member>
1777 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionErrorMarshaller.GetDataStructureType">
1778 <summery>
1779 Returns the type code for the Object that this Marshaller handles..
1780 </summery>
1781 </member>
1782 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionIdMarshaller">
1783 <summary>
1784 Marshalling code for Open Wire Format for ConnectionId
1785 </summary>
1786 </member>
1787 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionIdMarshaller.CreateObject">
1788 <summery>
1789 Creates an instance of the Object that this marshaller handles.
1790 </summery>
1791 </member>
1792 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionIdMarshaller.GetDataStructureType">
1793 <summery>
1794 Returns the type code for the Object that this Marshaller handles..
1795 </summery>
1796 </member>
1797 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionInfoMarshaller">
1798 <summary>
1799 Marshalling code for Open Wire Format for ConnectionInfo
1800 </summary>
1801 </member>
1802 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionInfoMarshaller.CreateObject">
1803 <summery>
1804 Creates an instance of the Object that this marshaller handles.
1805 </summery>
1806 </member>
1807 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConnectionInfoMarshaller.GetDataStructureType">
1808 <summery>
1809 Returns the type code for the Object that this Marshaller handles..
1810 </summery>
1811 </member>
1812 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ConsumerControlMarshaller">
1813 <summary>
1814 Marshalling code for Open Wire Format for ConsumerControl
1815 </summary>
1816 </member>
1817 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConsumerControlMarshaller.CreateObject">
1818 <summery>
1819 Creates an instance of the Object that this marshaller handles.
1820 </summery>
1821 </member>
1822 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConsumerControlMarshaller.GetDataStructureType">
1823 <summery>
1824 Returns the type code for the Object that this Marshaller handles..
1825 </summery>
1826 </member>
1827 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ConsumerIdMarshaller">
1828 <summary>
1829 Marshalling code for Open Wire Format for ConsumerId
1830 </summary>
1831 </member>
1832 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConsumerIdMarshaller.CreateObject">
1833 <summery>
1834 Creates an instance of the Object that this marshaller handles.
1835 </summery>
1836 </member>
1837 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConsumerIdMarshaller.GetDataStructureType">
1838 <summery>
1839 Returns the type code for the Object that this Marshaller handles..
1840 </summery>
1841 </member>
1842 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ConsumerInfoMarshaller">
1843 <summary>
1844 Marshalling code for Open Wire Format for ConsumerInfo
1845 </summary>
1846 </member>
1847 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConsumerInfoMarshaller.CreateObject">
1848 <summery>
1849 Creates an instance of the Object that this marshaller handles.
1850 </summery>
1851 </member>
1852 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ConsumerInfoMarshaller.GetDataStructureType">
1853 <summery>
1854 Returns the type code for the Object that this Marshaller handles..
1855 </summery>
1856 </member>
1857 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ControlCommandMarshaller">
1858 <summary>
1859 Marshalling code for Open Wire Format for ControlCommand
1860 </summary>
1861 </member>
1862 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ControlCommandMarshaller.CreateObject">
1863 <summery>
1864 Creates an instance of the Object that this marshaller handles.
1865 </summery>
1866 </member>
1867 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ControlCommandMarshaller.GetDataStructureType">
1868 <summery>
1869 Returns the type code for the Object that this Marshaller handles..
1870 </summery>
1871 </member>
1872 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.DataArrayResponseMarshaller">
1873 <summary>
1874 Marshalling code for Open Wire Format for DataArrayResponse
1875 </summary>
1876 </member>
1877 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ResponseMarshaller">
1878 <summary>
1879 Marshalling code for Open Wire Format for Response
1880 </summary>
1881 </member>
1882 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ResponseMarshaller.CreateObject">
1883 <summery>
1884 Creates an instance of the Object that this marshaller handles.
1885 </summery>
1886 </member>
1887 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ResponseMarshaller.GetDataStructureType">
1888 <summery>
1889 Returns the type code for the Object that this Marshaller handles..
1890 </summery>
1891 </member>
1892 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.DataArrayResponseMarshaller.CreateObject">
1893 <summery>
1894 Creates an instance of the Object that this marshaller handles.
1895 </summery>
1896 </member>
1897 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.DataArrayResponseMarshaller.GetDataStructureType">
1898 <summery>
1899 Returns the type code for the Object that this Marshaller handles..
1900 </summery>
1901 </member>
1902 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.DataResponseMarshaller">
1903 <summary>
1904 Marshalling code for Open Wire Format for DataResponse
1905 </summary>
1906 </member>
1907 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.DataResponseMarshaller.CreateObject">
1908 <summery>
1909 Creates an instance of the Object that this marshaller handles.
1910 </summery>
1911 </member>
1912 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.DataResponseMarshaller.GetDataStructureType">
1913 <summery>
1914 Returns the type code for the Object that this Marshaller handles..
1915 </summery>
1916 </member>
1917 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.DestinationInfoMarshaller">
1918 <summary>
1919 Marshalling code for Open Wire Format for DestinationInfo
1920 </summary>
1921 </member>
1922 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.DestinationInfoMarshaller.CreateObject">
1923 <summery>
1924 Creates an instance of the Object that this marshaller handles.
1925 </summery>
1926 </member>
1927 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.DestinationInfoMarshaller.GetDataStructureType">
1928 <summery>
1929 Returns the type code for the Object that this Marshaller handles..
1930 </summery>
1931 </member>
1932 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.DiscoveryEventMarshaller">
1933 <summary>
1934 Marshalling code for Open Wire Format for DiscoveryEvent
1935 </summary>
1936 </member>
1937 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.DiscoveryEventMarshaller.CreateObject">
1938 <summery>
1939 Creates an instance of the Object that this marshaller handles.
1940 </summery>
1941 </member>
1942 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.DiscoveryEventMarshaller.GetDataStructureType">
1943 <summery>
1944 Returns the type code for the Object that this Marshaller handles..
1945 </summery>
1946 </member>
1947 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ExceptionResponseMarshaller">
1948 <summary>
1949 Marshalling code for Open Wire Format for ExceptionResponse
1950 </summary>
1951 </member>
1952 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ExceptionResponseMarshaller.CreateObject">
1953 <summery>
1954 Creates an instance of the Object that this marshaller handles.
1955 </summery>
1956 </member>
1957 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ExceptionResponseMarshaller.GetDataStructureType">
1958 <summery>
1959 Returns the type code for the Object that this Marshaller handles..
1960 </summery>
1961 </member>
1962 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.FlushCommandMarshaller">
1963 <summary>
1964 Marshalling code for Open Wire Format for FlushCommand
1965 </summary>
1966 </member>
1967 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.FlushCommandMarshaller.CreateObject">
1968 <summery>
1969 Creates an instance of the Object that this marshaller handles.
1970 </summery>
1971 </member>
1972 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.FlushCommandMarshaller.GetDataStructureType">
1973 <summery>
1974 Returns the type code for the Object that this Marshaller handles..
1975 </summery>
1976 </member>
1977 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.IntegerResponseMarshaller">
1978 <summary>
1979 Marshalling code for Open Wire Format for IntegerResponse
1980 </summary>
1981 </member>
1982 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.IntegerResponseMarshaller.CreateObject">
1983 <summery>
1984 Creates an instance of the Object that this marshaller handles.
1985 </summery>
1986 </member>
1987 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.IntegerResponseMarshaller.GetDataStructureType">
1988 <summery>
1989 Returns the type code for the Object that this Marshaller handles..
1990 </summery>
1991 </member>
1992 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.JournalQueueAckMarshaller">
1993 <summary>
1994 Marshalling code for Open Wire Format for JournalQueueAck
1995 </summary>
1996 </member>
1997 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.JournalQueueAckMarshaller.CreateObject">
1998 <summery>
1999 Creates an instance of the Object that this marshaller handles.
2000 </summery>
2001 </member>
2002 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.JournalQueueAckMarshaller.GetDataStructureType">
2003 <summery>
2004 Returns the type code for the Object that this Marshaller handles..
2005 </summery>
2006 </member>
2007 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.JournalTopicAckMarshaller">
2008 <summary>
2009 Marshalling code for Open Wire Format for JournalTopicAck
2010 </summary>
2011 </member>
2012 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.JournalTopicAckMarshaller.CreateObject">
2013 <summery>
2014 Creates an instance of the Object that this marshaller handles.
2015 </summery>
2016 </member>
2017 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.JournalTopicAckMarshaller.GetDataStructureType">
2018 <summery>
2019 Returns the type code for the Object that this Marshaller handles..
2020 </summery>
2021 </member>
2022 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.JournalTraceMarshaller">
2023 <summary>
2024 Marshalling code for Open Wire Format for JournalTrace
2025 </summary>
2026 </member>
2027 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.JournalTraceMarshaller.CreateObject">
2028 <summery>
2029 Creates an instance of the Object that this marshaller handles.
2030 </summery>
2031 </member>
2032 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.JournalTraceMarshaller.GetDataStructureType">
2033 <summery>
2034 Returns the type code for the Object that this Marshaller handles..
2035 </summery>
2036 </member>
2037 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.JournalTransactionMarshaller">
2038 <summary>
2039 Marshalling code for Open Wire Format for JournalTransaction
2040 </summary>
2041 </member>
2042 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.JournalTransactionMarshaller.CreateObject">
2043 <summery>
2044 Creates an instance of the Object that this marshaller handles.
2045 </summery>
2046 </member>
2047 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.JournalTransactionMarshaller.GetDataStructureType">
2048 <summery>
2049 Returns the type code for the Object that this Marshaller handles..
2050 </summery>
2051 </member>
2052 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.KeepAliveInfoMarshaller">
2053 <summary>
2054 Marshalling code for Open Wire Format for KeepAliveInfo
2055 </summary>
2056 </member>
2057 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.KeepAliveInfoMarshaller.CreateObject">
2058 <summery>
2059 Creates an instance of the Object that this marshaller handles.
2060 </summery>
2061 </member>
2062 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.KeepAliveInfoMarshaller.GetDataStructureType">
2063 <summery>
2064 Returns the type code for the Object that this Marshaller handles..
2065 </summery>
2066 </member>
2067 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.LastPartialCommandMarshaller">
2068 <summary>
2069 Marshalling code for Open Wire Format for LastPartialCommand
2070 </summary>
2071 </member>
2072 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.PartialCommandMarshaller">
2073 <summary>
2074 Marshalling code for Open Wire Format for PartialCommand
2075 </summary>
2076 </member>
2077 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.PartialCommandMarshaller.CreateObject">
2078 <summery>
2079 Creates an instance of the Object that this marshaller handles.
2080 </summery>
2081 </member>
2082 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.PartialCommandMarshaller.GetDataStructureType">
2083 <summery>
2084 Returns the type code for the Object that this Marshaller handles..
2085 </summery>
2086 </member>
2087 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.LastPartialCommandMarshaller.CreateObject">
2088 <summery>
2089 Creates an instance of the Object that this marshaller handles.
2090 </summery>
2091 </member>
2092 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.LastPartialCommandMarshaller.GetDataStructureType">
2093 <summery>
2094 Returns the type code for the Object that this Marshaller handles..
2095 </summery>
2096 </member>
2097 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.LocalTransactionIdMarshaller">
2098 <summary>
2099 Marshalling code for Open Wire Format for LocalTransactionId
2100 </summary>
2101 </member>
2102 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.TransactionIdMarshaller">
2103 <summary>
2104 Marshalling code for Open Wire Format for TransactionId
2105 </summary>
2106 </member>
2107 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.LocalTransactionIdMarshaller.CreateObject">
2108 <summery>
2109 Creates an instance of the Object that this marshaller handles.
2110 </summery>
2111 </member>
2112 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.LocalTransactionIdMarshaller.GetDataStructureType">
2113 <summery>
2114 Returns the type code for the Object that this Marshaller handles..
2115 </summery>
2116 </member>
2117 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.MarshallerFactory">
2118 <summary>
2119 Used to create marshallers for a specific version of the OpenWire protocol.
2120 Each non-abstract DataStructure object has a registered Marshaller that is
2121 created and added to the OpenWireFormat objects format collection.
2122 </summary>
2123 </member>
2124 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MarshallerFactory.configure(Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat)">
2125 <summery>
2126 Adds the Marshallers for this version of the OpenWire protocol to the
2127 Collection of Marshallers stored in the OpenWireFormat class.
2128 </summery>
2129 </member>
2130 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.MessageAckMarshaller">
2131 <summary>
2132 Marshalling code for Open Wire Format for MessageAck
2133 </summary>
2134 </member>
2135 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MessageAckMarshaller.CreateObject">
2136 <summery>
2137 Creates an instance of the Object that this marshaller handles.
2138 </summery>
2139 </member>
2140 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MessageAckMarshaller.GetDataStructureType">
2141 <summery>
2142 Returns the type code for the Object that this Marshaller handles..
2143 </summery>
2144 </member>
2145 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.MessageDispatchMarshaller">
2146 <summary>
2147 Marshalling code for Open Wire Format for MessageDispatch
2148 </summary>
2149 </member>
2150 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MessageDispatchMarshaller.CreateObject">
2151 <summery>
2152 Creates an instance of the Object that this marshaller handles.
2153 </summery>
2154 </member>
2155 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MessageDispatchMarshaller.GetDataStructureType">
2156 <summery>
2157 Returns the type code for the Object that this Marshaller handles..
2158 </summery>
2159 </member>
2160 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.MessageDispatchNotificationMarshaller">
2161 <summary>
2162 Marshalling code for Open Wire Format for MessageDispatchNotification
2163 </summary>
2164 </member>
2165 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MessageDispatchNotificationMarshaller.CreateObject">
2166 <summery>
2167 Creates an instance of the Object that this marshaller handles.
2168 </summery>
2169 </member>
2170 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MessageDispatchNotificationMarshaller.GetDataStructureType">
2171 <summery>
2172 Returns the type code for the Object that this Marshaller handles..
2173 </summery>
2174 </member>
2175 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.MessageIdMarshaller">
2176 <summary>
2177 Marshalling code for Open Wire Format for MessageId
2178 </summary>
2179 </member>
2180 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MessageIdMarshaller.CreateObject">
2181 <summery>
2182 Creates an instance of the Object that this marshaller handles.
2183 </summery>
2184 </member>
2185 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MessageIdMarshaller.GetDataStructureType">
2186 <summery>
2187 Returns the type code for the Object that this Marshaller handles..
2188 </summery>
2189 </member>
2190 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.MessagePullMarshaller">
2191 <summary>
2192 Marshalling code for Open Wire Format for MessagePull
2193 </summary>
2194 </member>
2195 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MessagePullMarshaller.CreateObject">
2196 <summery>
2197 Creates an instance of the Object that this marshaller handles.
2198 </summery>
2199 </member>
2200 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.MessagePullMarshaller.GetDataStructureType">
2201 <summery>
2202 Returns the type code for the Object that this Marshaller handles..
2203 </summery>
2204 </member>
2205 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.NetworkBridgeFilterMarshaller">
2206 <summary>
2207 Marshalling code for Open Wire Format for NetworkBridgeFilter
2208 </summary>
2209 </member>
2210 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.NetworkBridgeFilterMarshaller.CreateObject">
2211 <summery>
2212 Creates an instance of the Object that this marshaller handles.
2213 </summery>
2214 </member>
2215 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.NetworkBridgeFilterMarshaller.GetDataStructureType">
2216 <summery>
2217 Returns the type code for the Object that this Marshaller handles..
2218 </summery>
2219 </member>
2220 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ProducerAckMarshaller">
2221 <summary>
2222 Marshalling code for Open Wire Format for ProducerAck
2223 </summary>
2224 </member>
2225 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ProducerAckMarshaller.CreateObject">
2226 <summery>
2227 Creates an instance of the Object that this marshaller handles.
2228 </summery>
2229 </member>
2230 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ProducerAckMarshaller.GetDataStructureType">
2231 <summery>
2232 Returns the type code for the Object that this Marshaller handles..
2233 </summery>
2234 </member>
2235 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ProducerIdMarshaller">
2236 <summary>
2237 Marshalling code for Open Wire Format for ProducerId
2238 </summary>
2239 </member>
2240 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ProducerIdMarshaller.CreateObject">
2241 <summery>
2242 Creates an instance of the Object that this marshaller handles.
2243 </summery>
2244 </member>
2245 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ProducerIdMarshaller.GetDataStructureType">
2246 <summery>
2247 Returns the type code for the Object that this Marshaller handles..
2248 </summery>
2249 </member>
2250 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ProducerInfoMarshaller">
2251 <summary>
2252 Marshalling code for Open Wire Format for ProducerInfo
2253 </summary>
2254 </member>
2255 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ProducerInfoMarshaller.CreateObject">
2256 <summery>
2257 Creates an instance of the Object that this marshaller handles.
2258 </summery>
2259 </member>
2260 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ProducerInfoMarshaller.GetDataStructureType">
2261 <summery>
2262 Returns the type code for the Object that this Marshaller handles..
2263 </summery>
2264 </member>
2265 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.RemoveInfoMarshaller">
2266 <summary>
2267 Marshalling code for Open Wire Format for RemoveInfo
2268 </summary>
2269 </member>
2270 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.RemoveInfoMarshaller.CreateObject">
2271 <summery>
2272 Creates an instance of the Object that this marshaller handles.
2273 </summery>
2274 </member>
2275 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.RemoveInfoMarshaller.GetDataStructureType">
2276 <summery>
2277 Returns the type code for the Object that this Marshaller handles..
2278 </summery>
2279 </member>
2280 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.RemoveSubscriptionInfoMarshaller">
2281 <summary>
2282 Marshalling code for Open Wire Format for RemoveSubscriptionInfo
2283 </summary>
2284 </member>
2285 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.RemoveSubscriptionInfoMarshaller.CreateObject">
2286 <summery>
2287 Creates an instance of the Object that this marshaller handles.
2288 </summery>
2289 </member>
2290 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.RemoveSubscriptionInfoMarshaller.GetDataStructureType">
2291 <summery>
2292 Returns the type code for the Object that this Marshaller handles..
2293 </summery>
2294 </member>
2295 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ReplayCommandMarshaller">
2296 <summary>
2297 Marshalling code for Open Wire Format for ReplayCommand
2298 </summary>
2299 </member>
2300 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ReplayCommandMarshaller.CreateObject">
2301 <summery>
2302 Creates an instance of the Object that this marshaller handles.
2303 </summery>
2304 </member>
2305 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ReplayCommandMarshaller.GetDataStructureType">
2306 <summery>
2307 Returns the type code for the Object that this Marshaller handles..
2308 </summery>
2309 </member>
2310 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.SessionIdMarshaller">
2311 <summary>
2312 Marshalling code for Open Wire Format for SessionId
2313 </summary>
2314 </member>
2315 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.SessionIdMarshaller.CreateObject">
2316 <summery>
2317 Creates an instance of the Object that this marshaller handles.
2318 </summery>
2319 </member>
2320 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.SessionIdMarshaller.GetDataStructureType">
2321 <summery>
2322 Returns the type code for the Object that this Marshaller handles..
2323 </summery>
2324 </member>
2325 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.SessionInfoMarshaller">
2326 <summary>
2327 Marshalling code for Open Wire Format for SessionInfo
2328 </summary>
2329 </member>
2330 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.SessionInfoMarshaller.CreateObject">
2331 <summery>
2332 Creates an instance of the Object that this marshaller handles.
2333 </summery>
2334 </member>
2335 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.SessionInfoMarshaller.GetDataStructureType">
2336 <summery>
2337 Returns the type code for the Object that this Marshaller handles..
2338 </summery>
2339 </member>
2340 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.ShutdownInfoMarshaller">
2341 <summary>
2342 Marshalling code for Open Wire Format for ShutdownInfo
2343 </summary>
2344 </member>
2345 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ShutdownInfoMarshaller.CreateObject">
2346 <summery>
2347 Creates an instance of the Object that this marshaller handles.
2348 </summery>
2349 </member>
2350 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.ShutdownInfoMarshaller.GetDataStructureType">
2351 <summery>
2352 Returns the type code for the Object that this Marshaller handles..
2353 </summery>
2354 </member>
2355 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.SubscriptionInfoMarshaller">
2356 <summary>
2357 Marshalling code for Open Wire Format for SubscriptionInfo
2358 </summary>
2359 </member>
2360 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.SubscriptionInfoMarshaller.CreateObject">
2361 <summery>
2362 Creates an instance of the Object that this marshaller handles.
2363 </summery>
2364 </member>
2365 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.SubscriptionInfoMarshaller.GetDataStructureType">
2366 <summery>
2367 Returns the type code for the Object that this Marshaller handles..
2368 </summery>
2369 </member>
2370 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.TransactionInfoMarshaller">
2371 <summary>
2372 Marshalling code for Open Wire Format for TransactionInfo
2373 </summary>
2374 </member>
2375 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.TransactionInfoMarshaller.CreateObject">
2376 <summery>
2377 Creates an instance of the Object that this marshaller handles.
2378 </summery>
2379 </member>
2380 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.TransactionInfoMarshaller.GetDataStructureType">
2381 <summery>
2382 Returns the type code for the Object that this Marshaller handles..
2383 </summery>
2384 </member>
2385 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.WireFormatInfoMarshaller">
2386 <summary>
2387 Marshalling code for Open Wire Format for WireFormatInfo
2388 </summary>
2389 </member>
2390 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.WireFormatInfoMarshaller.CreateObject">
2391 <summery>
2392 Creates an instance of the Object that this marshaller handles.
2393 </summery>
2394 </member>
2395 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.WireFormatInfoMarshaller.GetDataStructureType">
2396 <summery>
2397 Returns the type code for the Object that this Marshaller handles..
2398 </summery>
2399 </member>
2400 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V1.XATransactionIdMarshaller">
2401 <summary>
2402 Marshalling code for Open Wire Format for XATransactionId
2403 </summary>
2404 </member>
2405 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.XATransactionIdMarshaller.CreateObject">
2406 <summery>
2407 Creates an instance of the Object that this marshaller handles.
2408 </summery>
2409 </member>
2410 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V1.XATransactionIdMarshaller.GetDataStructureType">
2411 <summery>
2412 Returns the type code for the Object that this Marshaller handles..
2413 </summery>
2414 </member>
2415 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQBlobMessageMarshaller">
2416 <summary>
2417 Marshalling code for Open Wire Format for ActiveMQBlobMessage
2418 </summary>
2419 </member>
2420 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQMessageMarshaller">
2421 <summary>
2422 Marshalling code for Open Wire Format for ActiveMQMessage
2423 </summary>
2424 </member>
2425 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.MessageMarshaller">
2426 <summary>
2427 Marshalling code for Open Wire Format for Message
2428 </summary>
2429 </member>
2430 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.BaseCommandMarshaller">
2431 <summary>
2432 Marshalling code for Open Wire Format for BaseCommand
2433 </summary>
2434 </member>
2435 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQMessageMarshaller.CreateObject">
2436 <summery>
2437 Creates an instance of the Object that this marshaller handles.
2438 </summery>
2439 </member>
2440 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQMessageMarshaller.GetDataStructureType">
2441 <summery>
2442 Returns the type code for the Object that this Marshaller handles..
2443 </summery>
2444 </member>
2445 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQBlobMessageMarshaller.CreateObject">
2446 <summery>
2447 Creates an instance of the Object that this marshaller handles.
2448 </summery>
2449 </member>
2450 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQBlobMessageMarshaller.GetDataStructureType">
2451 <summery>
2452 Returns the type code for the Object that this Marshaller handles..
2453 </summery>
2454 </member>
2455 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQBytesMessageMarshaller">
2456 <summary>
2457 Marshalling code for Open Wire Format for ActiveMQBytesMessage
2458 </summary>
2459 </member>
2460 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQBytesMessageMarshaller.CreateObject">
2461 <summery>
2462 Creates an instance of the Object that this marshaller handles.
2463 </summery>
2464 </member>
2465 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQBytesMessageMarshaller.GetDataStructureType">
2466 <summery>
2467 Returns the type code for the Object that this Marshaller handles..
2468 </summery>
2469 </member>
2470 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQDestinationMarshaller">
2471 <summary>
2472 Marshalling code for Open Wire Format for ActiveMQDestination
2473 </summary>
2474 </member>
2475 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQMapMessageMarshaller">
2476 <summary>
2477 Marshalling code for Open Wire Format for ActiveMQMapMessage
2478 </summary>
2479 </member>
2480 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQMapMessageMarshaller.CreateObject">
2481 <summery>
2482 Creates an instance of the Object that this marshaller handles.
2483 </summery>
2484 </member>
2485 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQMapMessageMarshaller.GetDataStructureType">
2486 <summery>
2487 Returns the type code for the Object that this Marshaller handles..
2488 </summery>
2489 </member>
2490 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQObjectMessageMarshaller">
2491 <summary>
2492 Marshalling code for Open Wire Format for ActiveMQObjectMessage
2493 </summary>
2494 </member>
2495 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQObjectMessageMarshaller.CreateObject">
2496 <summery>
2497 Creates an instance of the Object that this marshaller handles.
2498 </summery>
2499 </member>
2500 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQObjectMessageMarshaller.GetDataStructureType">
2501 <summery>
2502 Returns the type code for the Object that this Marshaller handles..
2503 </summery>
2504 </member>
2505 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQQueueMarshaller">
2506 <summary>
2507 Marshalling code for Open Wire Format for ActiveMQQueue
2508 </summary>
2509 </member>
2510 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQQueueMarshaller.CreateObject">
2511 <summery>
2512 Creates an instance of the Object that this marshaller handles.
2513 </summery>
2514 </member>
2515 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQQueueMarshaller.GetDataStructureType">
2516 <summery>
2517 Returns the type code for the Object that this Marshaller handles..
2518 </summery>
2519 </member>
2520 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQStreamMessageMarshaller">
2521 <summary>
2522 Marshalling code for Open Wire Format for ActiveMQStreamMessage
2523 </summary>
2524 </member>
2525 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQStreamMessageMarshaller.CreateObject">
2526 <summery>
2527 Creates an instance of the Object that this marshaller handles.
2528 </summery>
2529 </member>
2530 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQStreamMessageMarshaller.GetDataStructureType">
2531 <summery>
2532 Returns the type code for the Object that this Marshaller handles..
2533 </summery>
2534 </member>
2535 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTempDestinationMarshaller">
2536 <summary>
2537 Marshalling code for Open Wire Format for ActiveMQTempDestination
2538 </summary>
2539 </member>
2540 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTempQueueMarshaller">
2541 <summary>
2542 Marshalling code for Open Wire Format for ActiveMQTempQueue
2543 </summary>
2544 </member>
2545 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTempQueueMarshaller.CreateObject">
2546 <summery>
2547 Creates an instance of the Object that this marshaller handles.
2548 </summery>
2549 </member>
2550 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTempQueueMarshaller.GetDataStructureType">
2551 <summery>
2552 Returns the type code for the Object that this Marshaller handles..
2553 </summery>
2554 </member>
2555 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTempTopicMarshaller">
2556 <summary>
2557 Marshalling code for Open Wire Format for ActiveMQTempTopic
2558 </summary>
2559 </member>
2560 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTempTopicMarshaller.CreateObject">
2561 <summery>
2562 Creates an instance of the Object that this marshaller handles.
2563 </summery>
2564 </member>
2565 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTempTopicMarshaller.GetDataStructureType">
2566 <summery>
2567 Returns the type code for the Object that this Marshaller handles..
2568 </summery>
2569 </member>
2570 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTextMessageMarshaller">
2571 <summary>
2572 Marshalling code for Open Wire Format for ActiveMQTextMessage
2573 </summary>
2574 </member>
2575 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTextMessageMarshaller.CreateObject">
2576 <summery>
2577 Creates an instance of the Object that this marshaller handles.
2578 </summery>
2579 </member>
2580 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTextMessageMarshaller.GetDataStructureType">
2581 <summery>
2582 Returns the type code for the Object that this Marshaller handles..
2583 </summery>
2584 </member>
2585 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTopicMarshaller">
2586 <summary>
2587 Marshalling code for Open Wire Format for ActiveMQTopic
2588 </summary>
2589 </member>
2590 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTopicMarshaller.CreateObject">
2591 <summery>
2592 Creates an instance of the Object that this marshaller handles.
2593 </summery>
2594 </member>
2595 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ActiveMQTopicMarshaller.GetDataStructureType">
2596 <summery>
2597 Returns the type code for the Object that this Marshaller handles..
2598 </summery>
2599 </member>
2600 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.BrokerIdMarshaller">
2601 <summary>
2602 Marshalling code for Open Wire Format for BrokerId
2603 </summary>
2604 </member>
2605 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.BrokerIdMarshaller.CreateObject">
2606 <summery>
2607 Creates an instance of the Object that this marshaller handles.
2608 </summery>
2609 </member>
2610 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.BrokerIdMarshaller.GetDataStructureType">
2611 <summery>
2612 Returns the type code for the Object that this Marshaller handles..
2613 </summery>
2614 </member>
2615 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.BrokerInfoMarshaller">
2616 <summary>
2617 Marshalling code for Open Wire Format for BrokerInfo
2618 </summary>
2619 </member>
2620 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.BrokerInfoMarshaller.CreateObject">
2621 <summery>
2622 Creates an instance of the Object that this marshaller handles.
2623 </summery>
2624 </member>
2625 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.BrokerInfoMarshaller.GetDataStructureType">
2626 <summery>
2627 Returns the type code for the Object that this Marshaller handles..
2628 </summery>
2629 </member>
2630 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionControlMarshaller">
2631 <summary>
2632 Marshalling code for Open Wire Format for ConnectionControl
2633 </summary>
2634 </member>
2635 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionControlMarshaller.CreateObject">
2636 <summery>
2637 Creates an instance of the Object that this marshaller handles.
2638 </summery>
2639 </member>
2640 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionControlMarshaller.GetDataStructureType">
2641 <summery>
2642 Returns the type code for the Object that this Marshaller handles..
2643 </summery>
2644 </member>
2645 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionErrorMarshaller">
2646 <summary>
2647 Marshalling code for Open Wire Format for ConnectionError
2648 </summary>
2649 </member>
2650 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionErrorMarshaller.CreateObject">
2651 <summery>
2652 Creates an instance of the Object that this marshaller handles.
2653 </summery>
2654 </member>
2655 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionErrorMarshaller.GetDataStructureType">
2656 <summery>
2657 Returns the type code for the Object that this Marshaller handles..
2658 </summery>
2659 </member>
2660 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionIdMarshaller">
2661 <summary>
2662 Marshalling code for Open Wire Format for ConnectionId
2663 </summary>
2664 </member>
2665 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionIdMarshaller.CreateObject">
2666 <summery>
2667 Creates an instance of the Object that this marshaller handles.
2668 </summery>
2669 </member>
2670 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionIdMarshaller.GetDataStructureType">
2671 <summery>
2672 Returns the type code for the Object that this Marshaller handles..
2673 </summery>
2674 </member>
2675 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionInfoMarshaller">
2676 <summary>
2677 Marshalling code for Open Wire Format for ConnectionInfo
2678 </summary>
2679 </member>
2680 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionInfoMarshaller.CreateObject">
2681 <summery>
2682 Creates an instance of the Object that this marshaller handles.
2683 </summery>
2684 </member>
2685 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConnectionInfoMarshaller.GetDataStructureType">
2686 <summery>
2687 Returns the type code for the Object that this Marshaller handles..
2688 </summery>
2689 </member>
2690 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ConsumerControlMarshaller">
2691 <summary>
2692 Marshalling code for Open Wire Format for ConsumerControl
2693 </summary>
2694 </member>
2695 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConsumerControlMarshaller.CreateObject">
2696 <summery>
2697 Creates an instance of the Object that this marshaller handles.
2698 </summery>
2699 </member>
2700 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConsumerControlMarshaller.GetDataStructureType">
2701 <summery>
2702 Returns the type code for the Object that this Marshaller handles..
2703 </summery>
2704 </member>
2705 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ConsumerIdMarshaller">
2706 <summary>
2707 Marshalling code for Open Wire Format for ConsumerId
2708 </summary>
2709 </member>
2710 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConsumerIdMarshaller.CreateObject">
2711 <summery>
2712 Creates an instance of the Object that this marshaller handles.
2713 </summery>
2714 </member>
2715 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConsumerIdMarshaller.GetDataStructureType">
2716 <summery>
2717 Returns the type code for the Object that this Marshaller handles..
2718 </summery>
2719 </member>
2720 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ConsumerInfoMarshaller">
2721 <summary>
2722 Marshalling code for Open Wire Format for ConsumerInfo
2723 </summary>
2724 </member>
2725 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConsumerInfoMarshaller.CreateObject">
2726 <summery>
2727 Creates an instance of the Object that this marshaller handles.
2728 </summery>
2729 </member>
2730 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ConsumerInfoMarshaller.GetDataStructureType">
2731 <summery>
2732 Returns the type code for the Object that this Marshaller handles..
2733 </summery>
2734 </member>
2735 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ControlCommandMarshaller">
2736 <summary>
2737 Marshalling code for Open Wire Format for ControlCommand
2738 </summary>
2739 </member>
2740 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ControlCommandMarshaller.CreateObject">
2741 <summery>
2742 Creates an instance of the Object that this marshaller handles.
2743 </summery>
2744 </member>
2745 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ControlCommandMarshaller.GetDataStructureType">
2746 <summery>
2747 Returns the type code for the Object that this Marshaller handles..
2748 </summery>
2749 </member>
2750 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.DataArrayResponseMarshaller">
2751 <summary>
2752 Marshalling code for Open Wire Format for DataArrayResponse
2753 </summary>
2754 </member>
2755 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ResponseMarshaller">
2756 <summary>
2757 Marshalling code for Open Wire Format for Response
2758 </summary>
2759 </member>
2760 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ResponseMarshaller.CreateObject">
2761 <summery>
2762 Creates an instance of the Object that this marshaller handles.
2763 </summery>
2764 </member>
2765 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ResponseMarshaller.GetDataStructureType">
2766 <summery>
2767 Returns the type code for the Object that this Marshaller handles..
2768 </summery>
2769 </member>
2770 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.DataArrayResponseMarshaller.CreateObject">
2771 <summery>
2772 Creates an instance of the Object that this marshaller handles.
2773 </summery>
2774 </member>
2775 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.DataArrayResponseMarshaller.GetDataStructureType">
2776 <summery>
2777 Returns the type code for the Object that this Marshaller handles..
2778 </summery>
2779 </member>
2780 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.DataResponseMarshaller">
2781 <summary>
2782 Marshalling code for Open Wire Format for DataResponse
2783 </summary>
2784 </member>
2785 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.DataResponseMarshaller.CreateObject">
2786 <summery>
2787 Creates an instance of the Object that this marshaller handles.
2788 </summery>
2789 </member>
2790 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.DataResponseMarshaller.GetDataStructureType">
2791 <summery>
2792 Returns the type code for the Object that this Marshaller handles..
2793 </summery>
2794 </member>
2795 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.DestinationInfoMarshaller">
2796 <summary>
2797 Marshalling code for Open Wire Format for DestinationInfo
2798 </summary>
2799 </member>
2800 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.DestinationInfoMarshaller.CreateObject">
2801 <summery>
2802 Creates an instance of the Object that this marshaller handles.
2803 </summery>
2804 </member>
2805 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.DestinationInfoMarshaller.GetDataStructureType">
2806 <summery>
2807 Returns the type code for the Object that this Marshaller handles..
2808 </summery>
2809 </member>
2810 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.DiscoveryEventMarshaller">
2811 <summary>
2812 Marshalling code for Open Wire Format for DiscoveryEvent
2813 </summary>
2814 </member>
2815 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.DiscoveryEventMarshaller.CreateObject">
2816 <summery>
2817 Creates an instance of the Object that this marshaller handles.
2818 </summery>
2819 </member>
2820 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.DiscoveryEventMarshaller.GetDataStructureType">
2821 <summery>
2822 Returns the type code for the Object that this Marshaller handles..
2823 </summery>
2824 </member>
2825 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ExceptionResponseMarshaller">
2826 <summary>
2827 Marshalling code for Open Wire Format for ExceptionResponse
2828 </summary>
2829 </member>
2830 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ExceptionResponseMarshaller.CreateObject">
2831 <summery>
2832 Creates an instance of the Object that this marshaller handles.
2833 </summery>
2834 </member>
2835 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ExceptionResponseMarshaller.GetDataStructureType">
2836 <summery>
2837 Returns the type code for the Object that this Marshaller handles..
2838 </summery>
2839 </member>
2840 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.FlushCommandMarshaller">
2841 <summary>
2842 Marshalling code for Open Wire Format for FlushCommand
2843 </summary>
2844 </member>
2845 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.FlushCommandMarshaller.CreateObject">
2846 <summery>
2847 Creates an instance of the Object that this marshaller handles.
2848 </summery>
2849 </member>
2850 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.FlushCommandMarshaller.GetDataStructureType">
2851 <summery>
2852 Returns the type code for the Object that this Marshaller handles..
2853 </summery>
2854 </member>
2855 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.IntegerResponseMarshaller">
2856 <summary>
2857 Marshalling code for Open Wire Format for IntegerResponse
2858 </summary>
2859 </member>
2860 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.IntegerResponseMarshaller.CreateObject">
2861 <summery>
2862 Creates an instance of the Object that this marshaller handles.
2863 </summery>
2864 </member>
2865 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.IntegerResponseMarshaller.GetDataStructureType">
2866 <summery>
2867 Returns the type code for the Object that this Marshaller handles..
2868 </summery>
2869 </member>
2870 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.JournalQueueAckMarshaller">
2871 <summary>
2872 Marshalling code for Open Wire Format for JournalQueueAck
2873 </summary>
2874 </member>
2875 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.JournalQueueAckMarshaller.CreateObject">
2876 <summery>
2877 Creates an instance of the Object that this marshaller handles.
2878 </summery>
2879 </member>
2880 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.JournalQueueAckMarshaller.GetDataStructureType">
2881 <summery>
2882 Returns the type code for the Object that this Marshaller handles..
2883 </summery>
2884 </member>
2885 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.JournalTopicAckMarshaller">
2886 <summary>
2887 Marshalling code for Open Wire Format for JournalTopicAck
2888 </summary>
2889 </member>
2890 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.JournalTopicAckMarshaller.CreateObject">
2891 <summery>
2892 Creates an instance of the Object that this marshaller handles.
2893 </summery>
2894 </member>
2895 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.JournalTopicAckMarshaller.GetDataStructureType">
2896 <summery>
2897 Returns the type code for the Object that this Marshaller handles..
2898 </summery>
2899 </member>
2900 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.JournalTraceMarshaller">
2901 <summary>
2902 Marshalling code for Open Wire Format for JournalTrace
2903 </summary>
2904 </member>
2905 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.JournalTraceMarshaller.CreateObject">
2906 <summery>
2907 Creates an instance of the Object that this marshaller handles.
2908 </summery>
2909 </member>
2910 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.JournalTraceMarshaller.GetDataStructureType">
2911 <summery>
2912 Returns the type code for the Object that this Marshaller handles..
2913 </summery>
2914 </member>
2915 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.JournalTransactionMarshaller">
2916 <summary>
2917 Marshalling code for Open Wire Format for JournalTransaction
2918 </summary>
2919 </member>
2920 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.JournalTransactionMarshaller.CreateObject">
2921 <summery>
2922 Creates an instance of the Object that this marshaller handles.
2923 </summery>
2924 </member>
2925 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.JournalTransactionMarshaller.GetDataStructureType">
2926 <summery>
2927 Returns the type code for the Object that this Marshaller handles..
2928 </summery>
2929 </member>
2930 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.KeepAliveInfoMarshaller">
2931 <summary>
2932 Marshalling code for Open Wire Format for KeepAliveInfo
2933 </summary>
2934 </member>
2935 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.KeepAliveInfoMarshaller.CreateObject">
2936 <summery>
2937 Creates an instance of the Object that this marshaller handles.
2938 </summery>
2939 </member>
2940 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.KeepAliveInfoMarshaller.GetDataStructureType">
2941 <summery>
2942 Returns the type code for the Object that this Marshaller handles..
2943 </summery>
2944 </member>
2945 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.LastPartialCommandMarshaller">
2946 <summary>
2947 Marshalling code for Open Wire Format for LastPartialCommand
2948 </summary>
2949 </member>
2950 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.PartialCommandMarshaller">
2951 <summary>
2952 Marshalling code for Open Wire Format for PartialCommand
2953 </summary>
2954 </member>
2955 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.PartialCommandMarshaller.CreateObject">
2956 <summery>
2957 Creates an instance of the Object that this marshaller handles.
2958 </summery>
2959 </member>
2960 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.PartialCommandMarshaller.GetDataStructureType">
2961 <summery>
2962 Returns the type code for the Object that this Marshaller handles..
2963 </summery>
2964 </member>
2965 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.LastPartialCommandMarshaller.CreateObject">
2966 <summery>
2967 Creates an instance of the Object that this marshaller handles.
2968 </summery>
2969 </member>
2970 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.LastPartialCommandMarshaller.GetDataStructureType">
2971 <summery>
2972 Returns the type code for the Object that this Marshaller handles..
2973 </summery>
2974 </member>
2975 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.LocalTransactionIdMarshaller">
2976 <summary>
2977 Marshalling code for Open Wire Format for LocalTransactionId
2978 </summary>
2979 </member>
2980 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.TransactionIdMarshaller">
2981 <summary>
2982 Marshalling code for Open Wire Format for TransactionId
2983 </summary>
2984 </member>
2985 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.LocalTransactionIdMarshaller.CreateObject">
2986 <summery>
2987 Creates an instance of the Object that this marshaller handles.
2988 </summery>
2989 </member>
2990 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.LocalTransactionIdMarshaller.GetDataStructureType">
2991 <summery>
2992 Returns the type code for the Object that this Marshaller handles..
2993 </summery>
2994 </member>
2995 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.MarshallerFactory">
2996 <summary>
2997 Used to create marshallers for a specific version of the OpenWire protocol.
2998 Each non-abstract DataStructure object has a registered Marshaller that is
2999 created and added to the OpenWireFormat objects format collection.
3000 </summary>
3001 </member>
3002 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MarshallerFactory.configure(Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat)">
3003 <summery>
3004 Adds the Marshallers for this version of the OpenWire protocol to the
3005 Collection of Marshallers stored in the OpenWireFormat class.
3006 </summery>
3007 </member>
3008 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.MessageAckMarshaller">
3009 <summary>
3010 Marshalling code for Open Wire Format for MessageAck
3011 </summary>
3012 </member>
3013 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MessageAckMarshaller.CreateObject">
3014 <summery>
3015 Creates an instance of the Object that this marshaller handles.
3016 </summery>
3017 </member>
3018 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MessageAckMarshaller.GetDataStructureType">
3019 <summery>
3020 Returns the type code for the Object that this Marshaller handles..
3021 </summery>
3022 </member>
3023 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.MessageDispatchMarshaller">
3024 <summary>
3025 Marshalling code for Open Wire Format for MessageDispatch
3026 </summary>
3027 </member>
3028 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MessageDispatchMarshaller.CreateObject">
3029 <summery>
3030 Creates an instance of the Object that this marshaller handles.
3031 </summery>
3032 </member>
3033 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MessageDispatchMarshaller.GetDataStructureType">
3034 <summery>
3035 Returns the type code for the Object that this Marshaller handles..
3036 </summery>
3037 </member>
3038 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.MessageDispatchNotificationMarshaller">
3039 <summary>
3040 Marshalling code for Open Wire Format for MessageDispatchNotification
3041 </summary>
3042 </member>
3043 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MessageDispatchNotificationMarshaller.CreateObject">
3044 <summery>
3045 Creates an instance of the Object that this marshaller handles.
3046 </summery>
3047 </member>
3048 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MessageDispatchNotificationMarshaller.GetDataStructureType">
3049 <summery>
3050 Returns the type code for the Object that this Marshaller handles..
3051 </summery>
3052 </member>
3053 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.MessageIdMarshaller">
3054 <summary>
3055 Marshalling code for Open Wire Format for MessageId
3056 </summary>
3057 </member>
3058 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MessageIdMarshaller.CreateObject">
3059 <summery>
3060 Creates an instance of the Object that this marshaller handles.
3061 </summery>
3062 </member>
3063 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MessageIdMarshaller.GetDataStructureType">
3064 <summery>
3065 Returns the type code for the Object that this Marshaller handles..
3066 </summery>
3067 </member>
3068 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.MessagePullMarshaller">
3069 <summary>
3070 Marshalling code for Open Wire Format for MessagePull
3071 </summary>
3072 </member>
3073 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MessagePullMarshaller.CreateObject">
3074 <summery>
3075 Creates an instance of the Object that this marshaller handles.
3076 </summery>
3077 </member>
3078 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.MessagePullMarshaller.GetDataStructureType">
3079 <summery>
3080 Returns the type code for the Object that this Marshaller handles..
3081 </summery>
3082 </member>
3083 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.NetworkBridgeFilterMarshaller">
3084 <summary>
3085 Marshalling code for Open Wire Format for NetworkBridgeFilter
3086 </summary>
3087 </member>
3088 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.NetworkBridgeFilterMarshaller.CreateObject">
3089 <summery>
3090 Creates an instance of the Object that this marshaller handles.
3091 </summery>
3092 </member>
3093 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.NetworkBridgeFilterMarshaller.GetDataStructureType">
3094 <summery>
3095 Returns the type code for the Object that this Marshaller handles..
3096 </summery>
3097 </member>
3098 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ProducerAckMarshaller">
3099 <summary>
3100 Marshalling code for Open Wire Format for ProducerAck
3101 </summary>
3102 </member>
3103 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ProducerAckMarshaller.CreateObject">
3104 <summery>
3105 Creates an instance of the Object that this marshaller handles.
3106 </summery>
3107 </member>
3108 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ProducerAckMarshaller.GetDataStructureType">
3109 <summery>
3110 Returns the type code for the Object that this Marshaller handles..
3111 </summery>
3112 </member>
3113 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ProducerIdMarshaller">
3114 <summary>
3115 Marshalling code for Open Wire Format for ProducerId
3116 </summary>
3117 </member>
3118 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ProducerIdMarshaller.CreateObject">
3119 <summery>
3120 Creates an instance of the Object that this marshaller handles.
3121 </summery>
3122 </member>
3123 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ProducerIdMarshaller.GetDataStructureType">
3124 <summery>
3125 Returns the type code for the Object that this Marshaller handles..
3126 </summery>
3127 </member>
3128 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ProducerInfoMarshaller">
3129 <summary>
3130 Marshalling code for Open Wire Format for ProducerInfo
3131 </summary>
3132 </member>
3133 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ProducerInfoMarshaller.CreateObject">
3134 <summery>
3135 Creates an instance of the Object that this marshaller handles.
3136 </summery>
3137 </member>
3138 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ProducerInfoMarshaller.GetDataStructureType">
3139 <summery>
3140 Returns the type code for the Object that this Marshaller handles..
3141 </summery>
3142 </member>
3143 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.RemoveInfoMarshaller">
3144 <summary>
3145 Marshalling code for Open Wire Format for RemoveInfo
3146 </summary>
3147 </member>
3148 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.RemoveInfoMarshaller.CreateObject">
3149 <summery>
3150 Creates an instance of the Object that this marshaller handles.
3151 </summery>
3152 </member>
3153 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.RemoveInfoMarshaller.GetDataStructureType">
3154 <summery>
3155 Returns the type code for the Object that this Marshaller handles..
3156 </summery>
3157 </member>
3158 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.RemoveSubscriptionInfoMarshaller">
3159 <summary>
3160 Marshalling code for Open Wire Format for RemoveSubscriptionInfo
3161 </summary>
3162 </member>
3163 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.RemoveSubscriptionInfoMarshaller.CreateObject">
3164 <summery>
3165 Creates an instance of the Object that this marshaller handles.
3166 </summery>
3167 </member>
3168 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.RemoveSubscriptionInfoMarshaller.GetDataStructureType">
3169 <summery>
3170 Returns the type code for the Object that this Marshaller handles..
3171 </summery>
3172 </member>
3173 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ReplayCommandMarshaller">
3174 <summary>
3175 Marshalling code for Open Wire Format for ReplayCommand
3176 </summary>
3177 </member>
3178 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ReplayCommandMarshaller.CreateObject">
3179 <summery>
3180 Creates an instance of the Object that this marshaller handles.
3181 </summery>
3182 </member>
3183 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ReplayCommandMarshaller.GetDataStructureType">
3184 <summery>
3185 Returns the type code for the Object that this Marshaller handles..
3186 </summery>
3187 </member>
3188 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.SessionIdMarshaller">
3189 <summary>
3190 Marshalling code for Open Wire Format for SessionId
3191 </summary>
3192 </member>
3193 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.SessionIdMarshaller.CreateObject">
3194 <summery>
3195 Creates an instance of the Object that this marshaller handles.
3196 </summery>
3197 </member>
3198 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.SessionIdMarshaller.GetDataStructureType">
3199 <summery>
3200 Returns the type code for the Object that this Marshaller handles..
3201 </summery>
3202 </member>
3203 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.SessionInfoMarshaller">
3204 <summary>
3205 Marshalling code for Open Wire Format for SessionInfo
3206 </summary>
3207 </member>
3208 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.SessionInfoMarshaller.CreateObject">
3209 <summery>
3210 Creates an instance of the Object that this marshaller handles.
3211 </summery>
3212 </member>
3213 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.SessionInfoMarshaller.GetDataStructureType">
3214 <summery>
3215 Returns the type code for the Object that this Marshaller handles..
3216 </summery>
3217 </member>
3218 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.ShutdownInfoMarshaller">
3219 <summary>
3220 Marshalling code for Open Wire Format for ShutdownInfo
3221 </summary>
3222 </member>
3223 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ShutdownInfoMarshaller.CreateObject">
3224 <summery>
3225 Creates an instance of the Object that this marshaller handles.
3226 </summery>
3227 </member>
3228 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.ShutdownInfoMarshaller.GetDataStructureType">
3229 <summery>
3230 Returns the type code for the Object that this Marshaller handles..
3231 </summery>
3232 </member>
3233 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.SubscriptionInfoMarshaller">
3234 <summary>
3235 Marshalling code for Open Wire Format for SubscriptionInfo
3236 </summary>
3237 </member>
3238 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.SubscriptionInfoMarshaller.CreateObject">
3239 <summery>
3240 Creates an instance of the Object that this marshaller handles.
3241 </summery>
3242 </member>
3243 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.SubscriptionInfoMarshaller.GetDataStructureType">
3244 <summery>
3245 Returns the type code for the Object that this Marshaller handles..
3246 </summery>
3247 </member>
3248 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.TransactionInfoMarshaller">
3249 <summary>
3250 Marshalling code for Open Wire Format for TransactionInfo
3251 </summary>
3252 </member>
3253 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.TransactionInfoMarshaller.CreateObject">
3254 <summery>
3255 Creates an instance of the Object that this marshaller handles.
3256 </summery>
3257 </member>
3258 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.TransactionInfoMarshaller.GetDataStructureType">
3259 <summery>
3260 Returns the type code for the Object that this Marshaller handles..
3261 </summery>
3262 </member>
3263 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.WireFormatInfoMarshaller">
3264 <summary>
3265 Marshalling code for Open Wire Format for WireFormatInfo
3266 </summary>
3267 </member>
3268 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.WireFormatInfoMarshaller.CreateObject">
3269 <summery>
3270 Creates an instance of the Object that this marshaller handles.
3271 </summery>
3272 </member>
3273 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.WireFormatInfoMarshaller.GetDataStructureType">
3274 <summery>
3275 Returns the type code for the Object that this Marshaller handles..
3276 </summery>
3277 </member>
3278 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V10.XATransactionIdMarshaller">
3279 <summary>
3280 Marshalling code for Open Wire Format for XATransactionId
3281 </summary>
3282 </member>
3283 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.XATransactionIdMarshaller.CreateObject">
3284 <summery>
3285 Creates an instance of the Object that this marshaller handles.
3286 </summery>
3287 </member>
3288 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V10.XATransactionIdMarshaller.GetDataStructureType">
3289 <summery>
3290 Returns the type code for the Object that this Marshaller handles..
3291 </summery>
3292 </member>
3293 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQBlobMessageMarshaller">
3294 <summary>
3295 Marshalling code for Open Wire Format for ActiveMQBlobMessage
3296 </summary>
3297 </member>
3298 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQMessageMarshaller">
3299 <summary>
3300 Marshalling code for Open Wire Format for ActiveMQMessage
3301 </summary>
3302 </member>
3303 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.MessageMarshaller">
3304 <summary>
3305 Marshalling code for Open Wire Format for Message
3306 </summary>
3307 </member>
3308 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.BaseCommandMarshaller">
3309 <summary>
3310 Marshalling code for Open Wire Format for BaseCommand
3311 </summary>
3312 </member>
3313 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQMessageMarshaller.CreateObject">
3314 <summery>
3315 Creates an instance of the Object that this marshaller handles.
3316 </summery>
3317 </member>
3318 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQMessageMarshaller.GetDataStructureType">
3319 <summery>
3320 Returns the type code for the Object that this Marshaller handles..
3321 </summery>
3322 </member>
3323 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQBlobMessageMarshaller.CreateObject">
3324 <summery>
3325 Creates an instance of the Object that this marshaller handles.
3326 </summery>
3327 </member>
3328 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQBlobMessageMarshaller.GetDataStructureType">
3329 <summery>
3330 Returns the type code for the Object that this Marshaller handles..
3331 </summery>
3332 </member>
3333 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQBytesMessageMarshaller">
3334 <summary>
3335 Marshalling code for Open Wire Format for ActiveMQBytesMessage
3336 </summary>
3337 </member>
3338 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQBytesMessageMarshaller.CreateObject">
3339 <summery>
3340 Creates an instance of the Object that this marshaller handles.
3341 </summery>
3342 </member>
3343 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQBytesMessageMarshaller.GetDataStructureType">
3344 <summery>
3345 Returns the type code for the Object that this Marshaller handles..
3346 </summery>
3347 </member>
3348 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQDestinationMarshaller">
3349 <summary>
3350 Marshalling code for Open Wire Format for ActiveMQDestination
3351 </summary>
3352 </member>
3353 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQMapMessageMarshaller">
3354 <summary>
3355 Marshalling code for Open Wire Format for ActiveMQMapMessage
3356 </summary>
3357 </member>
3358 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQMapMessageMarshaller.CreateObject">
3359 <summery>
3360 Creates an instance of the Object that this marshaller handles.
3361 </summery>
3362 </member>
3363 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQMapMessageMarshaller.GetDataStructureType">
3364 <summery>
3365 Returns the type code for the Object that this Marshaller handles..
3366 </summery>
3367 </member>
3368 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQObjectMessageMarshaller">
3369 <summary>
3370 Marshalling code for Open Wire Format for ActiveMQObjectMessage
3371 </summary>
3372 </member>
3373 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQObjectMessageMarshaller.CreateObject">
3374 <summery>
3375 Creates an instance of the Object that this marshaller handles.
3376 </summery>
3377 </member>
3378 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQObjectMessageMarshaller.GetDataStructureType">
3379 <summery>
3380 Returns the type code for the Object that this Marshaller handles..
3381 </summery>
3382 </member>
3383 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQQueueMarshaller">
3384 <summary>
3385 Marshalling code for Open Wire Format for ActiveMQQueue
3386 </summary>
3387 </member>
3388 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQQueueMarshaller.CreateObject">
3389 <summery>
3390 Creates an instance of the Object that this marshaller handles.
3391 </summery>
3392 </member>
3393 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQQueueMarshaller.GetDataStructureType">
3394 <summery>
3395 Returns the type code for the Object that this Marshaller handles..
3396 </summery>
3397 </member>
3398 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQStreamMessageMarshaller">
3399 <summary>
3400 Marshalling code for Open Wire Format for ActiveMQStreamMessage
3401 </summary>
3402 </member>
3403 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQStreamMessageMarshaller.CreateObject">
3404 <summery>
3405 Creates an instance of the Object that this marshaller handles.
3406 </summery>
3407 </member>
3408 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQStreamMessageMarshaller.GetDataStructureType">
3409 <summery>
3410 Returns the type code for the Object that this Marshaller handles..
3411 </summery>
3412 </member>
3413 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTempDestinationMarshaller">
3414 <summary>
3415 Marshalling code for Open Wire Format for ActiveMQTempDestination
3416 </summary>
3417 </member>
3418 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTempQueueMarshaller">
3419 <summary>
3420 Marshalling code for Open Wire Format for ActiveMQTempQueue
3421 </summary>
3422 </member>
3423 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTempQueueMarshaller.CreateObject">
3424 <summery>
3425 Creates an instance of the Object that this marshaller handles.
3426 </summery>
3427 </member>
3428 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTempQueueMarshaller.GetDataStructureType">
3429 <summery>
3430 Returns the type code for the Object that this Marshaller handles..
3431 </summery>
3432 </member>
3433 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTempTopicMarshaller">
3434 <summary>
3435 Marshalling code for Open Wire Format for ActiveMQTempTopic
3436 </summary>
3437 </member>
3438 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTempTopicMarshaller.CreateObject">
3439 <summery>
3440 Creates an instance of the Object that this marshaller handles.
3441 </summery>
3442 </member>
3443 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTempTopicMarshaller.GetDataStructureType">
3444 <summery>
3445 Returns the type code for the Object that this Marshaller handles..
3446 </summery>
3447 </member>
3448 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTextMessageMarshaller">
3449 <summary>
3450 Marshalling code for Open Wire Format for ActiveMQTextMessage
3451 </summary>
3452 </member>
3453 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTextMessageMarshaller.CreateObject">
3454 <summery>
3455 Creates an instance of the Object that this marshaller handles.
3456 </summery>
3457 </member>
3458 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTextMessageMarshaller.GetDataStructureType">
3459 <summery>
3460 Returns the type code for the Object that this Marshaller handles..
3461 </summery>
3462 </member>
3463 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTopicMarshaller">
3464 <summary>
3465 Marshalling code for Open Wire Format for ActiveMQTopic
3466 </summary>
3467 </member>
3468 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTopicMarshaller.CreateObject">
3469 <summery>
3470 Creates an instance of the Object that this marshaller handles.
3471 </summery>
3472 </member>
3473 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ActiveMQTopicMarshaller.GetDataStructureType">
3474 <summery>
3475 Returns the type code for the Object that this Marshaller handles..
3476 </summery>
3477 </member>
3478 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.BrokerIdMarshaller">
3479 <summary>
3480 Marshalling code for Open Wire Format for BrokerId
3481 </summary>
3482 </member>
3483 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.BrokerIdMarshaller.CreateObject">
3484 <summery>
3485 Creates an instance of the Object that this marshaller handles.
3486 </summery>
3487 </member>
3488 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.BrokerIdMarshaller.GetDataStructureType">
3489 <summery>
3490 Returns the type code for the Object that this Marshaller handles..
3491 </summery>
3492 </member>
3493 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.BrokerInfoMarshaller">
3494 <summary>
3495 Marshalling code for Open Wire Format for BrokerInfo
3496 </summary>
3497 </member>
3498 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.BrokerInfoMarshaller.CreateObject">
3499 <summery>
3500 Creates an instance of the Object that this marshaller handles.
3501 </summery>
3502 </member>
3503 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.BrokerInfoMarshaller.GetDataStructureType">
3504 <summery>
3505 Returns the type code for the Object that this Marshaller handles..
3506 </summery>
3507 </member>
3508 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionControlMarshaller">
3509 <summary>
3510 Marshalling code for Open Wire Format for ConnectionControl
3511 </summary>
3512 </member>
3513 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionControlMarshaller.CreateObject">
3514 <summery>
3515 Creates an instance of the Object that this marshaller handles.
3516 </summery>
3517 </member>
3518 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionControlMarshaller.GetDataStructureType">
3519 <summery>
3520 Returns the type code for the Object that this Marshaller handles..
3521 </summery>
3522 </member>
3523 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionErrorMarshaller">
3524 <summary>
3525 Marshalling code for Open Wire Format for ConnectionError
3526 </summary>
3527 </member>
3528 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionErrorMarshaller.CreateObject">
3529 <summery>
3530 Creates an instance of the Object that this marshaller handles.
3531 </summery>
3532 </member>
3533 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionErrorMarshaller.GetDataStructureType">
3534 <summery>
3535 Returns the type code for the Object that this Marshaller handles..
3536 </summery>
3537 </member>
3538 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionIdMarshaller">
3539 <summary>
3540 Marshalling code for Open Wire Format for ConnectionId
3541 </summary>
3542 </member>
3543 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionIdMarshaller.CreateObject">
3544 <summery>
3545 Creates an instance of the Object that this marshaller handles.
3546 </summery>
3547 </member>
3548 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionIdMarshaller.GetDataStructureType">
3549 <summery>
3550 Returns the type code for the Object that this Marshaller handles..
3551 </summery>
3552 </member>
3553 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionInfoMarshaller">
3554 <summary>
3555 Marshalling code for Open Wire Format for ConnectionInfo
3556 </summary>
3557 </member>
3558 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionInfoMarshaller.CreateObject">
3559 <summery>
3560 Creates an instance of the Object that this marshaller handles.
3561 </summery>
3562 </member>
3563 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConnectionInfoMarshaller.GetDataStructureType">
3564 <summery>
3565 Returns the type code for the Object that this Marshaller handles..
3566 </summery>
3567 </member>
3568 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ConsumerControlMarshaller">
3569 <summary>
3570 Marshalling code for Open Wire Format for ConsumerControl
3571 </summary>
3572 </member>
3573 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConsumerControlMarshaller.CreateObject">
3574 <summery>
3575 Creates an instance of the Object that this marshaller handles.
3576 </summery>
3577 </member>
3578 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConsumerControlMarshaller.GetDataStructureType">
3579 <summery>
3580 Returns the type code for the Object that this Marshaller handles..
3581 </summery>
3582 </member>
3583 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ConsumerIdMarshaller">
3584 <summary>
3585 Marshalling code for Open Wire Format for ConsumerId
3586 </summary>
3587 </member>
3588 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConsumerIdMarshaller.CreateObject">
3589 <summery>
3590 Creates an instance of the Object that this marshaller handles.
3591 </summery>
3592 </member>
3593 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConsumerIdMarshaller.GetDataStructureType">
3594 <summery>
3595 Returns the type code for the Object that this Marshaller handles..
3596 </summery>
3597 </member>
3598 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ConsumerInfoMarshaller">
3599 <summary>
3600 Marshalling code for Open Wire Format for ConsumerInfo
3601 </summary>
3602 </member>
3603 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConsumerInfoMarshaller.CreateObject">
3604 <summery>
3605 Creates an instance of the Object that this marshaller handles.
3606 </summery>
3607 </member>
3608 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ConsumerInfoMarshaller.GetDataStructureType">
3609 <summery>
3610 Returns the type code for the Object that this Marshaller handles..
3611 </summery>
3612 </member>
3613 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ControlCommandMarshaller">
3614 <summary>
3615 Marshalling code for Open Wire Format for ControlCommand
3616 </summary>
3617 </member>
3618 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ControlCommandMarshaller.CreateObject">
3619 <summery>
3620 Creates an instance of the Object that this marshaller handles.
3621 </summery>
3622 </member>
3623 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ControlCommandMarshaller.GetDataStructureType">
3624 <summery>
3625 Returns the type code for the Object that this Marshaller handles..
3626 </summery>
3627 </member>
3628 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.DataArrayResponseMarshaller">
3629 <summary>
3630 Marshalling code for Open Wire Format for DataArrayResponse
3631 </summary>
3632 </member>
3633 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ResponseMarshaller">
3634 <summary>
3635 Marshalling code for Open Wire Format for Response
3636 </summary>
3637 </member>
3638 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ResponseMarshaller.CreateObject">
3639 <summery>
3640 Creates an instance of the Object that this marshaller handles.
3641 </summery>
3642 </member>
3643 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ResponseMarshaller.GetDataStructureType">
3644 <summery>
3645 Returns the type code for the Object that this Marshaller handles..
3646 </summery>
3647 </member>
3648 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.DataArrayResponseMarshaller.CreateObject">
3649 <summery>
3650 Creates an instance of the Object that this marshaller handles.
3651 </summery>
3652 </member>
3653 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.DataArrayResponseMarshaller.GetDataStructureType">
3654 <summery>
3655 Returns the type code for the Object that this Marshaller handles..
3656 </summery>
3657 </member>
3658 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.DataResponseMarshaller">
3659 <summary>
3660 Marshalling code for Open Wire Format for DataResponse
3661 </summary>
3662 </member>
3663 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.DataResponseMarshaller.CreateObject">
3664 <summery>
3665 Creates an instance of the Object that this marshaller handles.
3666 </summery>
3667 </member>
3668 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.DataResponseMarshaller.GetDataStructureType">
3669 <summery>
3670 Returns the type code for the Object that this Marshaller handles..
3671 </summery>
3672 </member>
3673 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.DestinationInfoMarshaller">
3674 <summary>
3675 Marshalling code for Open Wire Format for DestinationInfo
3676 </summary>
3677 </member>
3678 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.DestinationInfoMarshaller.CreateObject">
3679 <summery>
3680 Creates an instance of the Object that this marshaller handles.
3681 </summery>
3682 </member>
3683 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.DestinationInfoMarshaller.GetDataStructureType">
3684 <summery>
3685 Returns the type code for the Object that this Marshaller handles..
3686 </summery>
3687 </member>
3688 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.DiscoveryEventMarshaller">
3689 <summary>
3690 Marshalling code for Open Wire Format for DiscoveryEvent
3691 </summary>
3692 </member>
3693 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.DiscoveryEventMarshaller.CreateObject">
3694 <summery>
3695 Creates an instance of the Object that this marshaller handles.
3696 </summery>
3697 </member>
3698 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.DiscoveryEventMarshaller.GetDataStructureType">
3699 <summery>
3700 Returns the type code for the Object that this Marshaller handles..
3701 </summery>
3702 </member>
3703 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ExceptionResponseMarshaller">
3704 <summary>
3705 Marshalling code for Open Wire Format for ExceptionResponse
3706 </summary>
3707 </member>
3708 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ExceptionResponseMarshaller.CreateObject">
3709 <summery>
3710 Creates an instance of the Object that this marshaller handles.
3711 </summery>
3712 </member>
3713 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ExceptionResponseMarshaller.GetDataStructureType">
3714 <summery>
3715 Returns the type code for the Object that this Marshaller handles..
3716 </summery>
3717 </member>
3718 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.FlushCommandMarshaller">
3719 <summary>
3720 Marshalling code for Open Wire Format for FlushCommand
3721 </summary>
3722 </member>
3723 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.FlushCommandMarshaller.CreateObject">
3724 <summery>
3725 Creates an instance of the Object that this marshaller handles.
3726 </summery>
3727 </member>
3728 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.FlushCommandMarshaller.GetDataStructureType">
3729 <summery>
3730 Returns the type code for the Object that this Marshaller handles..
3731 </summery>
3732 </member>
3733 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.IntegerResponseMarshaller">
3734 <summary>
3735 Marshalling code for Open Wire Format for IntegerResponse
3736 </summary>
3737 </member>
3738 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.IntegerResponseMarshaller.CreateObject">
3739 <summery>
3740 Creates an instance of the Object that this marshaller handles.
3741 </summery>
3742 </member>
3743 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.IntegerResponseMarshaller.GetDataStructureType">
3744 <summery>
3745 Returns the type code for the Object that this Marshaller handles..
3746 </summery>
3747 </member>
3748 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.JournalQueueAckMarshaller">
3749 <summary>
3750 Marshalling code for Open Wire Format for JournalQueueAck
3751 </summary>
3752 </member>
3753 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.JournalQueueAckMarshaller.CreateObject">
3754 <summery>
3755 Creates an instance of the Object that this marshaller handles.
3756 </summery>
3757 </member>
3758 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.JournalQueueAckMarshaller.GetDataStructureType">
3759 <summery>
3760 Returns the type code for the Object that this Marshaller handles..
3761 </summery>
3762 </member>
3763 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.JournalTopicAckMarshaller">
3764 <summary>
3765 Marshalling code for Open Wire Format for JournalTopicAck
3766 </summary>
3767 </member>
3768 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.JournalTopicAckMarshaller.CreateObject">
3769 <summery>
3770 Creates an instance of the Object that this marshaller handles.
3771 </summery>
3772 </member>
3773 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.JournalTopicAckMarshaller.GetDataStructureType">
3774 <summery>
3775 Returns the type code for the Object that this Marshaller handles..
3776 </summery>
3777 </member>
3778 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.JournalTraceMarshaller">
3779 <summary>
3780 Marshalling code for Open Wire Format for JournalTrace
3781 </summary>
3782 </member>
3783 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.JournalTraceMarshaller.CreateObject">
3784 <summery>
3785 Creates an instance of the Object that this marshaller handles.
3786 </summery>
3787 </member>
3788 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.JournalTraceMarshaller.GetDataStructureType">
3789 <summery>
3790 Returns the type code for the Object that this Marshaller handles..
3791 </summery>
3792 </member>
3793 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.JournalTransactionMarshaller">
3794 <summary>
3795 Marshalling code for Open Wire Format for JournalTransaction
3796 </summary>
3797 </member>
3798 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.JournalTransactionMarshaller.CreateObject">
3799 <summery>
3800 Creates an instance of the Object that this marshaller handles.
3801 </summery>
3802 </member>
3803 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.JournalTransactionMarshaller.GetDataStructureType">
3804 <summery>
3805 Returns the type code for the Object that this Marshaller handles..
3806 </summery>
3807 </member>
3808 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.KeepAliveInfoMarshaller">
3809 <summary>
3810 Marshalling code for Open Wire Format for KeepAliveInfo
3811 </summary>
3812 </member>
3813 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.KeepAliveInfoMarshaller.CreateObject">
3814 <summery>
3815 Creates an instance of the Object that this marshaller handles.
3816 </summery>
3817 </member>
3818 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.KeepAliveInfoMarshaller.GetDataStructureType">
3819 <summery>
3820 Returns the type code for the Object that this Marshaller handles..
3821 </summery>
3822 </member>
3823 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.LastPartialCommandMarshaller">
3824 <summary>
3825 Marshalling code for Open Wire Format for LastPartialCommand
3826 </summary>
3827 </member>
3828 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.PartialCommandMarshaller">
3829 <summary>
3830 Marshalling code for Open Wire Format for PartialCommand
3831 </summary>
3832 </member>
3833 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.PartialCommandMarshaller.CreateObject">
3834 <summery>
3835 Creates an instance of the Object that this marshaller handles.
3836 </summery>
3837 </member>
3838 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.PartialCommandMarshaller.GetDataStructureType">
3839 <summery>
3840 Returns the type code for the Object that this Marshaller handles..
3841 </summery>
3842 </member>
3843 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.LastPartialCommandMarshaller.CreateObject">
3844 <summery>
3845 Creates an instance of the Object that this marshaller handles.
3846 </summery>
3847 </member>
3848 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.LastPartialCommandMarshaller.GetDataStructureType">
3849 <summery>
3850 Returns the type code for the Object that this Marshaller handles..
3851 </summery>
3852 </member>
3853 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.LocalTransactionIdMarshaller">
3854 <summary>
3855 Marshalling code for Open Wire Format for LocalTransactionId
3856 </summary>
3857 </member>
3858 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.TransactionIdMarshaller">
3859 <summary>
3860 Marshalling code for Open Wire Format for TransactionId
3861 </summary>
3862 </member>
3863 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.LocalTransactionIdMarshaller.CreateObject">
3864 <summery>
3865 Creates an instance of the Object that this marshaller handles.
3866 </summery>
3867 </member>
3868 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.LocalTransactionIdMarshaller.GetDataStructureType">
3869 <summery>
3870 Returns the type code for the Object that this Marshaller handles..
3871 </summery>
3872 </member>
3873 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.MarshallerFactory">
3874 <summary>
3875 Used to create marshallers for a specific version of the OpenWire protocol.
3876 Each non-abstract DataStructure object has a registered Marshaller that is
3877 created and added to the OpenWireFormat objects format collection.
3878 </summary>
3879 </member>
3880 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MarshallerFactory.configure(Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat)">
3881 <summery>
3882 Adds the Marshallers for this version of the OpenWire protocol to the
3883 Collection of Marshallers stored in the OpenWireFormat class.
3884 </summery>
3885 </member>
3886 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.MessageAckMarshaller">
3887 <summary>
3888 Marshalling code for Open Wire Format for MessageAck
3889 </summary>
3890 </member>
3891 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MessageAckMarshaller.CreateObject">
3892 <summery>
3893 Creates an instance of the Object that this marshaller handles.
3894 </summery>
3895 </member>
3896 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MessageAckMarshaller.GetDataStructureType">
3897 <summery>
3898 Returns the type code for the Object that this Marshaller handles..
3899 </summery>
3900 </member>
3901 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.MessageDispatchMarshaller">
3902 <summary>
3903 Marshalling code for Open Wire Format for MessageDispatch
3904 </summary>
3905 </member>
3906 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MessageDispatchMarshaller.CreateObject">
3907 <summery>
3908 Creates an instance of the Object that this marshaller handles.
3909 </summery>
3910 </member>
3911 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MessageDispatchMarshaller.GetDataStructureType">
3912 <summery>
3913 Returns the type code for the Object that this Marshaller handles..
3914 </summery>
3915 </member>
3916 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.MessageDispatchNotificationMarshaller">
3917 <summary>
3918 Marshalling code for Open Wire Format for MessageDispatchNotification
3919 </summary>
3920 </member>
3921 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MessageDispatchNotificationMarshaller.CreateObject">
3922 <summery>
3923 Creates an instance of the Object that this marshaller handles.
3924 </summery>
3925 </member>
3926 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MessageDispatchNotificationMarshaller.GetDataStructureType">
3927 <summery>
3928 Returns the type code for the Object that this Marshaller handles..
3929 </summery>
3930 </member>
3931 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.MessageIdMarshaller">
3932 <summary>
3933 Marshalling code for Open Wire Format for MessageId
3934 </summary>
3935 </member>
3936 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MessageIdMarshaller.CreateObject">
3937 <summery>
3938 Creates an instance of the Object that this marshaller handles.
3939 </summery>
3940 </member>
3941 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MessageIdMarshaller.GetDataStructureType">
3942 <summery>
3943 Returns the type code for the Object that this Marshaller handles..
3944 </summery>
3945 </member>
3946 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.MessagePullMarshaller">
3947 <summary>
3948 Marshalling code for Open Wire Format for MessagePull
3949 </summary>
3950 </member>
3951 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MessagePullMarshaller.CreateObject">
3952 <summery>
3953 Creates an instance of the Object that this marshaller handles.
3954 </summery>
3955 </member>
3956 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.MessagePullMarshaller.GetDataStructureType">
3957 <summery>
3958 Returns the type code for the Object that this Marshaller handles..
3959 </summery>
3960 </member>
3961 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.NetworkBridgeFilterMarshaller">
3962 <summary>
3963 Marshalling code for Open Wire Format for NetworkBridgeFilter
3964 </summary>
3965 </member>
3966 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.NetworkBridgeFilterMarshaller.CreateObject">
3967 <summery>
3968 Creates an instance of the Object that this marshaller handles.
3969 </summery>
3970 </member>
3971 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.NetworkBridgeFilterMarshaller.GetDataStructureType">
3972 <summery>
3973 Returns the type code for the Object that this Marshaller handles..
3974 </summery>
3975 </member>
3976 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ProducerAckMarshaller">
3977 <summary>
3978 Marshalling code for Open Wire Format for ProducerAck
3979 </summary>
3980 </member>
3981 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ProducerAckMarshaller.CreateObject">
3982 <summery>
3983 Creates an instance of the Object that this marshaller handles.
3984 </summery>
3985 </member>
3986 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ProducerAckMarshaller.GetDataStructureType">
3987 <summery>
3988 Returns the type code for the Object that this Marshaller handles..
3989 </summery>
3990 </member>
3991 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ProducerIdMarshaller">
3992 <summary>
3993 Marshalling code for Open Wire Format for ProducerId
3994 </summary>
3995 </member>
3996 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ProducerIdMarshaller.CreateObject">
3997 <summery>
3998 Creates an instance of the Object that this marshaller handles.
3999 </summery>
4000 </member>
4001 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ProducerIdMarshaller.GetDataStructureType">
4002 <summery>
4003 Returns the type code for the Object that this Marshaller handles..
4004 </summery>
4005 </member>
4006 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ProducerInfoMarshaller">
4007 <summary>
4008 Marshalling code for Open Wire Format for ProducerInfo
4009 </summary>
4010 </member>
4011 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ProducerInfoMarshaller.CreateObject">
4012 <summery>
4013 Creates an instance of the Object that this marshaller handles.
4014 </summery>
4015 </member>
4016 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ProducerInfoMarshaller.GetDataStructureType">
4017 <summery>
4018 Returns the type code for the Object that this Marshaller handles..
4019 </summery>
4020 </member>
4021 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.RemoveInfoMarshaller">
4022 <summary>
4023 Marshalling code for Open Wire Format for RemoveInfo
4024 </summary>
4025 </member>
4026 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.RemoveInfoMarshaller.CreateObject">
4027 <summery>
4028 Creates an instance of the Object that this marshaller handles.
4029 </summery>
4030 </member>
4031 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.RemoveInfoMarshaller.GetDataStructureType">
4032 <summery>
4033 Returns the type code for the Object that this Marshaller handles..
4034 </summery>
4035 </member>
4036 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.RemoveSubscriptionInfoMarshaller">
4037 <summary>
4038 Marshalling code for Open Wire Format for RemoveSubscriptionInfo
4039 </summary>
4040 </member>
4041 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.RemoveSubscriptionInfoMarshaller.CreateObject">
4042 <summery>
4043 Creates an instance of the Object that this marshaller handles.
4044 </summery>
4045 </member>
4046 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.RemoveSubscriptionInfoMarshaller.GetDataStructureType">
4047 <summery>
4048 Returns the type code for the Object that this Marshaller handles..
4049 </summery>
4050 </member>
4051 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ReplayCommandMarshaller">
4052 <summary>
4053 Marshalling code for Open Wire Format for ReplayCommand
4054 </summary>
4055 </member>
4056 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ReplayCommandMarshaller.CreateObject">
4057 <summery>
4058 Creates an instance of the Object that this marshaller handles.
4059 </summery>
4060 </member>
4061 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ReplayCommandMarshaller.GetDataStructureType">
4062 <summery>
4063 Returns the type code for the Object that this Marshaller handles..
4064 </summery>
4065 </member>
4066 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.SessionIdMarshaller">
4067 <summary>
4068 Marshalling code for Open Wire Format for SessionId
4069 </summary>
4070 </member>
4071 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.SessionIdMarshaller.CreateObject">
4072 <summery>
4073 Creates an instance of the Object that this marshaller handles.
4074 </summery>
4075 </member>
4076 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.SessionIdMarshaller.GetDataStructureType">
4077 <summery>
4078 Returns the type code for the Object that this Marshaller handles..
4079 </summery>
4080 </member>
4081 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.SessionInfoMarshaller">
4082 <summary>
4083 Marshalling code for Open Wire Format for SessionInfo
4084 </summary>
4085 </member>
4086 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.SessionInfoMarshaller.CreateObject">
4087 <summery>
4088 Creates an instance of the Object that this marshaller handles.
4089 </summery>
4090 </member>
4091 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.SessionInfoMarshaller.GetDataStructureType">
4092 <summery>
4093 Returns the type code for the Object that this Marshaller handles..
4094 </summery>
4095 </member>
4096 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.ShutdownInfoMarshaller">
4097 <summary>
4098 Marshalling code for Open Wire Format for ShutdownInfo
4099 </summary>
4100 </member>
4101 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ShutdownInfoMarshaller.CreateObject">
4102 <summery>
4103 Creates an instance of the Object that this marshaller handles.
4104 </summery>
4105 </member>
4106 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.ShutdownInfoMarshaller.GetDataStructureType">
4107 <summery>
4108 Returns the type code for the Object that this Marshaller handles..
4109 </summery>
4110 </member>
4111 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.SubscriptionInfoMarshaller">
4112 <summary>
4113 Marshalling code for Open Wire Format for SubscriptionInfo
4114 </summary>
4115 </member>
4116 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.SubscriptionInfoMarshaller.CreateObject">
4117 <summery>
4118 Creates an instance of the Object that this marshaller handles.
4119 </summery>
4120 </member>
4121 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.SubscriptionInfoMarshaller.GetDataStructureType">
4122 <summery>
4123 Returns the type code for the Object that this Marshaller handles..
4124 </summery>
4125 </member>
4126 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.TransactionInfoMarshaller">
4127 <summary>
4128 Marshalling code for Open Wire Format for TransactionInfo
4129 </summary>
4130 </member>
4131 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.TransactionInfoMarshaller.CreateObject">
4132 <summery>
4133 Creates an instance of the Object that this marshaller handles.
4134 </summery>
4135 </member>
4136 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.TransactionInfoMarshaller.GetDataStructureType">
4137 <summery>
4138 Returns the type code for the Object that this Marshaller handles..
4139 </summery>
4140 </member>
4141 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.WireFormatInfoMarshaller">
4142 <summary>
4143 Marshalling code for Open Wire Format for WireFormatInfo
4144 </summary>
4145 </member>
4146 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.WireFormatInfoMarshaller.CreateObject">
4147 <summery>
4148 Creates an instance of the Object that this marshaller handles.
4149 </summery>
4150 </member>
4151 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.WireFormatInfoMarshaller.GetDataStructureType">
4152 <summery>
4153 Returns the type code for the Object that this Marshaller handles..
4154 </summery>
4155 </member>
4156 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V2.XATransactionIdMarshaller">
4157 <summary>
4158 Marshalling code for Open Wire Format for XATransactionId
4159 </summary>
4160 </member>
4161 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.XATransactionIdMarshaller.CreateObject">
4162 <summery>
4163 Creates an instance of the Object that this marshaller handles.
4164 </summery>
4165 </member>
4166 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V2.XATransactionIdMarshaller.GetDataStructureType">
4167 <summery>
4168 Returns the type code for the Object that this Marshaller handles..
4169 </summery>
4170 </member>
4171 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQBlobMessageMarshaller">
4172 <summary>
4173 Marshalling code for Open Wire Format for ActiveMQBlobMessage
4174 </summary>
4175 </member>
4176 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQMessageMarshaller">
4177 <summary>
4178 Marshalling code for Open Wire Format for ActiveMQMessage
4179 </summary>
4180 </member>
4181 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.MessageMarshaller">
4182 <summary>
4183 Marshalling code for Open Wire Format for Message
4184 </summary>
4185 </member>
4186 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.BaseCommandMarshaller">
4187 <summary>
4188 Marshalling code for Open Wire Format for BaseCommand
4189 </summary>
4190 </member>
4191 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQMessageMarshaller.CreateObject">
4192 <summery>
4193 Creates an instance of the Object that this marshaller handles.
4194 </summery>
4195 </member>
4196 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQMessageMarshaller.GetDataStructureType">
4197 <summery>
4198 Returns the type code for the Object that this Marshaller handles..
4199 </summery>
4200 </member>
4201 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQBlobMessageMarshaller.CreateObject">
4202 <summery>
4203 Creates an instance of the Object that this marshaller handles.
4204 </summery>
4205 </member>
4206 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQBlobMessageMarshaller.GetDataStructureType">
4207 <summery>
4208 Returns the type code for the Object that this Marshaller handles..
4209 </summery>
4210 </member>
4211 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQBytesMessageMarshaller">
4212 <summary>
4213 Marshalling code for Open Wire Format for ActiveMQBytesMessage
4214 </summary>
4215 </member>
4216 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQBytesMessageMarshaller.CreateObject">
4217 <summery>
4218 Creates an instance of the Object that this marshaller handles.
4219 </summery>
4220 </member>
4221 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQBytesMessageMarshaller.GetDataStructureType">
4222 <summery>
4223 Returns the type code for the Object that this Marshaller handles..
4224 </summery>
4225 </member>
4226 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQDestinationMarshaller">
4227 <summary>
4228 Marshalling code for Open Wire Format for ActiveMQDestination
4229 </summary>
4230 </member>
4231 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQMapMessageMarshaller">
4232 <summary>
4233 Marshalling code for Open Wire Format for ActiveMQMapMessage
4234 </summary>
4235 </member>
4236 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQMapMessageMarshaller.CreateObject">
4237 <summery>
4238 Creates an instance of the Object that this marshaller handles.
4239 </summery>
4240 </member>
4241 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQMapMessageMarshaller.GetDataStructureType">
4242 <summery>
4243 Returns the type code for the Object that this Marshaller handles..
4244 </summery>
4245 </member>
4246 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQObjectMessageMarshaller">
4247 <summary>
4248 Marshalling code for Open Wire Format for ActiveMQObjectMessage
4249 </summary>
4250 </member>
4251 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQObjectMessageMarshaller.CreateObject">
4252 <summery>
4253 Creates an instance of the Object that this marshaller handles.
4254 </summery>
4255 </member>
4256 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQObjectMessageMarshaller.GetDataStructureType">
4257 <summery>
4258 Returns the type code for the Object that this Marshaller handles..
4259 </summery>
4260 </member>
4261 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQQueueMarshaller">
4262 <summary>
4263 Marshalling code for Open Wire Format for ActiveMQQueue
4264 </summary>
4265 </member>
4266 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQQueueMarshaller.CreateObject">
4267 <summery>
4268 Creates an instance of the Object that this marshaller handles.
4269 </summery>
4270 </member>
4271 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQQueueMarshaller.GetDataStructureType">
4272 <summery>
4273 Returns the type code for the Object that this Marshaller handles..
4274 </summery>
4275 </member>
4276 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQStreamMessageMarshaller">
4277 <summary>
4278 Marshalling code for Open Wire Format for ActiveMQStreamMessage
4279 </summary>
4280 </member>
4281 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQStreamMessageMarshaller.CreateObject">
4282 <summery>
4283 Creates an instance of the Object that this marshaller handles.
4284 </summery>
4285 </member>
4286 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQStreamMessageMarshaller.GetDataStructureType">
4287 <summery>
4288 Returns the type code for the Object that this Marshaller handles..
4289 </summery>
4290 </member>
4291 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTempDestinationMarshaller">
4292 <summary>
4293 Marshalling code for Open Wire Format for ActiveMQTempDestination
4294 </summary>
4295 </member>
4296 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTempQueueMarshaller">
4297 <summary>
4298 Marshalling code for Open Wire Format for ActiveMQTempQueue
4299 </summary>
4300 </member>
4301 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTempQueueMarshaller.CreateObject">
4302 <summery>
4303 Creates an instance of the Object that this marshaller handles.
4304 </summery>
4305 </member>
4306 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTempQueueMarshaller.GetDataStructureType">
4307 <summery>
4308 Returns the type code for the Object that this Marshaller handles..
4309 </summery>
4310 </member>
4311 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTempTopicMarshaller">
4312 <summary>
4313 Marshalling code for Open Wire Format for ActiveMQTempTopic
4314 </summary>
4315 </member>
4316 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTempTopicMarshaller.CreateObject">
4317 <summery>
4318 Creates an instance of the Object that this marshaller handles.
4319 </summery>
4320 </member>
4321 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTempTopicMarshaller.GetDataStructureType">
4322 <summery>
4323 Returns the type code for the Object that this Marshaller handles..
4324 </summery>
4325 </member>
4326 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTextMessageMarshaller">
4327 <summary>
4328 Marshalling code for Open Wire Format for ActiveMQTextMessage
4329 </summary>
4330 </member>
4331 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTextMessageMarshaller.CreateObject">
4332 <summery>
4333 Creates an instance of the Object that this marshaller handles.
4334 </summery>
4335 </member>
4336 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTextMessageMarshaller.GetDataStructureType">
4337 <summery>
4338 Returns the type code for the Object that this Marshaller handles..
4339 </summery>
4340 </member>
4341 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTopicMarshaller">
4342 <summary>
4343 Marshalling code for Open Wire Format for ActiveMQTopic
4344 </summary>
4345 </member>
4346 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTopicMarshaller.CreateObject">
4347 <summery>
4348 Creates an instance of the Object that this marshaller handles.
4349 </summery>
4350 </member>
4351 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ActiveMQTopicMarshaller.GetDataStructureType">
4352 <summery>
4353 Returns the type code for the Object that this Marshaller handles..
4354 </summery>
4355 </member>
4356 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.BrokerIdMarshaller">
4357 <summary>
4358 Marshalling code for Open Wire Format for BrokerId
4359 </summary>
4360 </member>
4361 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.BrokerIdMarshaller.CreateObject">
4362 <summery>
4363 Creates an instance of the Object that this marshaller handles.
4364 </summery>
4365 </member>
4366 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.BrokerIdMarshaller.GetDataStructureType">
4367 <summery>
4368 Returns the type code for the Object that this Marshaller handles..
4369 </summery>
4370 </member>
4371 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.BrokerInfoMarshaller">
4372 <summary>
4373 Marshalling code for Open Wire Format for BrokerInfo
4374 </summary>
4375 </member>
4376 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.BrokerInfoMarshaller.CreateObject">
4377 <summery>
4378 Creates an instance of the Object that this marshaller handles.
4379 </summery>
4380 </member>
4381 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.BrokerInfoMarshaller.GetDataStructureType">
4382 <summery>
4383 Returns the type code for the Object that this Marshaller handles..
4384 </summery>
4385 </member>
4386 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionControlMarshaller">
4387 <summary>
4388 Marshalling code for Open Wire Format for ConnectionControl
4389 </summary>
4390 </member>
4391 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionControlMarshaller.CreateObject">
4392 <summery>
4393 Creates an instance of the Object that this marshaller handles.
4394 </summery>
4395 </member>
4396 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionControlMarshaller.GetDataStructureType">
4397 <summery>
4398 Returns the type code for the Object that this Marshaller handles..
4399 </summery>
4400 </member>
4401 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionErrorMarshaller">
4402 <summary>
4403 Marshalling code for Open Wire Format for ConnectionError
4404 </summary>
4405 </member>
4406 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionErrorMarshaller.CreateObject">
4407 <summery>
4408 Creates an instance of the Object that this marshaller handles.
4409 </summery>
4410 </member>
4411 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionErrorMarshaller.GetDataStructureType">
4412 <summery>
4413 Returns the type code for the Object that this Marshaller handles..
4414 </summery>
4415 </member>
4416 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionIdMarshaller">
4417 <summary>
4418 Marshalling code for Open Wire Format for ConnectionId
4419 </summary>
4420 </member>
4421 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionIdMarshaller.CreateObject">
4422 <summery>
4423 Creates an instance of the Object that this marshaller handles.
4424 </summery>
4425 </member>
4426 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionIdMarshaller.GetDataStructureType">
4427 <summery>
4428 Returns the type code for the Object that this Marshaller handles..
4429 </summery>
4430 </member>
4431 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionInfoMarshaller">
4432 <summary>
4433 Marshalling code for Open Wire Format for ConnectionInfo
4434 </summary>
4435 </member>
4436 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionInfoMarshaller.CreateObject">
4437 <summery>
4438 Creates an instance of the Object that this marshaller handles.
4439 </summery>
4440 </member>
4441 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConnectionInfoMarshaller.GetDataStructureType">
4442 <summery>
4443 Returns the type code for the Object that this Marshaller handles..
4444 </summery>
4445 </member>
4446 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ConsumerControlMarshaller">
4447 <summary>
4448 Marshalling code for Open Wire Format for ConsumerControl
4449 </summary>
4450 </member>
4451 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConsumerControlMarshaller.CreateObject">
4452 <summery>
4453 Creates an instance of the Object that this marshaller handles.
4454 </summery>
4455 </member>
4456 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConsumerControlMarshaller.GetDataStructureType">
4457 <summery>
4458 Returns the type code for the Object that this Marshaller handles..
4459 </summery>
4460 </member>
4461 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ConsumerIdMarshaller">
4462 <summary>
4463 Marshalling code for Open Wire Format for ConsumerId
4464 </summary>
4465 </member>
4466 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConsumerIdMarshaller.CreateObject">
4467 <summery>
4468 Creates an instance of the Object that this marshaller handles.
4469 </summery>
4470 </member>
4471 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConsumerIdMarshaller.GetDataStructureType">
4472 <summery>
4473 Returns the type code for the Object that this Marshaller handles..
4474 </summery>
4475 </member>
4476 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ConsumerInfoMarshaller">
4477 <summary>
4478 Marshalling code for Open Wire Format for ConsumerInfo
4479 </summary>
4480 </member>
4481 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConsumerInfoMarshaller.CreateObject">
4482 <summery>
4483 Creates an instance of the Object that this marshaller handles.
4484 </summery>
4485 </member>
4486 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ConsumerInfoMarshaller.GetDataStructureType">
4487 <summery>
4488 Returns the type code for the Object that this Marshaller handles..
4489 </summery>
4490 </member>
4491 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ControlCommandMarshaller">
4492 <summary>
4493 Marshalling code for Open Wire Format for ControlCommand
4494 </summary>
4495 </member>
4496 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ControlCommandMarshaller.CreateObject">
4497 <summery>
4498 Creates an instance of the Object that this marshaller handles.
4499 </summery>
4500 </member>
4501 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ControlCommandMarshaller.GetDataStructureType">
4502 <summery>
4503 Returns the type code for the Object that this Marshaller handles..
4504 </summery>
4505 </member>
4506 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.DataArrayResponseMarshaller">
4507 <summary>
4508 Marshalling code for Open Wire Format for DataArrayResponse
4509 </summary>
4510 </member>
4511 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ResponseMarshaller">
4512 <summary>
4513 Marshalling code for Open Wire Format for Response
4514 </summary>
4515 </member>
4516 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ResponseMarshaller.CreateObject">
4517 <summery>
4518 Creates an instance of the Object that this marshaller handles.
4519 </summery>
4520 </member>
4521 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ResponseMarshaller.GetDataStructureType">
4522 <summery>
4523 Returns the type code for the Object that this Marshaller handles..
4524 </summery>
4525 </member>
4526 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.DataArrayResponseMarshaller.CreateObject">
4527 <summery>
4528 Creates an instance of the Object that this marshaller handles.
4529 </summery>
4530 </member>
4531 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.DataArrayResponseMarshaller.GetDataStructureType">
4532 <summery>
4533 Returns the type code for the Object that this Marshaller handles..
4534 </summery>
4535 </member>
4536 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.DataResponseMarshaller">
4537 <summary>
4538 Marshalling code for Open Wire Format for DataResponse
4539 </summary>
4540 </member>
4541 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.DataResponseMarshaller.CreateObject">
4542 <summery>
4543 Creates an instance of the Object that this marshaller handles.
4544 </summery>
4545 </member>
4546 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.DataResponseMarshaller.GetDataStructureType">
4547 <summery>
4548 Returns the type code for the Object that this Marshaller handles..
4549 </summery>
4550 </member>
4551 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.DestinationInfoMarshaller">
4552 <summary>
4553 Marshalling code for Open Wire Format for DestinationInfo
4554 </summary>
4555 </member>
4556 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.DestinationInfoMarshaller.CreateObject">
4557 <summery>
4558 Creates an instance of the Object that this marshaller handles.
4559 </summery>
4560 </member>
4561 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.DestinationInfoMarshaller.GetDataStructureType">
4562 <summery>
4563 Returns the type code for the Object that this Marshaller handles..
4564 </summery>
4565 </member>
4566 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.DiscoveryEventMarshaller">
4567 <summary>
4568 Marshalling code for Open Wire Format for DiscoveryEvent
4569 </summary>
4570 </member>
4571 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.DiscoveryEventMarshaller.CreateObject">
4572 <summery>
4573 Creates an instance of the Object that this marshaller handles.
4574 </summery>
4575 </member>
4576 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.DiscoveryEventMarshaller.GetDataStructureType">
4577 <summery>
4578 Returns the type code for the Object that this Marshaller handles..
4579 </summery>
4580 </member>
4581 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ExceptionResponseMarshaller">
4582 <summary>
4583 Marshalling code for Open Wire Format for ExceptionResponse
4584 </summary>
4585 </member>
4586 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ExceptionResponseMarshaller.CreateObject">
4587 <summery>
4588 Creates an instance of the Object that this marshaller handles.
4589 </summery>
4590 </member>
4591 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ExceptionResponseMarshaller.GetDataStructureType">
4592 <summery>
4593 Returns the type code for the Object that this Marshaller handles..
4594 </summery>
4595 </member>
4596 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.FlushCommandMarshaller">
4597 <summary>
4598 Marshalling code for Open Wire Format for FlushCommand
4599 </summary>
4600 </member>
4601 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.FlushCommandMarshaller.CreateObject">
4602 <summery>
4603 Creates an instance of the Object that this marshaller handles.
4604 </summery>
4605 </member>
4606 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.FlushCommandMarshaller.GetDataStructureType">
4607 <summery>
4608 Returns the type code for the Object that this Marshaller handles..
4609 </summery>
4610 </member>
4611 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.IntegerResponseMarshaller">
4612 <summary>
4613 Marshalling code for Open Wire Format for IntegerResponse
4614 </summary>
4615 </member>
4616 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.IntegerResponseMarshaller.CreateObject">
4617 <summery>
4618 Creates an instance of the Object that this marshaller handles.
4619 </summery>
4620 </member>
4621 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.IntegerResponseMarshaller.GetDataStructureType">
4622 <summery>
4623 Returns the type code for the Object that this Marshaller handles..
4624 </summery>
4625 </member>
4626 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.JournalQueueAckMarshaller">
4627 <summary>
4628 Marshalling code for Open Wire Format for JournalQueueAck
4629 </summary>
4630 </member>
4631 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.JournalQueueAckMarshaller.CreateObject">
4632 <summery>
4633 Creates an instance of the Object that this marshaller handles.
4634 </summery>
4635 </member>
4636 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.JournalQueueAckMarshaller.GetDataStructureType">
4637 <summery>
4638 Returns the type code for the Object that this Marshaller handles..
4639 </summery>
4640 </member>
4641 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.JournalTopicAckMarshaller">
4642 <summary>
4643 Marshalling code for Open Wire Format for JournalTopicAck
4644 </summary>
4645 </member>
4646 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.JournalTopicAckMarshaller.CreateObject">
4647 <summery>
4648 Creates an instance of the Object that this marshaller handles.
4649 </summery>
4650 </member>
4651 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.JournalTopicAckMarshaller.GetDataStructureType">
4652 <summery>
4653 Returns the type code for the Object that this Marshaller handles..
4654 </summery>
4655 </member>
4656 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.JournalTraceMarshaller">
4657 <summary>
4658 Marshalling code for Open Wire Format for JournalTrace
4659 </summary>
4660 </member>
4661 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.JournalTraceMarshaller.CreateObject">
4662 <summery>
4663 Creates an instance of the Object that this marshaller handles.
4664 </summery>
4665 </member>
4666 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.JournalTraceMarshaller.GetDataStructureType">
4667 <summery>
4668 Returns the type code for the Object that this Marshaller handles..
4669 </summery>
4670 </member>
4671 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.JournalTransactionMarshaller">
4672 <summary>
4673 Marshalling code for Open Wire Format for JournalTransaction
4674 </summary>
4675 </member>
4676 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.JournalTransactionMarshaller.CreateObject">
4677 <summery>
4678 Creates an instance of the Object that this marshaller handles.
4679 </summery>
4680 </member>
4681 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.JournalTransactionMarshaller.GetDataStructureType">
4682 <summery>
4683 Returns the type code for the Object that this Marshaller handles..
4684 </summery>
4685 </member>
4686 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.KeepAliveInfoMarshaller">
4687 <summary>
4688 Marshalling code for Open Wire Format for KeepAliveInfo
4689 </summary>
4690 </member>
4691 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.KeepAliveInfoMarshaller.CreateObject">
4692 <summery>
4693 Creates an instance of the Object that this marshaller handles.
4694 </summery>
4695 </member>
4696 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.KeepAliveInfoMarshaller.GetDataStructureType">
4697 <summery>
4698 Returns the type code for the Object that this Marshaller handles..
4699 </summery>
4700 </member>
4701 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.LastPartialCommandMarshaller">
4702 <summary>
4703 Marshalling code for Open Wire Format for LastPartialCommand
4704 </summary>
4705 </member>
4706 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.PartialCommandMarshaller">
4707 <summary>
4708 Marshalling code for Open Wire Format for PartialCommand
4709 </summary>
4710 </member>
4711 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.PartialCommandMarshaller.CreateObject">
4712 <summery>
4713 Creates an instance of the Object that this marshaller handles.
4714 </summery>
4715 </member>
4716 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.PartialCommandMarshaller.GetDataStructureType">
4717 <summery>
4718 Returns the type code for the Object that this Marshaller handles..
4719 </summery>
4720 </member>
4721 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.LastPartialCommandMarshaller.CreateObject">
4722 <summery>
4723 Creates an instance of the Object that this marshaller handles.
4724 </summery>
4725 </member>
4726 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.LastPartialCommandMarshaller.GetDataStructureType">
4727 <summery>
4728 Returns the type code for the Object that this Marshaller handles..
4729 </summery>
4730 </member>
4731 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.LocalTransactionIdMarshaller">
4732 <summary>
4733 Marshalling code for Open Wire Format for LocalTransactionId
4734 </summary>
4735 </member>
4736 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.TransactionIdMarshaller">
4737 <summary>
4738 Marshalling code for Open Wire Format for TransactionId
4739 </summary>
4740 </member>
4741 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.LocalTransactionIdMarshaller.CreateObject">
4742 <summery>
4743 Creates an instance of the Object that this marshaller handles.
4744 </summery>
4745 </member>
4746 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.LocalTransactionIdMarshaller.GetDataStructureType">
4747 <summery>
4748 Returns the type code for the Object that this Marshaller handles..
4749 </summery>
4750 </member>
4751 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.MarshallerFactory">
4752 <summary>
4753 Used to create marshallers for a specific version of the OpenWire protocol.
4754 Each non-abstract DataStructure object has a registered Marshaller that is
4755 created and added to the OpenWireFormat objects format collection.
4756 </summary>
4757 </member>
4758 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MarshallerFactory.configure(Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat)">
4759 <summery>
4760 Adds the Marshallers for this version of the OpenWire protocol to the
4761 Collection of Marshallers stored in the OpenWireFormat class.
4762 </summery>
4763 </member>
4764 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.MessageAckMarshaller">
4765 <summary>
4766 Marshalling code for Open Wire Format for MessageAck
4767 </summary>
4768 </member>
4769 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MessageAckMarshaller.CreateObject">
4770 <summery>
4771 Creates an instance of the Object that this marshaller handles.
4772 </summery>
4773 </member>
4774 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MessageAckMarshaller.GetDataStructureType">
4775 <summery>
4776 Returns the type code for the Object that this Marshaller handles..
4777 </summery>
4778 </member>
4779 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.MessageDispatchMarshaller">
4780 <summary>
4781 Marshalling code for Open Wire Format for MessageDispatch
4782 </summary>
4783 </member>
4784 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MessageDispatchMarshaller.CreateObject">
4785 <summery>
4786 Creates an instance of the Object that this marshaller handles.
4787 </summery>
4788 </member>
4789 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MessageDispatchMarshaller.GetDataStructureType">
4790 <summery>
4791 Returns the type code for the Object that this Marshaller handles..
4792 </summery>
4793 </member>
4794 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.MessageDispatchNotificationMarshaller">
4795 <summary>
4796 Marshalling code for Open Wire Format for MessageDispatchNotification
4797 </summary>
4798 </member>
4799 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MessageDispatchNotificationMarshaller.CreateObject">
4800 <summery>
4801 Creates an instance of the Object that this marshaller handles.
4802 </summery>
4803 </member>
4804 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MessageDispatchNotificationMarshaller.GetDataStructureType">
4805 <summery>
4806 Returns the type code for the Object that this Marshaller handles..
4807 </summery>
4808 </member>
4809 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.MessageIdMarshaller">
4810 <summary>
4811 Marshalling code for Open Wire Format for MessageId
4812 </summary>
4813 </member>
4814 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MessageIdMarshaller.CreateObject">
4815 <summery>
4816 Creates an instance of the Object that this marshaller handles.
4817 </summery>
4818 </member>
4819 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MessageIdMarshaller.GetDataStructureType">
4820 <summery>
4821 Returns the type code for the Object that this Marshaller handles..
4822 </summery>
4823 </member>
4824 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.MessagePullMarshaller">
4825 <summary>
4826 Marshalling code for Open Wire Format for MessagePull
4827 </summary>
4828 </member>
4829 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MessagePullMarshaller.CreateObject">
4830 <summery>
4831 Creates an instance of the Object that this marshaller handles.
4832 </summery>
4833 </member>
4834 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.MessagePullMarshaller.GetDataStructureType">
4835 <summery>
4836 Returns the type code for the Object that this Marshaller handles..
4837 </summery>
4838 </member>
4839 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.NetworkBridgeFilterMarshaller">
4840 <summary>
4841 Marshalling code for Open Wire Format for NetworkBridgeFilter
4842 </summary>
4843 </member>
4844 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.NetworkBridgeFilterMarshaller.CreateObject">
4845 <summery>
4846 Creates an instance of the Object that this marshaller handles.
4847 </summery>
4848 </member>
4849 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.NetworkBridgeFilterMarshaller.GetDataStructureType">
4850 <summery>
4851 Returns the type code for the Object that this Marshaller handles..
4852 </summery>
4853 </member>
4854 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ProducerAckMarshaller">
4855 <summary>
4856 Marshalling code for Open Wire Format for ProducerAck
4857 </summary>
4858 </member>
4859 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ProducerAckMarshaller.CreateObject">
4860 <summery>
4861 Creates an instance of the Object that this marshaller handles.
4862 </summery>
4863 </member>
4864 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ProducerAckMarshaller.GetDataStructureType">
4865 <summery>
4866 Returns the type code for the Object that this Marshaller handles..
4867 </summery>
4868 </member>
4869 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ProducerIdMarshaller">
4870 <summary>
4871 Marshalling code for Open Wire Format for ProducerId
4872 </summary>
4873 </member>
4874 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ProducerIdMarshaller.CreateObject">
4875 <summery>
4876 Creates an instance of the Object that this marshaller handles.
4877 </summery>
4878 </member>
4879 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ProducerIdMarshaller.GetDataStructureType">
4880 <summery>
4881 Returns the type code for the Object that this Marshaller handles..
4882 </summery>
4883 </member>
4884 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ProducerInfoMarshaller">
4885 <summary>
4886 Marshalling code for Open Wire Format for ProducerInfo
4887 </summary>
4888 </member>
4889 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ProducerInfoMarshaller.CreateObject">
4890 <summery>
4891 Creates an instance of the Object that this marshaller handles.
4892 </summery>
4893 </member>
4894 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ProducerInfoMarshaller.GetDataStructureType">
4895 <summery>
4896 Returns the type code for the Object that this Marshaller handles..
4897 </summery>
4898 </member>
4899 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.RemoveInfoMarshaller">
4900 <summary>
4901 Marshalling code for Open Wire Format for RemoveInfo
4902 </summary>
4903 </member>
4904 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.RemoveInfoMarshaller.CreateObject">
4905 <summery>
4906 Creates an instance of the Object that this marshaller handles.
4907 </summery>
4908 </member>
4909 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.RemoveInfoMarshaller.GetDataStructureType">
4910 <summery>
4911 Returns the type code for the Object that this Marshaller handles..
4912 </summery>
4913 </member>
4914 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.RemoveSubscriptionInfoMarshaller">
4915 <summary>
4916 Marshalling code for Open Wire Format for RemoveSubscriptionInfo
4917 </summary>
4918 </member>
4919 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.RemoveSubscriptionInfoMarshaller.CreateObject">
4920 <summery>
4921 Creates an instance of the Object that this marshaller handles.
4922 </summery>
4923 </member>
4924 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.RemoveSubscriptionInfoMarshaller.GetDataStructureType">
4925 <summery>
4926 Returns the type code for the Object that this Marshaller handles..
4927 </summery>
4928 </member>
4929 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ReplayCommandMarshaller">
4930 <summary>
4931 Marshalling code for Open Wire Format for ReplayCommand
4932 </summary>
4933 </member>
4934 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ReplayCommandMarshaller.CreateObject">
4935 <summery>
4936 Creates an instance of the Object that this marshaller handles.
4937 </summery>
4938 </member>
4939 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ReplayCommandMarshaller.GetDataStructureType">
4940 <summery>
4941 Returns the type code for the Object that this Marshaller handles..
4942 </summery>
4943 </member>
4944 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.SessionIdMarshaller">
4945 <summary>
4946 Marshalling code for Open Wire Format for SessionId
4947 </summary>
4948 </member>
4949 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.SessionIdMarshaller.CreateObject">
4950 <summery>
4951 Creates an instance of the Object that this marshaller handles.
4952 </summery>
4953 </member>
4954 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.SessionIdMarshaller.GetDataStructureType">
4955 <summery>
4956 Returns the type code for the Object that this Marshaller handles..
4957 </summery>
4958 </member>
4959 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.SessionInfoMarshaller">
4960 <summary>
4961 Marshalling code for Open Wire Format for SessionInfo
4962 </summary>
4963 </member>
4964 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.SessionInfoMarshaller.CreateObject">
4965 <summery>
4966 Creates an instance of the Object that this marshaller handles.
4967 </summery>
4968 </member>
4969 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.SessionInfoMarshaller.GetDataStructureType">
4970 <summery>
4971 Returns the type code for the Object that this Marshaller handles..
4972 </summery>
4973 </member>
4974 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.ShutdownInfoMarshaller">
4975 <summary>
4976 Marshalling code for Open Wire Format for ShutdownInfo
4977 </summary>
4978 </member>
4979 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ShutdownInfoMarshaller.CreateObject">
4980 <summery>
4981 Creates an instance of the Object that this marshaller handles.
4982 </summery>
4983 </member>
4984 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.ShutdownInfoMarshaller.GetDataStructureType">
4985 <summery>
4986 Returns the type code for the Object that this Marshaller handles..
4987 </summery>
4988 </member>
4989 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.SubscriptionInfoMarshaller">
4990 <summary>
4991 Marshalling code for Open Wire Format for SubscriptionInfo
4992 </summary>
4993 </member>
4994 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.SubscriptionInfoMarshaller.CreateObject">
4995 <summery>
4996 Creates an instance of the Object that this marshaller handles.
4997 </summery>
4998 </member>
4999 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.SubscriptionInfoMarshaller.GetDataStructureType">
5000 <summery>
5001 Returns the type code for the Object that this Marshaller handles..
5002 </summery>
5003 </member>
5004 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.TransactionInfoMarshaller">
5005 <summary>
5006 Marshalling code for Open Wire Format for TransactionInfo
5007 </summary>
5008 </member>
5009 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.TransactionInfoMarshaller.CreateObject">
5010 <summery>
5011 Creates an instance of the Object that this marshaller handles.
5012 </summery>
5013 </member>
5014 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.TransactionInfoMarshaller.GetDataStructureType">
5015 <summery>
5016 Returns the type code for the Object that this Marshaller handles..
5017 </summery>
5018 </member>
5019 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.WireFormatInfoMarshaller">
5020 <summary>
5021 Marshalling code for Open Wire Format for WireFormatInfo
5022 </summary>
5023 </member>
5024 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.WireFormatInfoMarshaller.CreateObject">
5025 <summery>
5026 Creates an instance of the Object that this marshaller handles.
5027 </summery>
5028 </member>
5029 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.WireFormatInfoMarshaller.GetDataStructureType">
5030 <summery>
5031 Returns the type code for the Object that this Marshaller handles..
5032 </summery>
5033 </member>
5034 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V3.XATransactionIdMarshaller">
5035 <summary>
5036 Marshalling code for Open Wire Format for XATransactionId
5037 </summary>
5038 </member>
5039 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.XATransactionIdMarshaller.CreateObject">
5040 <summery>
5041 Creates an instance of the Object that this marshaller handles.
5042 </summery>
5043 </member>
5044 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V3.XATransactionIdMarshaller.GetDataStructureType">
5045 <summery>
5046 Returns the type code for the Object that this Marshaller handles..
5047 </summery>
5048 </member>
5049 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQBlobMessageMarshaller">
5050 <summary>
5051 Marshalling code for Open Wire Format for ActiveMQBlobMessage
5052 </summary>
5053 </member>
5054 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQMessageMarshaller">
5055 <summary>
5056 Marshalling code for Open Wire Format for ActiveMQMessage
5057 </summary>
5058 </member>
5059 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.MessageMarshaller">
5060 <summary>
5061 Marshalling code for Open Wire Format for Message
5062 </summary>
5063 </member>
5064 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.BaseCommandMarshaller">
5065 <summary>
5066 Marshalling code for Open Wire Format for BaseCommand
5067 </summary>
5068 </member>
5069 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQMessageMarshaller.CreateObject">
5070 <summery>
5071 Creates an instance of the Object that this marshaller handles.
5072 </summery>
5073 </member>
5074 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQMessageMarshaller.GetDataStructureType">
5075 <summery>
5076 Returns the type code for the Object that this Marshaller handles..
5077 </summery>
5078 </member>
5079 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQBlobMessageMarshaller.CreateObject">
5080 <summery>
5081 Creates an instance of the Object that this marshaller handles.
5082 </summery>
5083 </member>
5084 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQBlobMessageMarshaller.GetDataStructureType">
5085 <summery>
5086 Returns the type code for the Object that this Marshaller handles..
5087 </summery>
5088 </member>
5089 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQBytesMessageMarshaller">
5090 <summary>
5091 Marshalling code for Open Wire Format for ActiveMQBytesMessage
5092 </summary>
5093 </member>
5094 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQBytesMessageMarshaller.CreateObject">
5095 <summery>
5096 Creates an instance of the Object that this marshaller handles.
5097 </summery>
5098 </member>
5099 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQBytesMessageMarshaller.GetDataStructureType">
5100 <summery>
5101 Returns the type code for the Object that this Marshaller handles..
5102 </summery>
5103 </member>
5104 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQDestinationMarshaller">
5105 <summary>
5106 Marshalling code for Open Wire Format for ActiveMQDestination
5107 </summary>
5108 </member>
5109 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQMapMessageMarshaller">
5110 <summary>
5111 Marshalling code for Open Wire Format for ActiveMQMapMessage
5112 </summary>
5113 </member>
5114 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQMapMessageMarshaller.CreateObject">
5115 <summery>
5116 Creates an instance of the Object that this marshaller handles.
5117 </summery>
5118 </member>
5119 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQMapMessageMarshaller.GetDataStructureType">
5120 <summery>
5121 Returns the type code for the Object that this Marshaller handles..
5122 </summery>
5123 </member>
5124 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQObjectMessageMarshaller">
5125 <summary>
5126 Marshalling code for Open Wire Format for ActiveMQObjectMessage
5127 </summary>
5128 </member>
5129 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQObjectMessageMarshaller.CreateObject">
5130 <summery>
5131 Creates an instance of the Object that this marshaller handles.
5132 </summery>
5133 </member>
5134 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQObjectMessageMarshaller.GetDataStructureType">
5135 <summery>
5136 Returns the type code for the Object that this Marshaller handles..
5137 </summery>
5138 </member>
5139 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQQueueMarshaller">
5140 <summary>
5141 Marshalling code for Open Wire Format for ActiveMQQueue
5142 </summary>
5143 </member>
5144 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQQueueMarshaller.CreateObject">
5145 <summery>
5146 Creates an instance of the Object that this marshaller handles.
5147 </summery>
5148 </member>
5149 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQQueueMarshaller.GetDataStructureType">
5150 <summery>
5151 Returns the type code for the Object that this Marshaller handles..
5152 </summery>
5153 </member>
5154 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQStreamMessageMarshaller">
5155 <summary>
5156 Marshalling code for Open Wire Format for ActiveMQStreamMessage
5157 </summary>
5158 </member>
5159 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQStreamMessageMarshaller.CreateObject">
5160 <summery>
5161 Creates an instance of the Object that this marshaller handles.
5162 </summery>
5163 </member>
5164 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQStreamMessageMarshaller.GetDataStructureType">
5165 <summery>
5166 Returns the type code for the Object that this Marshaller handles..
5167 </summery>
5168 </member>
5169 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTempDestinationMarshaller">
5170 <summary>
5171 Marshalling code for Open Wire Format for ActiveMQTempDestination
5172 </summary>
5173 </member>
5174 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTempQueueMarshaller">
5175 <summary>
5176 Marshalling code for Open Wire Format for ActiveMQTempQueue
5177 </summary>
5178 </member>
5179 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTempQueueMarshaller.CreateObject">
5180 <summery>
5181 Creates an instance of the Object that this marshaller handles.
5182 </summery>
5183 </member>
5184 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTempQueueMarshaller.GetDataStructureType">
5185 <summery>
5186 Returns the type code for the Object that this Marshaller handles..
5187 </summery>
5188 </member>
5189 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTempTopicMarshaller">
5190 <summary>
5191 Marshalling code for Open Wire Format for ActiveMQTempTopic
5192 </summary>
5193 </member>
5194 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTempTopicMarshaller.CreateObject">
5195 <summery>
5196 Creates an instance of the Object that this marshaller handles.
5197 </summery>
5198 </member>
5199 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTempTopicMarshaller.GetDataStructureType">
5200 <summery>
5201 Returns the type code for the Object that this Marshaller handles..
5202 </summery>
5203 </member>
5204 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTextMessageMarshaller">
5205 <summary>
5206 Marshalling code for Open Wire Format for ActiveMQTextMessage
5207 </summary>
5208 </member>
5209 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTextMessageMarshaller.CreateObject">
5210 <summery>
5211 Creates an instance of the Object that this marshaller handles.
5212 </summery>
5213 </member>
5214 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTextMessageMarshaller.GetDataStructureType">
5215 <summery>
5216 Returns the type code for the Object that this Marshaller handles..
5217 </summery>
5218 </member>
5219 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTopicMarshaller">
5220 <summary>
5221 Marshalling code for Open Wire Format for ActiveMQTopic
5222 </summary>
5223 </member>
5224 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTopicMarshaller.CreateObject">
5225 <summery>
5226 Creates an instance of the Object that this marshaller handles.
5227 </summery>
5228 </member>
5229 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ActiveMQTopicMarshaller.GetDataStructureType">
5230 <summery>
5231 Returns the type code for the Object that this Marshaller handles..
5232 </summery>
5233 </member>
5234 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.BrokerIdMarshaller">
5235 <summary>
5236 Marshalling code for Open Wire Format for BrokerId
5237 </summary>
5238 </member>
5239 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.BrokerIdMarshaller.CreateObject">
5240 <summery>
5241 Creates an instance of the Object that this marshaller handles.
5242 </summery>
5243 </member>
5244 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.BrokerIdMarshaller.GetDataStructureType">
5245 <summery>
5246 Returns the type code for the Object that this Marshaller handles..
5247 </summery>
5248 </member>
5249 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.BrokerInfoMarshaller">
5250 <summary>
5251 Marshalling code for Open Wire Format for BrokerInfo
5252 </summary>
5253 </member>
5254 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.BrokerInfoMarshaller.CreateObject">
5255 <summery>
5256 Creates an instance of the Object that this marshaller handles.
5257 </summery>
5258 </member>
5259 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.BrokerInfoMarshaller.GetDataStructureType">
5260 <summery>
5261 Returns the type code for the Object that this Marshaller handles..
5262 </summery>
5263 </member>
5264 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionControlMarshaller">
5265 <summary>
5266 Marshalling code for Open Wire Format for ConnectionControl
5267 </summary>
5268 </member>
5269 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionControlMarshaller.CreateObject">
5270 <summery>
5271 Creates an instance of the Object that this marshaller handles.
5272 </summery>
5273 </member>
5274 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionControlMarshaller.GetDataStructureType">
5275 <summery>
5276 Returns the type code for the Object that this Marshaller handles..
5277 </summery>
5278 </member>
5279 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionErrorMarshaller">
5280 <summary>
5281 Marshalling code for Open Wire Format for ConnectionError
5282 </summary>
5283 </member>
5284 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionErrorMarshaller.CreateObject">
5285 <summery>
5286 Creates an instance of the Object that this marshaller handles.
5287 </summery>
5288 </member>
5289 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionErrorMarshaller.GetDataStructureType">
5290 <summery>
5291 Returns the type code for the Object that this Marshaller handles..
5292 </summery>
5293 </member>
5294 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionIdMarshaller">
5295 <summary>
5296 Marshalling code for Open Wire Format for ConnectionId
5297 </summary>
5298 </member>
5299 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionIdMarshaller.CreateObject">
5300 <summery>
5301 Creates an instance of the Object that this marshaller handles.
5302 </summery>
5303 </member>
5304 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionIdMarshaller.GetDataStructureType">
5305 <summery>
5306 Returns the type code for the Object that this Marshaller handles..
5307 </summery>
5308 </member>
5309 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionInfoMarshaller">
5310 <summary>
5311 Marshalling code for Open Wire Format for ConnectionInfo
5312 </summary>
5313 </member>
5314 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionInfoMarshaller.CreateObject">
5315 <summery>
5316 Creates an instance of the Object that this marshaller handles.
5317 </summery>
5318 </member>
5319 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConnectionInfoMarshaller.GetDataStructureType">
5320 <summery>
5321 Returns the type code for the Object that this Marshaller handles..
5322 </summery>
5323 </member>
5324 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ConsumerControlMarshaller">
5325 <summary>
5326 Marshalling code for Open Wire Format for ConsumerControl
5327 </summary>
5328 </member>
5329 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConsumerControlMarshaller.CreateObject">
5330 <summery>
5331 Creates an instance of the Object that this marshaller handles.
5332 </summery>
5333 </member>
5334 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConsumerControlMarshaller.GetDataStructureType">
5335 <summery>
5336 Returns the type code for the Object that this Marshaller handles..
5337 </summery>
5338 </member>
5339 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ConsumerIdMarshaller">
5340 <summary>
5341 Marshalling code for Open Wire Format for ConsumerId
5342 </summary>
5343 </member>
5344 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConsumerIdMarshaller.CreateObject">
5345 <summery>
5346 Creates an instance of the Object that this marshaller handles.
5347 </summery>
5348 </member>
5349 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConsumerIdMarshaller.GetDataStructureType">
5350 <summery>
5351 Returns the type code for the Object that this Marshaller handles..
5352 </summery>
5353 </member>
5354 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ConsumerInfoMarshaller">
5355 <summary>
5356 Marshalling code for Open Wire Format for ConsumerInfo
5357 </summary>
5358 </member>
5359 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConsumerInfoMarshaller.CreateObject">
5360 <summery>
5361 Creates an instance of the Object that this marshaller handles.
5362 </summery>
5363 </member>
5364 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ConsumerInfoMarshaller.GetDataStructureType">
5365 <summery>
5366 Returns the type code for the Object that this Marshaller handles..
5367 </summery>
5368 </member>
5369 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ControlCommandMarshaller">
5370 <summary>
5371 Marshalling code for Open Wire Format for ControlCommand
5372 </summary>
5373 </member>
5374 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ControlCommandMarshaller.CreateObject">
5375 <summery>
5376 Creates an instance of the Object that this marshaller handles.
5377 </summery>
5378 </member>
5379 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ControlCommandMarshaller.GetDataStructureType">
5380 <summery>
5381 Returns the type code for the Object that this Marshaller handles..
5382 </summery>
5383 </member>
5384 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.DataArrayResponseMarshaller">
5385 <summary>
5386 Marshalling code for Open Wire Format for DataArrayResponse
5387 </summary>
5388 </member>
5389 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ResponseMarshaller">
5390 <summary>
5391 Marshalling code for Open Wire Format for Response
5392 </summary>
5393 </member>
5394 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ResponseMarshaller.CreateObject">
5395 <summery>
5396 Creates an instance of the Object that this marshaller handles.
5397 </summery>
5398 </member>
5399 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ResponseMarshaller.GetDataStructureType">
5400 <summery>
5401 Returns the type code for the Object that this Marshaller handles..
5402 </summery>
5403 </member>
5404 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.DataArrayResponseMarshaller.CreateObject">
5405 <summery>
5406 Creates an instance of the Object that this marshaller handles.
5407 </summery>
5408 </member>
5409 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.DataArrayResponseMarshaller.GetDataStructureType">
5410 <summery>
5411 Returns the type code for the Object that this Marshaller handles..
5412 </summery>
5413 </member>
5414 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.DataResponseMarshaller">
5415 <summary>
5416 Marshalling code for Open Wire Format for DataResponse
5417 </summary>
5418 </member>
5419 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.DataResponseMarshaller.CreateObject">
5420 <summery>
5421 Creates an instance of the Object that this marshaller handles.
5422 </summery>
5423 </member>
5424 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.DataResponseMarshaller.GetDataStructureType">
5425 <summery>
5426 Returns the type code for the Object that this Marshaller handles..
5427 </summery>
5428 </member>
5429 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.DestinationInfoMarshaller">
5430 <summary>
5431 Marshalling code for Open Wire Format for DestinationInfo
5432 </summary>
5433 </member>
5434 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.DestinationInfoMarshaller.CreateObject">
5435 <summery>
5436 Creates an instance of the Object that this marshaller handles.
5437 </summery>
5438 </member>
5439 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.DestinationInfoMarshaller.GetDataStructureType">
5440 <summery>
5441 Returns the type code for the Object that this Marshaller handles..
5442 </summery>
5443 </member>
5444 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.DiscoveryEventMarshaller">
5445 <summary>
5446 Marshalling code for Open Wire Format for DiscoveryEvent
5447 </summary>
5448 </member>
5449 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.DiscoveryEventMarshaller.CreateObject">
5450 <summery>
5451 Creates an instance of the Object that this marshaller handles.
5452 </summery>
5453 </member>
5454 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.DiscoveryEventMarshaller.GetDataStructureType">
5455 <summery>
5456 Returns the type code for the Object that this Marshaller handles..
5457 </summery>
5458 </member>
5459 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ExceptionResponseMarshaller">
5460 <summary>
5461 Marshalling code for Open Wire Format for ExceptionResponse
5462 </summary>
5463 </member>
5464 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ExceptionResponseMarshaller.CreateObject">
5465 <summery>
5466 Creates an instance of the Object that this marshaller handles.
5467 </summery>
5468 </member>
5469 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ExceptionResponseMarshaller.GetDataStructureType">
5470 <summery>
5471 Returns the type code for the Object that this Marshaller handles..
5472 </summery>
5473 </member>
5474 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.FlushCommandMarshaller">
5475 <summary>
5476 Marshalling code for Open Wire Format for FlushCommand
5477 </summary>
5478 </member>
5479 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.FlushCommandMarshaller.CreateObject">
5480 <summery>
5481 Creates an instance of the Object that this marshaller handles.
5482 </summery>
5483 </member>
5484 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.FlushCommandMarshaller.GetDataStructureType">
5485 <summery>
5486 Returns the type code for the Object that this Marshaller handles..
5487 </summery>
5488 </member>
5489 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.IntegerResponseMarshaller">
5490 <summary>
5491 Marshalling code for Open Wire Format for IntegerResponse
5492 </summary>
5493 </member>
5494 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.IntegerResponseMarshaller.CreateObject">
5495 <summery>
5496 Creates an instance of the Object that this marshaller handles.
5497 </summery>
5498 </member>
5499 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.IntegerResponseMarshaller.GetDataStructureType">
5500 <summery>
5501 Returns the type code for the Object that this Marshaller handles..
5502 </summery>
5503 </member>
5504 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.JournalQueueAckMarshaller">
5505 <summary>
5506 Marshalling code for Open Wire Format for JournalQueueAck
5507 </summary>
5508 </member>
5509 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.JournalQueueAckMarshaller.CreateObject">
5510 <summery>
5511 Creates an instance of the Object that this marshaller handles.
5512 </summery>
5513 </member>
5514 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.JournalQueueAckMarshaller.GetDataStructureType">
5515 <summery>
5516 Returns the type code for the Object that this Marshaller handles..
5517 </summery>
5518 </member>
5519 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.JournalTopicAckMarshaller">
5520 <summary>
5521 Marshalling code for Open Wire Format for JournalTopicAck
5522 </summary>
5523 </member>
5524 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.JournalTopicAckMarshaller.CreateObject">
5525 <summery>
5526 Creates an instance of the Object that this marshaller handles.
5527 </summery>
5528 </member>
5529 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.JournalTopicAckMarshaller.GetDataStructureType">
5530 <summery>
5531 Returns the type code for the Object that this Marshaller handles..
5532 </summery>
5533 </member>
5534 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.JournalTraceMarshaller">
5535 <summary>
5536 Marshalling code for Open Wire Format for JournalTrace
5537 </summary>
5538 </member>
5539 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.JournalTraceMarshaller.CreateObject">
5540 <summery>
5541 Creates an instance of the Object that this marshaller handles.
5542 </summery>
5543 </member>
5544 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.JournalTraceMarshaller.GetDataStructureType">
5545 <summery>
5546 Returns the type code for the Object that this Marshaller handles..
5547 </summery>
5548 </member>
5549 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.JournalTransactionMarshaller">
5550 <summary>
5551 Marshalling code for Open Wire Format for JournalTransaction
5552 </summary>
5553 </member>
5554 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.JournalTransactionMarshaller.CreateObject">
5555 <summery>
5556 Creates an instance of the Object that this marshaller handles.
5557 </summery>
5558 </member>
5559 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.JournalTransactionMarshaller.GetDataStructureType">
5560 <summery>
5561 Returns the type code for the Object that this Marshaller handles..
5562 </summery>
5563 </member>
5564 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.KeepAliveInfoMarshaller">
5565 <summary>
5566 Marshalling code for Open Wire Format for KeepAliveInfo
5567 </summary>
5568 </member>
5569 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.KeepAliveInfoMarshaller.CreateObject">
5570 <summery>
5571 Creates an instance of the Object that this marshaller handles.
5572 </summery>
5573 </member>
5574 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.KeepAliveInfoMarshaller.GetDataStructureType">
5575 <summery>
5576 Returns the type code for the Object that this Marshaller handles..
5577 </summery>
5578 </member>
5579 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.LastPartialCommandMarshaller">
5580 <summary>
5581 Marshalling code for Open Wire Format for LastPartialCommand
5582 </summary>
5583 </member>
5584 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.PartialCommandMarshaller">
5585 <summary>
5586 Marshalling code for Open Wire Format for PartialCommand
5587 </summary>
5588 </member>
5589 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.PartialCommandMarshaller.CreateObject">
5590 <summery>
5591 Creates an instance of the Object that this marshaller handles.
5592 </summery>
5593 </member>
5594 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.PartialCommandMarshaller.GetDataStructureType">
5595 <summery>
5596 Returns the type code for the Object that this Marshaller handles..
5597 </summery>
5598 </member>
5599 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.LastPartialCommandMarshaller.CreateObject">
5600 <summery>
5601 Creates an instance of the Object that this marshaller handles.
5602 </summery>
5603 </member>
5604 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.LastPartialCommandMarshaller.GetDataStructureType">
5605 <summery>
5606 Returns the type code for the Object that this Marshaller handles..
5607 </summery>
5608 </member>
5609 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.LocalTransactionIdMarshaller">
5610 <summary>
5611 Marshalling code for Open Wire Format for LocalTransactionId
5612 </summary>
5613 </member>
5614 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.TransactionIdMarshaller">
5615 <summary>
5616 Marshalling code for Open Wire Format for TransactionId
5617 </summary>
5618 </member>
5619 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.LocalTransactionIdMarshaller.CreateObject">
5620 <summery>
5621 Creates an instance of the Object that this marshaller handles.
5622 </summery>
5623 </member>
5624 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.LocalTransactionIdMarshaller.GetDataStructureType">
5625 <summery>
5626 Returns the type code for the Object that this Marshaller handles..
5627 </summery>
5628 </member>
5629 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.MarshallerFactory">
5630 <summary>
5631 Used to create marshallers for a specific version of the OpenWire protocol.
5632 Each non-abstract DataStructure object has a registered Marshaller that is
5633 created and added to the OpenWireFormat objects format collection.
5634 </summary>
5635 </member>
5636 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MarshallerFactory.configure(Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat)">
5637 <summery>
5638 Adds the Marshallers for this version of the OpenWire protocol to the
5639 Collection of Marshallers stored in the OpenWireFormat class.
5640 </summery>
5641 </member>
5642 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.MessageAckMarshaller">
5643 <summary>
5644 Marshalling code for Open Wire Format for MessageAck
5645 </summary>
5646 </member>
5647 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MessageAckMarshaller.CreateObject">
5648 <summery>
5649 Creates an instance of the Object that this marshaller handles.
5650 </summery>
5651 </member>
5652 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MessageAckMarshaller.GetDataStructureType">
5653 <summery>
5654 Returns the type code for the Object that this Marshaller handles..
5655 </summery>
5656 </member>
5657 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.MessageDispatchMarshaller">
5658 <summary>
5659 Marshalling code for Open Wire Format for MessageDispatch
5660 </summary>
5661 </member>
5662 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MessageDispatchMarshaller.CreateObject">
5663 <summery>
5664 Creates an instance of the Object that this marshaller handles.
5665 </summery>
5666 </member>
5667 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MessageDispatchMarshaller.GetDataStructureType">
5668 <summery>
5669 Returns the type code for the Object that this Marshaller handles..
5670 </summery>
5671 </member>
5672 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.MessageDispatchNotificationMarshaller">
5673 <summary>
5674 Marshalling code for Open Wire Format for MessageDispatchNotification
5675 </summary>
5676 </member>
5677 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MessageDispatchNotificationMarshaller.CreateObject">
5678 <summery>
5679 Creates an instance of the Object that this marshaller handles.
5680 </summery>
5681 </member>
5682 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MessageDispatchNotificationMarshaller.GetDataStructureType">
5683 <summery>
5684 Returns the type code for the Object that this Marshaller handles..
5685 </summery>
5686 </member>
5687 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.MessageIdMarshaller">
5688 <summary>
5689 Marshalling code for Open Wire Format for MessageId
5690 </summary>
5691 </member>
5692 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MessageIdMarshaller.CreateObject">
5693 <summery>
5694 Creates an instance of the Object that this marshaller handles.
5695 </summery>
5696 </member>
5697 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MessageIdMarshaller.GetDataStructureType">
5698 <summery>
5699 Returns the type code for the Object that this Marshaller handles..
5700 </summery>
5701 </member>
5702 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.MessagePullMarshaller">
5703 <summary>
5704 Marshalling code for Open Wire Format for MessagePull
5705 </summary>
5706 </member>
5707 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MessagePullMarshaller.CreateObject">
5708 <summery>
5709 Creates an instance of the Object that this marshaller handles.
5710 </summery>
5711 </member>
5712 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.MessagePullMarshaller.GetDataStructureType">
5713 <summery>
5714 Returns the type code for the Object that this Marshaller handles..
5715 </summery>
5716 </member>
5717 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.NetworkBridgeFilterMarshaller">
5718 <summary>
5719 Marshalling code for Open Wire Format for NetworkBridgeFilter
5720 </summary>
5721 </member>
5722 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.NetworkBridgeFilterMarshaller.CreateObject">
5723 <summery>
5724 Creates an instance of the Object that this marshaller handles.
5725 </summery>
5726 </member>
5727 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.NetworkBridgeFilterMarshaller.GetDataStructureType">
5728 <summery>
5729 Returns the type code for the Object that this Marshaller handles..
5730 </summery>
5731 </member>
5732 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ProducerAckMarshaller">
5733 <summary>
5734 Marshalling code for Open Wire Format for ProducerAck
5735 </summary>
5736 </member>
5737 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ProducerAckMarshaller.CreateObject">
5738 <summery>
5739 Creates an instance of the Object that this marshaller handles.
5740 </summery>
5741 </member>
5742 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ProducerAckMarshaller.GetDataStructureType">
5743 <summery>
5744 Returns the type code for the Object that this Marshaller handles..
5745 </summery>
5746 </member>
5747 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ProducerIdMarshaller">
5748 <summary>
5749 Marshalling code for Open Wire Format for ProducerId
5750 </summary>
5751 </member>
5752 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ProducerIdMarshaller.CreateObject">
5753 <summery>
5754 Creates an instance of the Object that this marshaller handles.
5755 </summery>
5756 </member>
5757 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ProducerIdMarshaller.GetDataStructureType">
5758 <summery>
5759 Returns the type code for the Object that this Marshaller handles..
5760 </summery>
5761 </member>
5762 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ProducerInfoMarshaller">
5763 <summary>
5764 Marshalling code for Open Wire Format for ProducerInfo
5765 </summary>
5766 </member>
5767 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ProducerInfoMarshaller.CreateObject">
5768 <summery>
5769 Creates an instance of the Object that this marshaller handles.
5770 </summery>
5771 </member>
5772 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ProducerInfoMarshaller.GetDataStructureType">
5773 <summery>
5774 Returns the type code for the Object that this Marshaller handles..
5775 </summery>
5776 </member>
5777 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.RemoveInfoMarshaller">
5778 <summary>
5779 Marshalling code for Open Wire Format for RemoveInfo
5780 </summary>
5781 </member>
5782 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.RemoveInfoMarshaller.CreateObject">
5783 <summery>
5784 Creates an instance of the Object that this marshaller handles.
5785 </summery>
5786 </member>
5787 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.RemoveInfoMarshaller.GetDataStructureType">
5788 <summery>
5789 Returns the type code for the Object that this Marshaller handles..
5790 </summery>
5791 </member>
5792 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.RemoveSubscriptionInfoMarshaller">
5793 <summary>
5794 Marshalling code for Open Wire Format for RemoveSubscriptionInfo
5795 </summary>
5796 </member>
5797 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.RemoveSubscriptionInfoMarshaller.CreateObject">
5798 <summery>
5799 Creates an instance of the Object that this marshaller handles.
5800 </summery>
5801 </member>
5802 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.RemoveSubscriptionInfoMarshaller.GetDataStructureType">
5803 <summery>
5804 Returns the type code for the Object that this Marshaller handles..
5805 </summery>
5806 </member>
5807 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ReplayCommandMarshaller">
5808 <summary>
5809 Marshalling code for Open Wire Format for ReplayCommand
5810 </summary>
5811 </member>
5812 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ReplayCommandMarshaller.CreateObject">
5813 <summery>
5814 Creates an instance of the Object that this marshaller handles.
5815 </summery>
5816 </member>
5817 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ReplayCommandMarshaller.GetDataStructureType">
5818 <summery>
5819 Returns the type code for the Object that this Marshaller handles..
5820 </summery>
5821 </member>
5822 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.SessionIdMarshaller">
5823 <summary>
5824 Marshalling code for Open Wire Format for SessionId
5825 </summary>
5826 </member>
5827 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.SessionIdMarshaller.CreateObject">
5828 <summery>
5829 Creates an instance of the Object that this marshaller handles.
5830 </summery>
5831 </member>
5832 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.SessionIdMarshaller.GetDataStructureType">
5833 <summery>
5834 Returns the type code for the Object that this Marshaller handles..
5835 </summery>
5836 </member>
5837 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.SessionInfoMarshaller">
5838 <summary>
5839 Marshalling code for Open Wire Format for SessionInfo
5840 </summary>
5841 </member>
5842 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.SessionInfoMarshaller.CreateObject">
5843 <summery>
5844 Creates an instance of the Object that this marshaller handles.
5845 </summery>
5846 </member>
5847 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.SessionInfoMarshaller.GetDataStructureType">
5848 <summery>
5849 Returns the type code for the Object that this Marshaller handles..
5850 </summery>
5851 </member>
5852 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.ShutdownInfoMarshaller">
5853 <summary>
5854 Marshalling code for Open Wire Format for ShutdownInfo
5855 </summary>
5856 </member>
5857 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ShutdownInfoMarshaller.CreateObject">
5858 <summery>
5859 Creates an instance of the Object that this marshaller handles.
5860 </summery>
5861 </member>
5862 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.ShutdownInfoMarshaller.GetDataStructureType">
5863 <summery>
5864 Returns the type code for the Object that this Marshaller handles..
5865 </summery>
5866 </member>
5867 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.SubscriptionInfoMarshaller">
5868 <summary>
5869 Marshalling code for Open Wire Format for SubscriptionInfo
5870 </summary>
5871 </member>
5872 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.SubscriptionInfoMarshaller.CreateObject">
5873 <summery>
5874 Creates an instance of the Object that this marshaller handles.
5875 </summery>
5876 </member>
5877 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.SubscriptionInfoMarshaller.GetDataStructureType">
5878 <summery>
5879 Returns the type code for the Object that this Marshaller handles..
5880 </summery>
5881 </member>
5882 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.TransactionInfoMarshaller">
5883 <summary>
5884 Marshalling code for Open Wire Format for TransactionInfo
5885 </summary>
5886 </member>
5887 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.TransactionInfoMarshaller.CreateObject">
5888 <summery>
5889 Creates an instance of the Object that this marshaller handles.
5890 </summery>
5891 </member>
5892 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.TransactionInfoMarshaller.GetDataStructureType">
5893 <summery>
5894 Returns the type code for the Object that this Marshaller handles..
5895 </summery>
5896 </member>
5897 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.WireFormatInfoMarshaller">
5898 <summary>
5899 Marshalling code for Open Wire Format for WireFormatInfo
5900 </summary>
5901 </member>
5902 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.WireFormatInfoMarshaller.CreateObject">
5903 <summery>
5904 Creates an instance of the Object that this marshaller handles.
5905 </summery>
5906 </member>
5907 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.WireFormatInfoMarshaller.GetDataStructureType">
5908 <summery>
5909 Returns the type code for the Object that this Marshaller handles..
5910 </summery>
5911 </member>
5912 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V4.XATransactionIdMarshaller">
5913 <summary>
5914 Marshalling code for Open Wire Format for XATransactionId
5915 </summary>
5916 </member>
5917 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.XATransactionIdMarshaller.CreateObject">
5918 <summery>
5919 Creates an instance of the Object that this marshaller handles.
5920 </summery>
5921 </member>
5922 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V4.XATransactionIdMarshaller.GetDataStructureType">
5923 <summery>
5924 Returns the type code for the Object that this Marshaller handles..
5925 </summery>
5926 </member>
5927 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQBlobMessageMarshaller">
5928 <summary>
5929 Marshalling code for Open Wire Format for ActiveMQBlobMessage
5930 </summary>
5931 </member>
5932 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQMessageMarshaller">
5933 <summary>
5934 Marshalling code for Open Wire Format for ActiveMQMessage
5935 </summary>
5936 </member>
5937 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.MessageMarshaller">
5938 <summary>
5939 Marshalling code for Open Wire Format for Message
5940 </summary>
5941 </member>
5942 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.BaseCommandMarshaller">
5943 <summary>
5944 Marshalling code for Open Wire Format for BaseCommand
5945 </summary>
5946 </member>
5947 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQMessageMarshaller.CreateObject">
5948 <summery>
5949 Creates an instance of the Object that this marshaller handles.
5950 </summery>
5951 </member>
5952 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQMessageMarshaller.GetDataStructureType">
5953 <summery>
5954 Returns the type code for the Object that this Marshaller handles..
5955 </summery>
5956 </member>
5957 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQBlobMessageMarshaller.CreateObject">
5958 <summery>
5959 Creates an instance of the Object that this marshaller handles.
5960 </summery>
5961 </member>
5962 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQBlobMessageMarshaller.GetDataStructureType">
5963 <summery>
5964 Returns the type code for the Object that this Marshaller handles..
5965 </summery>
5966 </member>
5967 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQBytesMessageMarshaller">
5968 <summary>
5969 Marshalling code for Open Wire Format for ActiveMQBytesMessage
5970 </summary>
5971 </member>
5972 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQBytesMessageMarshaller.CreateObject">
5973 <summery>
5974 Creates an instance of the Object that this marshaller handles.
5975 </summery>
5976 </member>
5977 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQBytesMessageMarshaller.GetDataStructureType">
5978 <summery>
5979 Returns the type code for the Object that this Marshaller handles..
5980 </summery>
5981 </member>
5982 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQDestinationMarshaller">
5983 <summary>
5984 Marshalling code for Open Wire Format for ActiveMQDestination
5985 </summary>
5986 </member>
5987 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQMapMessageMarshaller">
5988 <summary>
5989 Marshalling code for Open Wire Format for ActiveMQMapMessage
5990 </summary>
5991 </member>
5992 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQMapMessageMarshaller.CreateObject">
5993 <summery>
5994 Creates an instance of the Object that this marshaller handles.
5995 </summery>
5996 </member>
5997 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQMapMessageMarshaller.GetDataStructureType">
5998 <summery>
5999 Returns the type code for the Object that this Marshaller handles..
6000 </summery>
6001 </member>
6002 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQObjectMessageMarshaller">
6003 <summary>
6004 Marshalling code for Open Wire Format for ActiveMQObjectMessage
6005 </summary>
6006 </member>
6007 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQObjectMessageMarshaller.CreateObject">
6008 <summery>
6009 Creates an instance of the Object that this marshaller handles.
6010 </summery>
6011 </member>
6012 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQObjectMessageMarshaller.GetDataStructureType">
6013 <summery>
6014 Returns the type code for the Object that this Marshaller handles..
6015 </summery>
6016 </member>
6017 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQQueueMarshaller">
6018 <summary>
6019 Marshalling code for Open Wire Format for ActiveMQQueue
6020 </summary>
6021 </member>
6022 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQQueueMarshaller.CreateObject">
6023 <summery>
6024 Creates an instance of the Object that this marshaller handles.
6025 </summery>
6026 </member>
6027 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQQueueMarshaller.GetDataStructureType">
6028 <summery>
6029 Returns the type code for the Object that this Marshaller handles..
6030 </summery>
6031 </member>
6032 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQStreamMessageMarshaller">
6033 <summary>
6034 Marshalling code for Open Wire Format for ActiveMQStreamMessage
6035 </summary>
6036 </member>
6037 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQStreamMessageMarshaller.CreateObject">
6038 <summery>
6039 Creates an instance of the Object that this marshaller handles.
6040 </summery>
6041 </member>
6042 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQStreamMessageMarshaller.GetDataStructureType">
6043 <summery>
6044 Returns the type code for the Object that this Marshaller handles..
6045 </summery>
6046 </member>
6047 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTempDestinationMarshaller">
6048 <summary>
6049 Marshalling code for Open Wire Format for ActiveMQTempDestination
6050 </summary>
6051 </member>
6052 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTempQueueMarshaller">
6053 <summary>
6054 Marshalling code for Open Wire Format for ActiveMQTempQueue
6055 </summary>
6056 </member>
6057 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTempQueueMarshaller.CreateObject">
6058 <summery>
6059 Creates an instance of the Object that this marshaller handles.
6060 </summery>
6061 </member>
6062 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTempQueueMarshaller.GetDataStructureType">
6063 <summery>
6064 Returns the type code for the Object that this Marshaller handles..
6065 </summery>
6066 </member>
6067 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTempTopicMarshaller">
6068 <summary>
6069 Marshalling code for Open Wire Format for ActiveMQTempTopic
6070 </summary>
6071 </member>
6072 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTempTopicMarshaller.CreateObject">
6073 <summery>
6074 Creates an instance of the Object that this marshaller handles.
6075 </summery>
6076 </member>
6077 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTempTopicMarshaller.GetDataStructureType">
6078 <summery>
6079 Returns the type code for the Object that this Marshaller handles..
6080 </summery>
6081 </member>
6082 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTextMessageMarshaller">
6083 <summary>
6084 Marshalling code for Open Wire Format for ActiveMQTextMessage
6085 </summary>
6086 </member>
6087 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTextMessageMarshaller.CreateObject">
6088 <summery>
6089 Creates an instance of the Object that this marshaller handles.
6090 </summery>
6091 </member>
6092 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTextMessageMarshaller.GetDataStructureType">
6093 <summery>
6094 Returns the type code for the Object that this Marshaller handles..
6095 </summery>
6096 </member>
6097 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTopicMarshaller">
6098 <summary>
6099 Marshalling code for Open Wire Format for ActiveMQTopic
6100 </summary>
6101 </member>
6102 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTopicMarshaller.CreateObject">
6103 <summery>
6104 Creates an instance of the Object that this marshaller handles.
6105 </summery>
6106 </member>
6107 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ActiveMQTopicMarshaller.GetDataStructureType">
6108 <summery>
6109 Returns the type code for the Object that this Marshaller handles..
6110 </summery>
6111 </member>
6112 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.BrokerIdMarshaller">
6113 <summary>
6114 Marshalling code for Open Wire Format for BrokerId
6115 </summary>
6116 </member>
6117 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.BrokerIdMarshaller.CreateObject">
6118 <summery>
6119 Creates an instance of the Object that this marshaller handles.
6120 </summery>
6121 </member>
6122 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.BrokerIdMarshaller.GetDataStructureType">
6123 <summery>
6124 Returns the type code for the Object that this Marshaller handles..
6125 </summery>
6126 </member>
6127 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.BrokerInfoMarshaller">
6128 <summary>
6129 Marshalling code for Open Wire Format for BrokerInfo
6130 </summary>
6131 </member>
6132 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.BrokerInfoMarshaller.CreateObject">
6133 <summery>
6134 Creates an instance of the Object that this marshaller handles.
6135 </summery>
6136 </member>
6137 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.BrokerInfoMarshaller.GetDataStructureType">
6138 <summery>
6139 Returns the type code for the Object that this Marshaller handles..
6140 </summery>
6141 </member>
6142 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionControlMarshaller">
6143 <summary>
6144 Marshalling code for Open Wire Format for ConnectionControl
6145 </summary>
6146 </member>
6147 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionControlMarshaller.CreateObject">
6148 <summery>
6149 Creates an instance of the Object that this marshaller handles.
6150 </summery>
6151 </member>
6152 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionControlMarshaller.GetDataStructureType">
6153 <summery>
6154 Returns the type code for the Object that this Marshaller handles..
6155 </summery>
6156 </member>
6157 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionErrorMarshaller">
6158 <summary>
6159 Marshalling code for Open Wire Format for ConnectionError
6160 </summary>
6161 </member>
6162 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionErrorMarshaller.CreateObject">
6163 <summery>
6164 Creates an instance of the Object that this marshaller handles.
6165 </summery>
6166 </member>
6167 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionErrorMarshaller.GetDataStructureType">
6168 <summery>
6169 Returns the type code for the Object that this Marshaller handles..
6170 </summery>
6171 </member>
6172 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionIdMarshaller">
6173 <summary>
6174 Marshalling code for Open Wire Format for ConnectionId
6175 </summary>
6176 </member>
6177 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionIdMarshaller.CreateObject">
6178 <summery>
6179 Creates an instance of the Object that this marshaller handles.
6180 </summery>
6181 </member>
6182 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionIdMarshaller.GetDataStructureType">
6183 <summery>
6184 Returns the type code for the Object that this Marshaller handles..
6185 </summery>
6186 </member>
6187 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionInfoMarshaller">
6188 <summary>
6189 Marshalling code for Open Wire Format for ConnectionInfo
6190 </summary>
6191 </member>
6192 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionInfoMarshaller.CreateObject">
6193 <summery>
6194 Creates an instance of the Object that this marshaller handles.
6195 </summery>
6196 </member>
6197 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConnectionInfoMarshaller.GetDataStructureType">
6198 <summery>
6199 Returns the type code for the Object that this Marshaller handles..
6200 </summery>
6201 </member>
6202 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ConsumerControlMarshaller">
6203 <summary>
6204 Marshalling code for Open Wire Format for ConsumerControl
6205 </summary>
6206 </member>
6207 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConsumerControlMarshaller.CreateObject">
6208 <summery>
6209 Creates an instance of the Object that this marshaller handles.
6210 </summery>
6211 </member>
6212 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConsumerControlMarshaller.GetDataStructureType">
6213 <summery>
6214 Returns the type code for the Object that this Marshaller handles..
6215 </summery>
6216 </member>
6217 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ConsumerIdMarshaller">
6218 <summary>
6219 Marshalling code for Open Wire Format for ConsumerId
6220 </summary>
6221 </member>
6222 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConsumerIdMarshaller.CreateObject">
6223 <summery>
6224 Creates an instance of the Object that this marshaller handles.
6225 </summery>
6226 </member>
6227 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConsumerIdMarshaller.GetDataStructureType">
6228 <summery>
6229 Returns the type code for the Object that this Marshaller handles..
6230 </summery>
6231 </member>
6232 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ConsumerInfoMarshaller">
6233 <summary>
6234 Marshalling code for Open Wire Format for ConsumerInfo
6235 </summary>
6236 </member>
6237 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConsumerInfoMarshaller.CreateObject">
6238 <summery>
6239 Creates an instance of the Object that this marshaller handles.
6240 </summery>
6241 </member>
6242 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ConsumerInfoMarshaller.GetDataStructureType">
6243 <summery>
6244 Returns the type code for the Object that this Marshaller handles..
6245 </summery>
6246 </member>
6247 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ControlCommandMarshaller">
6248 <summary>
6249 Marshalling code for Open Wire Format for ControlCommand
6250 </summary>
6251 </member>
6252 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ControlCommandMarshaller.CreateObject">
6253 <summery>
6254 Creates an instance of the Object that this marshaller handles.
6255 </summery>
6256 </member>
6257 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ControlCommandMarshaller.GetDataStructureType">
6258 <summery>
6259 Returns the type code for the Object that this Marshaller handles..
6260 </summery>
6261 </member>
6262 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.DataArrayResponseMarshaller">
6263 <summary>
6264 Marshalling code for Open Wire Format for DataArrayResponse
6265 </summary>
6266 </member>
6267 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ResponseMarshaller">
6268 <summary>
6269 Marshalling code for Open Wire Format for Response
6270 </summary>
6271 </member>
6272 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ResponseMarshaller.CreateObject">
6273 <summery>
6274 Creates an instance of the Object that this marshaller handles.
6275 </summery>
6276 </member>
6277 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ResponseMarshaller.GetDataStructureType">
6278 <summery>
6279 Returns the type code for the Object that this Marshaller handles..
6280 </summery>
6281 </member>
6282 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.DataArrayResponseMarshaller.CreateObject">
6283 <summery>
6284 Creates an instance of the Object that this marshaller handles.
6285 </summery>
6286 </member>
6287 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.DataArrayResponseMarshaller.GetDataStructureType">
6288 <summery>
6289 Returns the type code for the Object that this Marshaller handles..
6290 </summery>
6291 </member>
6292 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.DataResponseMarshaller">
6293 <summary>
6294 Marshalling code for Open Wire Format for DataResponse
6295 </summary>
6296 </member>
6297 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.DataResponseMarshaller.CreateObject">
6298 <summery>
6299 Creates an instance of the Object that this marshaller handles.
6300 </summery>
6301 </member>
6302 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.DataResponseMarshaller.GetDataStructureType">
6303 <summery>
6304 Returns the type code for the Object that this Marshaller handles..
6305 </summery>
6306 </member>
6307 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.DestinationInfoMarshaller">
6308 <summary>
6309 Marshalling code for Open Wire Format for DestinationInfo
6310 </summary>
6311 </member>
6312 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.DestinationInfoMarshaller.CreateObject">
6313 <summery>
6314 Creates an instance of the Object that this marshaller handles.
6315 </summery>
6316 </member>
6317 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.DestinationInfoMarshaller.GetDataStructureType">
6318 <summery>
6319 Returns the type code for the Object that this Marshaller handles..
6320 </summery>
6321 </member>
6322 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.DiscoveryEventMarshaller">
6323 <summary>
6324 Marshalling code for Open Wire Format for DiscoveryEvent
6325 </summary>
6326 </member>
6327 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.DiscoveryEventMarshaller.CreateObject">
6328 <summery>
6329 Creates an instance of the Object that this marshaller handles.
6330 </summery>
6331 </member>
6332 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.DiscoveryEventMarshaller.GetDataStructureType">
6333 <summery>
6334 Returns the type code for the Object that this Marshaller handles..
6335 </summery>
6336 </member>
6337 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ExceptionResponseMarshaller">
6338 <summary>
6339 Marshalling code for Open Wire Format for ExceptionResponse
6340 </summary>
6341 </member>
6342 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ExceptionResponseMarshaller.CreateObject">
6343 <summery>
6344 Creates an instance of the Object that this marshaller handles.
6345 </summery>
6346 </member>
6347 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ExceptionResponseMarshaller.GetDataStructureType">
6348 <summery>
6349 Returns the type code for the Object that this Marshaller handles..
6350 </summery>
6351 </member>
6352 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.FlushCommandMarshaller">
6353 <summary>
6354 Marshalling code for Open Wire Format for FlushCommand
6355 </summary>
6356 </member>
6357 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.FlushCommandMarshaller.CreateObject">
6358 <summery>
6359 Creates an instance of the Object that this marshaller handles.
6360 </summery>
6361 </member>
6362 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.FlushCommandMarshaller.GetDataStructureType">
6363 <summery>
6364 Returns the type code for the Object that this Marshaller handles..
6365 </summery>
6366 </member>
6367 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.IntegerResponseMarshaller">
6368 <summary>
6369 Marshalling code for Open Wire Format for IntegerResponse
6370 </summary>
6371 </member>
6372 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.IntegerResponseMarshaller.CreateObject">
6373 <summery>
6374 Creates an instance of the Object that this marshaller handles.
6375 </summery>
6376 </member>
6377 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.IntegerResponseMarshaller.GetDataStructureType">
6378 <summery>
6379 Returns the type code for the Object that this Marshaller handles..
6380 </summery>
6381 </member>
6382 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.JournalQueueAckMarshaller">
6383 <summary>
6384 Marshalling code for Open Wire Format for JournalQueueAck
6385 </summary>
6386 </member>
6387 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.JournalQueueAckMarshaller.CreateObject">
6388 <summery>
6389 Creates an instance of the Object that this marshaller handles.
6390 </summery>
6391 </member>
6392 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.JournalQueueAckMarshaller.GetDataStructureType">
6393 <summery>
6394 Returns the type code for the Object that this Marshaller handles..
6395 </summery>
6396 </member>
6397 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.JournalTopicAckMarshaller">
6398 <summary>
6399 Marshalling code for Open Wire Format for JournalTopicAck
6400 </summary>
6401 </member>
6402 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.JournalTopicAckMarshaller.CreateObject">
6403 <summery>
6404 Creates an instance of the Object that this marshaller handles.
6405 </summery>
6406 </member>
6407 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.JournalTopicAckMarshaller.GetDataStructureType">
6408 <summery>
6409 Returns the type code for the Object that this Marshaller handles..
6410 </summery>
6411 </member>
6412 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.JournalTraceMarshaller">
6413 <summary>
6414 Marshalling code for Open Wire Format for JournalTrace
6415 </summary>
6416 </member>
6417 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.JournalTraceMarshaller.CreateObject">
6418 <summery>
6419 Creates an instance of the Object that this marshaller handles.
6420 </summery>
6421 </member>
6422 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.JournalTraceMarshaller.GetDataStructureType">
6423 <summery>
6424 Returns the type code for the Object that this Marshaller handles..
6425 </summery>
6426 </member>
6427 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.JournalTransactionMarshaller">
6428 <summary>
6429 Marshalling code for Open Wire Format for JournalTransaction
6430 </summary>
6431 </member>
6432 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.JournalTransactionMarshaller.CreateObject">
6433 <summery>
6434 Creates an instance of the Object that this marshaller handles.
6435 </summery>
6436 </member>
6437 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.JournalTransactionMarshaller.GetDataStructureType">
6438 <summery>
6439 Returns the type code for the Object that this Marshaller handles..
6440 </summery>
6441 </member>
6442 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.KeepAliveInfoMarshaller">
6443 <summary>
6444 Marshalling code for Open Wire Format for KeepAliveInfo
6445 </summary>
6446 </member>
6447 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.KeepAliveInfoMarshaller.CreateObject">
6448 <summery>
6449 Creates an instance of the Object that this marshaller handles.
6450 </summery>
6451 </member>
6452 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.KeepAliveInfoMarshaller.GetDataStructureType">
6453 <summery>
6454 Returns the type code for the Object that this Marshaller handles..
6455 </summery>
6456 </member>
6457 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.LastPartialCommandMarshaller">
6458 <summary>
6459 Marshalling code for Open Wire Format for LastPartialCommand
6460 </summary>
6461 </member>
6462 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.PartialCommandMarshaller">
6463 <summary>
6464 Marshalling code for Open Wire Format for PartialCommand
6465 </summary>
6466 </member>
6467 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.PartialCommandMarshaller.CreateObject">
6468 <summery>
6469 Creates an instance of the Object that this marshaller handles.
6470 </summery>
6471 </member>
6472 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.PartialCommandMarshaller.GetDataStructureType">
6473 <summery>
6474 Returns the type code for the Object that this Marshaller handles..
6475 </summery>
6476 </member>
6477 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.LastPartialCommandMarshaller.CreateObject">
6478 <summery>
6479 Creates an instance of the Object that this marshaller handles.
6480 </summery>
6481 </member>
6482 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.LastPartialCommandMarshaller.GetDataStructureType">
6483 <summery>
6484 Returns the type code for the Object that this Marshaller handles..
6485 </summery>
6486 </member>
6487 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.LocalTransactionIdMarshaller">
6488 <summary>
6489 Marshalling code for Open Wire Format for LocalTransactionId
6490 </summary>
6491 </member>
6492 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.TransactionIdMarshaller">
6493 <summary>
6494 Marshalling code for Open Wire Format for TransactionId
6495 </summary>
6496 </member>
6497 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.LocalTransactionIdMarshaller.CreateObject">
6498 <summery>
6499 Creates an instance of the Object that this marshaller handles.
6500 </summery>
6501 </member>
6502 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.LocalTransactionIdMarshaller.GetDataStructureType">
6503 <summery>
6504 Returns the type code for the Object that this Marshaller handles..
6505 </summery>
6506 </member>
6507 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.MarshallerFactory">
6508 <summary>
6509 Used to create marshallers for a specific version of the OpenWire protocol.
6510 Each non-abstract DataStructure object has a registered Marshaller that is
6511 created and added to the OpenWireFormat objects format collection.
6512 </summary>
6513 </member>
6514 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MarshallerFactory.configure(Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat)">
6515 <summery>
6516 Adds the Marshallers for this version of the OpenWire protocol to the
6517 Collection of Marshallers stored in the OpenWireFormat class.
6518 </summery>
6519 </member>
6520 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.MessageAckMarshaller">
6521 <summary>
6522 Marshalling code for Open Wire Format for MessageAck
6523 </summary>
6524 </member>
6525 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MessageAckMarshaller.CreateObject">
6526 <summery>
6527 Creates an instance of the Object that this marshaller handles.
6528 </summery>
6529 </member>
6530 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MessageAckMarshaller.GetDataStructureType">
6531 <summery>
6532 Returns the type code for the Object that this Marshaller handles..
6533 </summery>
6534 </member>
6535 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.MessageDispatchMarshaller">
6536 <summary>
6537 Marshalling code for Open Wire Format for MessageDispatch
6538 </summary>
6539 </member>
6540 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MessageDispatchMarshaller.CreateObject">
6541 <summery>
6542 Creates an instance of the Object that this marshaller handles.
6543 </summery>
6544 </member>
6545 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MessageDispatchMarshaller.GetDataStructureType">
6546 <summery>
6547 Returns the type code for the Object that this Marshaller handles..
6548 </summery>
6549 </member>
6550 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.MessageDispatchNotificationMarshaller">
6551 <summary>
6552 Marshalling code for Open Wire Format for MessageDispatchNotification
6553 </summary>
6554 </member>
6555 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MessageDispatchNotificationMarshaller.CreateObject">
6556 <summery>
6557 Creates an instance of the Object that this marshaller handles.
6558 </summery>
6559 </member>
6560 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MessageDispatchNotificationMarshaller.GetDataStructureType">
6561 <summery>
6562 Returns the type code for the Object that this Marshaller handles..
6563 </summery>
6564 </member>
6565 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.MessageIdMarshaller">
6566 <summary>
6567 Marshalling code for Open Wire Format for MessageId
6568 </summary>
6569 </member>
6570 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MessageIdMarshaller.CreateObject">
6571 <summery>
6572 Creates an instance of the Object that this marshaller handles.
6573 </summery>
6574 </member>
6575 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MessageIdMarshaller.GetDataStructureType">
6576 <summery>
6577 Returns the type code for the Object that this Marshaller handles..
6578 </summery>
6579 </member>
6580 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.MessagePullMarshaller">
6581 <summary>
6582 Marshalling code for Open Wire Format for MessagePull
6583 </summary>
6584 </member>
6585 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MessagePullMarshaller.CreateObject">
6586 <summery>
6587 Creates an instance of the Object that this marshaller handles.
6588 </summery>
6589 </member>
6590 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.MessagePullMarshaller.GetDataStructureType">
6591 <summery>
6592 Returns the type code for the Object that this Marshaller handles..
6593 </summery>
6594 </member>
6595 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.NetworkBridgeFilterMarshaller">
6596 <summary>
6597 Marshalling code for Open Wire Format for NetworkBridgeFilter
6598 </summary>
6599 </member>
6600 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.NetworkBridgeFilterMarshaller.CreateObject">
6601 <summery>
6602 Creates an instance of the Object that this marshaller handles.
6603 </summery>
6604 </member>
6605 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.NetworkBridgeFilterMarshaller.GetDataStructureType">
6606 <summery>
6607 Returns the type code for the Object that this Marshaller handles..
6608 </summery>
6609 </member>
6610 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ProducerAckMarshaller">
6611 <summary>
6612 Marshalling code for Open Wire Format for ProducerAck
6613 </summary>
6614 </member>
6615 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ProducerAckMarshaller.CreateObject">
6616 <summery>
6617 Creates an instance of the Object that this marshaller handles.
6618 </summery>
6619 </member>
6620 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ProducerAckMarshaller.GetDataStructureType">
6621 <summery>
6622 Returns the type code for the Object that this Marshaller handles..
6623 </summery>
6624 </member>
6625 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ProducerIdMarshaller">
6626 <summary>
6627 Marshalling code for Open Wire Format for ProducerId
6628 </summary>
6629 </member>
6630 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ProducerIdMarshaller.CreateObject">
6631 <summery>
6632 Creates an instance of the Object that this marshaller handles.
6633 </summery>
6634 </member>
6635 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ProducerIdMarshaller.GetDataStructureType">
6636 <summery>
6637 Returns the type code for the Object that this Marshaller handles..
6638 </summery>
6639 </member>
6640 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ProducerInfoMarshaller">
6641 <summary>
6642 Marshalling code for Open Wire Format for ProducerInfo
6643 </summary>
6644 </member>
6645 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ProducerInfoMarshaller.CreateObject">
6646 <summery>
6647 Creates an instance of the Object that this marshaller handles.
6648 </summery>
6649 </member>
6650 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ProducerInfoMarshaller.GetDataStructureType">
6651 <summery>
6652 Returns the type code for the Object that this Marshaller handles..
6653 </summery>
6654 </member>
6655 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.RemoveInfoMarshaller">
6656 <summary>
6657 Marshalling code for Open Wire Format for RemoveInfo
6658 </summary>
6659 </member>
6660 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.RemoveInfoMarshaller.CreateObject">
6661 <summery>
6662 Creates an instance of the Object that this marshaller handles.
6663 </summery>
6664 </member>
6665 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.RemoveInfoMarshaller.GetDataStructureType">
6666 <summery>
6667 Returns the type code for the Object that this Marshaller handles..
6668 </summery>
6669 </member>
6670 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.RemoveSubscriptionInfoMarshaller">
6671 <summary>
6672 Marshalling code for Open Wire Format for RemoveSubscriptionInfo
6673 </summary>
6674 </member>
6675 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.RemoveSubscriptionInfoMarshaller.CreateObject">
6676 <summery>
6677 Creates an instance of the Object that this marshaller handles.
6678 </summery>
6679 </member>
6680 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.RemoveSubscriptionInfoMarshaller.GetDataStructureType">
6681 <summery>
6682 Returns the type code for the Object that this Marshaller handles..
6683 </summery>
6684 </member>
6685 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ReplayCommandMarshaller">
6686 <summary>
6687 Marshalling code for Open Wire Format for ReplayCommand
6688 </summary>
6689 </member>
6690 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ReplayCommandMarshaller.CreateObject">
6691 <summery>
6692 Creates an instance of the Object that this marshaller handles.
6693 </summery>
6694 </member>
6695 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ReplayCommandMarshaller.GetDataStructureType">
6696 <summery>
6697 Returns the type code for the Object that this Marshaller handles..
6698 </summery>
6699 </member>
6700 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.SessionIdMarshaller">
6701 <summary>
6702 Marshalling code for Open Wire Format for SessionId
6703 </summary>
6704 </member>
6705 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.SessionIdMarshaller.CreateObject">
6706 <summery>
6707 Creates an instance of the Object that this marshaller handles.
6708 </summery>
6709 </member>
6710 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.SessionIdMarshaller.GetDataStructureType">
6711 <summery>
6712 Returns the type code for the Object that this Marshaller handles..
6713 </summery>
6714 </member>
6715 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.SessionInfoMarshaller">
6716 <summary>
6717 Marshalling code for Open Wire Format for SessionInfo
6718 </summary>
6719 </member>
6720 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.SessionInfoMarshaller.CreateObject">
6721 <summery>
6722 Creates an instance of the Object that this marshaller handles.
6723 </summery>
6724 </member>
6725 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.SessionInfoMarshaller.GetDataStructureType">
6726 <summery>
6727 Returns the type code for the Object that this Marshaller handles..
6728 </summery>
6729 </member>
6730 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.ShutdownInfoMarshaller">
6731 <summary>
6732 Marshalling code for Open Wire Format for ShutdownInfo
6733 </summary>
6734 </member>
6735 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ShutdownInfoMarshaller.CreateObject">
6736 <summery>
6737 Creates an instance of the Object that this marshaller handles.
6738 </summery>
6739 </member>
6740 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.ShutdownInfoMarshaller.GetDataStructureType">
6741 <summery>
6742 Returns the type code for the Object that this Marshaller handles..
6743 </summery>
6744 </member>
6745 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.SubscriptionInfoMarshaller">
6746 <summary>
6747 Marshalling code for Open Wire Format for SubscriptionInfo
6748 </summary>
6749 </member>
6750 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.SubscriptionInfoMarshaller.CreateObject">
6751 <summery>
6752 Creates an instance of the Object that this marshaller handles.
6753 </summery>
6754 </member>
6755 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.SubscriptionInfoMarshaller.GetDataStructureType">
6756 <summery>
6757 Returns the type code for the Object that this Marshaller handles..
6758 </summery>
6759 </member>
6760 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.TransactionInfoMarshaller">
6761 <summary>
6762 Marshalling code for Open Wire Format for TransactionInfo
6763 </summary>
6764 </member>
6765 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.TransactionInfoMarshaller.CreateObject">
6766 <summery>
6767 Creates an instance of the Object that this marshaller handles.
6768 </summery>
6769 </member>
6770 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.TransactionInfoMarshaller.GetDataStructureType">
6771 <summery>
6772 Returns the type code for the Object that this Marshaller handles..
6773 </summery>
6774 </member>
6775 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.WireFormatInfoMarshaller">
6776 <summary>
6777 Marshalling code for Open Wire Format for WireFormatInfo
6778 </summary>
6779 </member>
6780 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.WireFormatInfoMarshaller.CreateObject">
6781 <summery>
6782 Creates an instance of the Object that this marshaller handles.
6783 </summery>
6784 </member>
6785 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.WireFormatInfoMarshaller.GetDataStructureType">
6786 <summery>
6787 Returns the type code for the Object that this Marshaller handles..
6788 </summery>
6789 </member>
6790 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V5.XATransactionIdMarshaller">
6791 <summary>
6792 Marshalling code for Open Wire Format for XATransactionId
6793 </summary>
6794 </member>
6795 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.XATransactionIdMarshaller.CreateObject">
6796 <summery>
6797 Creates an instance of the Object that this marshaller handles.
6798 </summery>
6799 </member>
6800 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V5.XATransactionIdMarshaller.GetDataStructureType">
6801 <summery>
6802 Returns the type code for the Object that this Marshaller handles..
6803 </summery>
6804 </member>
6805 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQBlobMessageMarshaller">
6806 <summary>
6807 Marshalling code for Open Wire Format for ActiveMQBlobMessage
6808 </summary>
6809 </member>
6810 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQMessageMarshaller">
6811 <summary>
6812 Marshalling code for Open Wire Format for ActiveMQMessage
6813 </summary>
6814 </member>
6815 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.MessageMarshaller">
6816 <summary>
6817 Marshalling code for Open Wire Format for Message
6818 </summary>
6819 </member>
6820 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.BaseCommandMarshaller">
6821 <summary>
6822 Marshalling code for Open Wire Format for BaseCommand
6823 </summary>
6824 </member>
6825 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQMessageMarshaller.CreateObject">
6826 <summery>
6827 Creates an instance of the Object that this marshaller handles.
6828 </summery>
6829 </member>
6830 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQMessageMarshaller.GetDataStructureType">
6831 <summery>
6832 Returns the type code for the Object that this Marshaller handles..
6833 </summery>
6834 </member>
6835 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQBlobMessageMarshaller.CreateObject">
6836 <summery>
6837 Creates an instance of the Object that this marshaller handles.
6838 </summery>
6839 </member>
6840 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQBlobMessageMarshaller.GetDataStructureType">
6841 <summery>
6842 Returns the type code for the Object that this Marshaller handles..
6843 </summery>
6844 </member>
6845 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQBytesMessageMarshaller">
6846 <summary>
6847 Marshalling code for Open Wire Format for ActiveMQBytesMessage
6848 </summary>
6849 </member>
6850 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQBytesMessageMarshaller.CreateObject">
6851 <summery>
6852 Creates an instance of the Object that this marshaller handles.
6853 </summery>
6854 </member>
6855 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQBytesMessageMarshaller.GetDataStructureType">
6856 <summery>
6857 Returns the type code for the Object that this Marshaller handles..
6858 </summery>
6859 </member>
6860 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQDestinationMarshaller">
6861 <summary>
6862 Marshalling code for Open Wire Format for ActiveMQDestination
6863 </summary>
6864 </member>
6865 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQMapMessageMarshaller">
6866 <summary>
6867 Marshalling code for Open Wire Format for ActiveMQMapMessage
6868 </summary>
6869 </member>
6870 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQMapMessageMarshaller.CreateObject">
6871 <summery>
6872 Creates an instance of the Object that this marshaller handles.
6873 </summery>
6874 </member>
6875 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQMapMessageMarshaller.GetDataStructureType">
6876 <summery>
6877 Returns the type code for the Object that this Marshaller handles..
6878 </summery>
6879 </member>
6880 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQObjectMessageMarshaller">
6881 <summary>
6882 Marshalling code for Open Wire Format for ActiveMQObjectMessage
6883 </summary>
6884 </member>
6885 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQObjectMessageMarshaller.CreateObject">
6886 <summery>
6887 Creates an instance of the Object that this marshaller handles.
6888 </summery>
6889 </member>
6890 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQObjectMessageMarshaller.GetDataStructureType">
6891 <summery>
6892 Returns the type code for the Object that this Marshaller handles..
6893 </summery>
6894 </member>
6895 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQQueueMarshaller">
6896 <summary>
6897 Marshalling code for Open Wire Format for ActiveMQQueue
6898 </summary>
6899 </member>
6900 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQQueueMarshaller.CreateObject">
6901 <summery>
6902 Creates an instance of the Object that this marshaller handles.
6903 </summery>
6904 </member>
6905 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQQueueMarshaller.GetDataStructureType">
6906 <summery>
6907 Returns the type code for the Object that this Marshaller handles..
6908 </summery>
6909 </member>
6910 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQStreamMessageMarshaller">
6911 <summary>
6912 Marshalling code for Open Wire Format for ActiveMQStreamMessage
6913 </summary>
6914 </member>
6915 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQStreamMessageMarshaller.CreateObject">
6916 <summery>
6917 Creates an instance of the Object that this marshaller handles.
6918 </summery>
6919 </member>
6920 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQStreamMessageMarshaller.GetDataStructureType">
6921 <summery>
6922 Returns the type code for the Object that this Marshaller handles..
6923 </summery>
6924 </member>
6925 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTempDestinationMarshaller">
6926 <summary>
6927 Marshalling code for Open Wire Format for ActiveMQTempDestination
6928 </summary>
6929 </member>
6930 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTempQueueMarshaller">
6931 <summary>
6932 Marshalling code for Open Wire Format for ActiveMQTempQueue
6933 </summary>
6934 </member>
6935 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTempQueueMarshaller.CreateObject">
6936 <summery>
6937 Creates an instance of the Object that this marshaller handles.
6938 </summery>
6939 </member>
6940 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTempQueueMarshaller.GetDataStructureType">
6941 <summery>
6942 Returns the type code for the Object that this Marshaller handles..
6943 </summery>
6944 </member>
6945 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTempTopicMarshaller">
6946 <summary>
6947 Marshalling code for Open Wire Format for ActiveMQTempTopic
6948 </summary>
6949 </member>
6950 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTempTopicMarshaller.CreateObject">
6951 <summery>
6952 Creates an instance of the Object that this marshaller handles.
6953 </summery>
6954 </member>
6955 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTempTopicMarshaller.GetDataStructureType">
6956 <summery>
6957 Returns the type code for the Object that this Marshaller handles..
6958 </summery>
6959 </member>
6960 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTextMessageMarshaller">
6961 <summary>
6962 Marshalling code for Open Wire Format for ActiveMQTextMessage
6963 </summary>
6964 </member>
6965 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTextMessageMarshaller.CreateObject">
6966 <summery>
6967 Creates an instance of the Object that this marshaller handles.
6968 </summery>
6969 </member>
6970 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTextMessageMarshaller.GetDataStructureType">
6971 <summery>
6972 Returns the type code for the Object that this Marshaller handles..
6973 </summery>
6974 </member>
6975 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTopicMarshaller">
6976 <summary>
6977 Marshalling code for Open Wire Format for ActiveMQTopic
6978 </summary>
6979 </member>
6980 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTopicMarshaller.CreateObject">
6981 <summery>
6982 Creates an instance of the Object that this marshaller handles.
6983 </summery>
6984 </member>
6985 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTopicMarshaller.GetDataStructureType">
6986 <summery>
6987 Returns the type code for the Object that this Marshaller handles..
6988 </summery>
6989 </member>
6990 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.BrokerIdMarshaller">
6991 <summary>
6992 Marshalling code for Open Wire Format for BrokerId
6993 </summary>
6994 </member>
6995 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.BrokerIdMarshaller.CreateObject">
6996 <summery>
6997 Creates an instance of the Object that this marshaller handles.
6998 </summery>
6999 </member>
7000 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.BrokerIdMarshaller.GetDataStructureType">
7001 <summery>
7002 Returns the type code for the Object that this Marshaller handles..
7003 </summery>
7004 </member>
7005 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.BrokerInfoMarshaller">
7006 <summary>
7007 Marshalling code for Open Wire Format for BrokerInfo
7008 </summary>
7009 </member>
7010 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.BrokerInfoMarshaller.CreateObject">
7011 <summery>
7012 Creates an instance of the Object that this marshaller handles.
7013 </summery>
7014 </member>
7015 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.BrokerInfoMarshaller.GetDataStructureType">
7016 <summery>
7017 Returns the type code for the Object that this Marshaller handles..
7018 </summery>
7019 </member>
7020 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionControlMarshaller">
7021 <summary>
7022 Marshalling code for Open Wire Format for ConnectionControl
7023 </summary>
7024 </member>
7025 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionControlMarshaller.CreateObject">
7026 <summery>
7027 Creates an instance of the Object that this marshaller handles.
7028 </summery>
7029 </member>
7030 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionControlMarshaller.GetDataStructureType">
7031 <summery>
7032 Returns the type code for the Object that this Marshaller handles..
7033 </summery>
7034 </member>
7035 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionErrorMarshaller">
7036 <summary>
7037 Marshalling code for Open Wire Format for ConnectionError
7038 </summary>
7039 </member>
7040 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionErrorMarshaller.CreateObject">
7041 <summery>
7042 Creates an instance of the Object that this marshaller handles.
7043 </summery>
7044 </member>
7045 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionErrorMarshaller.GetDataStructureType">
7046 <summery>
7047 Returns the type code for the Object that this Marshaller handles..
7048 </summery>
7049 </member>
7050 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionIdMarshaller">
7051 <summary>
7052 Marshalling code for Open Wire Format for ConnectionId
7053 </summary>
7054 </member>
7055 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionIdMarshaller.CreateObject">
7056 <summery>
7057 Creates an instance of the Object that this marshaller handles.
7058 </summery>
7059 </member>
7060 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionIdMarshaller.GetDataStructureType">
7061 <summery>
7062 Returns the type code for the Object that this Marshaller handles..
7063 </summery>
7064 </member>
7065 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionInfoMarshaller">
7066 <summary>
7067 Marshalling code for Open Wire Format for ConnectionInfo
7068 </summary>
7069 </member>
7070 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionInfoMarshaller.CreateObject">
7071 <summery>
7072 Creates an instance of the Object that this marshaller handles.
7073 </summery>
7074 </member>
7075 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConnectionInfoMarshaller.GetDataStructureType">
7076 <summery>
7077 Returns the type code for the Object that this Marshaller handles..
7078 </summery>
7079 </member>
7080 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ConsumerControlMarshaller">
7081 <summary>
7082 Marshalling code for Open Wire Format for ConsumerControl
7083 </summary>
7084 </member>
7085 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConsumerControlMarshaller.CreateObject">
7086 <summery>
7087 Creates an instance of the Object that this marshaller handles.
7088 </summery>
7089 </member>
7090 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConsumerControlMarshaller.GetDataStructureType">
7091 <summery>
7092 Returns the type code for the Object that this Marshaller handles..
7093 </summery>
7094 </member>
7095 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ConsumerIdMarshaller">
7096 <summary>
7097 Marshalling code for Open Wire Format for ConsumerId
7098 </summary>
7099 </member>
7100 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConsumerIdMarshaller.CreateObject">
7101 <summery>
7102 Creates an instance of the Object that this marshaller handles.
7103 </summery>
7104 </member>
7105 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConsumerIdMarshaller.GetDataStructureType">
7106 <summery>
7107 Returns the type code for the Object that this Marshaller handles..
7108 </summery>
7109 </member>
7110 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ConsumerInfoMarshaller">
7111 <summary>
7112 Marshalling code for Open Wire Format for ConsumerInfo
7113 </summary>
7114 </member>
7115 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConsumerInfoMarshaller.CreateObject">
7116 <summery>
7117 Creates an instance of the Object that this marshaller handles.
7118 </summery>
7119 </member>
7120 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ConsumerInfoMarshaller.GetDataStructureType">
7121 <summery>
7122 Returns the type code for the Object that this Marshaller handles..
7123 </summery>
7124 </member>
7125 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ControlCommandMarshaller">
7126 <summary>
7127 Marshalling code for Open Wire Format for ControlCommand
7128 </summary>
7129 </member>
7130 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ControlCommandMarshaller.CreateObject">
7131 <summery>
7132 Creates an instance of the Object that this marshaller handles.
7133 </summery>
7134 </member>
7135 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ControlCommandMarshaller.GetDataStructureType">
7136 <summery>
7137 Returns the type code for the Object that this Marshaller handles..
7138 </summery>
7139 </member>
7140 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.DataArrayResponseMarshaller">
7141 <summary>
7142 Marshalling code for Open Wire Format for DataArrayResponse
7143 </summary>
7144 </member>
7145 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ResponseMarshaller">
7146 <summary>
7147 Marshalling code for Open Wire Format for Response
7148 </summary>
7149 </member>
7150 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ResponseMarshaller.CreateObject">
7151 <summery>
7152 Creates an instance of the Object that this marshaller handles.
7153 </summery>
7154 </member>
7155 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ResponseMarshaller.GetDataStructureType">
7156 <summery>
7157 Returns the type code for the Object that this Marshaller handles..
7158 </summery>
7159 </member>
7160 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.DataArrayResponseMarshaller.CreateObject">
7161 <summery>
7162 Creates an instance of the Object that this marshaller handles.
7163 </summery>
7164 </member>
7165 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.DataArrayResponseMarshaller.GetDataStructureType">
7166 <summery>
7167 Returns the type code for the Object that this Marshaller handles..
7168 </summery>
7169 </member>
7170 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.DataResponseMarshaller">
7171 <summary>
7172 Marshalling code for Open Wire Format for DataResponse
7173 </summary>
7174 </member>
7175 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.DataResponseMarshaller.CreateObject">
7176 <summery>
7177 Creates an instance of the Object that this marshaller handles.
7178 </summery>
7179 </member>
7180 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.DataResponseMarshaller.GetDataStructureType">
7181 <summery>
7182 Returns the type code for the Object that this Marshaller handles..
7183 </summery>
7184 </member>
7185 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.DestinationInfoMarshaller">
7186 <summary>
7187 Marshalling code for Open Wire Format for DestinationInfo
7188 </summary>
7189 </member>
7190 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.DestinationInfoMarshaller.CreateObject">
7191 <summery>
7192 Creates an instance of the Object that this marshaller handles.
7193 </summery>
7194 </member>
7195 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.DestinationInfoMarshaller.GetDataStructureType">
7196 <summery>
7197 Returns the type code for the Object that this Marshaller handles..
7198 </summery>
7199 </member>
7200 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.DiscoveryEventMarshaller">
7201 <summary>
7202 Marshalling code for Open Wire Format for DiscoveryEvent
7203 </summary>
7204 </member>
7205 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.DiscoveryEventMarshaller.CreateObject">
7206 <summery>
7207 Creates an instance of the Object that this marshaller handles.
7208 </summery>
7209 </member>
7210 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.DiscoveryEventMarshaller.GetDataStructureType">
7211 <summery>
7212 Returns the type code for the Object that this Marshaller handles..
7213 </summery>
7214 </member>
7215 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ExceptionResponseMarshaller">
7216 <summary>
7217 Marshalling code for Open Wire Format for ExceptionResponse
7218 </summary>
7219 </member>
7220 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ExceptionResponseMarshaller.CreateObject">
7221 <summery>
7222 Creates an instance of the Object that this marshaller handles.
7223 </summery>
7224 </member>
7225 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ExceptionResponseMarshaller.GetDataStructureType">
7226 <summery>
7227 Returns the type code for the Object that this Marshaller handles..
7228 </summery>
7229 </member>
7230 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.FlushCommandMarshaller">
7231 <summary>
7232 Marshalling code for Open Wire Format for FlushCommand
7233 </summary>
7234 </member>
7235 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.FlushCommandMarshaller.CreateObject">
7236 <summery>
7237 Creates an instance of the Object that this marshaller handles.
7238 </summery>
7239 </member>
7240 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.FlushCommandMarshaller.GetDataStructureType">
7241 <summery>
7242 Returns the type code for the Object that this Marshaller handles..
7243 </summery>
7244 </member>
7245 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.IntegerResponseMarshaller">
7246 <summary>
7247 Marshalling code for Open Wire Format for IntegerResponse
7248 </summary>
7249 </member>
7250 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.IntegerResponseMarshaller.CreateObject">
7251 <summery>
7252 Creates an instance of the Object that this marshaller handles.
7253 </summery>
7254 </member>
7255 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.IntegerResponseMarshaller.GetDataStructureType">
7256 <summery>
7257 Returns the type code for the Object that this Marshaller handles..
7258 </summery>
7259 </member>
7260 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.JournalQueueAckMarshaller">
7261 <summary>
7262 Marshalling code for Open Wire Format for JournalQueueAck
7263 </summary>
7264 </member>
7265 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.JournalQueueAckMarshaller.CreateObject">
7266 <summery>
7267 Creates an instance of the Object that this marshaller handles.
7268 </summery>
7269 </member>
7270 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.JournalQueueAckMarshaller.GetDataStructureType">
7271 <summery>
7272 Returns the type code for the Object that this Marshaller handles..
7273 </summery>
7274 </member>
7275 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.JournalTopicAckMarshaller">
7276 <summary>
7277 Marshalling code for Open Wire Format for JournalTopicAck
7278 </summary>
7279 </member>
7280 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.JournalTopicAckMarshaller.CreateObject">
7281 <summery>
7282 Creates an instance of the Object that this marshaller handles.
7283 </summery>
7284 </member>
7285 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.JournalTopicAckMarshaller.GetDataStructureType">
7286 <summery>
7287 Returns the type code for the Object that this Marshaller handles..
7288 </summery>
7289 </member>
7290 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.JournalTraceMarshaller">
7291 <summary>
7292 Marshalling code for Open Wire Format for JournalTrace
7293 </summary>
7294 </member>
7295 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.JournalTraceMarshaller.CreateObject">
7296 <summery>
7297 Creates an instance of the Object that this marshaller handles.
7298 </summery>
7299 </member>
7300 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.JournalTraceMarshaller.GetDataStructureType">
7301 <summery>
7302 Returns the type code for the Object that this Marshaller handles..
7303 </summery>
7304 </member>
7305 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.JournalTransactionMarshaller">
7306 <summary>
7307 Marshalling code for Open Wire Format for JournalTransaction
7308 </summary>
7309 </member>
7310 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.JournalTransactionMarshaller.CreateObject">
7311 <summery>
7312 Creates an instance of the Object that this marshaller handles.
7313 </summery>
7314 </member>
7315 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.JournalTransactionMarshaller.GetDataStructureType">
7316 <summery>
7317 Returns the type code for the Object that this Marshaller handles..
7318 </summery>
7319 </member>
7320 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.KeepAliveInfoMarshaller">
7321 <summary>
7322 Marshalling code for Open Wire Format for KeepAliveInfo
7323 </summary>
7324 </member>
7325 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.KeepAliveInfoMarshaller.CreateObject">
7326 <summery>
7327 Creates an instance of the Object that this marshaller handles.
7328 </summery>
7329 </member>
7330 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.KeepAliveInfoMarshaller.GetDataStructureType">
7331 <summery>
7332 Returns the type code for the Object that this Marshaller handles..
7333 </summery>
7334 </member>
7335 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.LastPartialCommandMarshaller">
7336 <summary>
7337 Marshalling code for Open Wire Format for LastPartialCommand
7338 </summary>
7339 </member>
7340 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.PartialCommandMarshaller">
7341 <summary>
7342 Marshalling code for Open Wire Format for PartialCommand
7343 </summary>
7344 </member>
7345 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.PartialCommandMarshaller.CreateObject">
7346 <summery>
7347 Creates an instance of the Object that this marshaller handles.
7348 </summery>
7349 </member>
7350 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.PartialCommandMarshaller.GetDataStructureType">
7351 <summery>
7352 Returns the type code for the Object that this Marshaller handles..
7353 </summery>
7354 </member>
7355 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.LastPartialCommandMarshaller.CreateObject">
7356 <summery>
7357 Creates an instance of the Object that this marshaller handles.
7358 </summery>
7359 </member>
7360 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.LastPartialCommandMarshaller.GetDataStructureType">
7361 <summery>
7362 Returns the type code for the Object that this Marshaller handles..
7363 </summery>
7364 </member>
7365 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.LocalTransactionIdMarshaller">
7366 <summary>
7367 Marshalling code for Open Wire Format for LocalTransactionId
7368 </summary>
7369 </member>
7370 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.TransactionIdMarshaller">
7371 <summary>
7372 Marshalling code for Open Wire Format for TransactionId
7373 </summary>
7374 </member>
7375 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.LocalTransactionIdMarshaller.CreateObject">
7376 <summery>
7377 Creates an instance of the Object that this marshaller handles.
7378 </summery>
7379 </member>
7380 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.LocalTransactionIdMarshaller.GetDataStructureType">
7381 <summery>
7382 Returns the type code for the Object that this Marshaller handles..
7383 </summery>
7384 </member>
7385 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.MarshallerFactory">
7386 <summary>
7387 Used to create marshallers for a specific version of the OpenWire protocol.
7388 Each non-abstract DataStructure object has a registered Marshaller that is
7389 created and added to the OpenWireFormat objects format collection.
7390 </summary>
7391 </member>
7392 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MarshallerFactory.configure(Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat)">
7393 <summery>
7394 Adds the Marshallers for this version of the OpenWire protocol to the
7395 Collection of Marshallers stored in the OpenWireFormat class.
7396 </summery>
7397 </member>
7398 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.MessageAckMarshaller">
7399 <summary>
7400 Marshalling code for Open Wire Format for MessageAck
7401 </summary>
7402 </member>
7403 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MessageAckMarshaller.CreateObject">
7404 <summery>
7405 Creates an instance of the Object that this marshaller handles.
7406 </summery>
7407 </member>
7408 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MessageAckMarshaller.GetDataStructureType">
7409 <summery>
7410 Returns the type code for the Object that this Marshaller handles..
7411 </summery>
7412 </member>
7413 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.MessageDispatchMarshaller">
7414 <summary>
7415 Marshalling code for Open Wire Format for MessageDispatch
7416 </summary>
7417 </member>
7418 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MessageDispatchMarshaller.CreateObject">
7419 <summery>
7420 Creates an instance of the Object that this marshaller handles.
7421 </summery>
7422 </member>
7423 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MessageDispatchMarshaller.GetDataStructureType">
7424 <summery>
7425 Returns the type code for the Object that this Marshaller handles..
7426 </summery>
7427 </member>
7428 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.MessageDispatchNotificationMarshaller">
7429 <summary>
7430 Marshalling code for Open Wire Format for MessageDispatchNotification
7431 </summary>
7432 </member>
7433 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MessageDispatchNotificationMarshaller.CreateObject">
7434 <summery>
7435 Creates an instance of the Object that this marshaller handles.
7436 </summery>
7437 </member>
7438 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MessageDispatchNotificationMarshaller.GetDataStructureType">
7439 <summery>
7440 Returns the type code for the Object that this Marshaller handles..
7441 </summery>
7442 </member>
7443 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.MessageIdMarshaller">
7444 <summary>
7445 Marshalling code for Open Wire Format for MessageId
7446 </summary>
7447 </member>
7448 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MessageIdMarshaller.CreateObject">
7449 <summery>
7450 Creates an instance of the Object that this marshaller handles.
7451 </summery>
7452 </member>
7453 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MessageIdMarshaller.GetDataStructureType">
7454 <summery>
7455 Returns the type code for the Object that this Marshaller handles..
7456 </summery>
7457 </member>
7458 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.MessagePullMarshaller">
7459 <summary>
7460 Marshalling code for Open Wire Format for MessagePull
7461 </summary>
7462 </member>
7463 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MessagePullMarshaller.CreateObject">
7464 <summery>
7465 Creates an instance of the Object that this marshaller handles.
7466 </summery>
7467 </member>
7468 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.MessagePullMarshaller.GetDataStructureType">
7469 <summery>
7470 Returns the type code for the Object that this Marshaller handles..
7471 </summery>
7472 </member>
7473 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.NetworkBridgeFilterMarshaller">
7474 <summary>
7475 Marshalling code for Open Wire Format for NetworkBridgeFilter
7476 </summary>
7477 </member>
7478 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.NetworkBridgeFilterMarshaller.CreateObject">
7479 <summery>
7480 Creates an instance of the Object that this marshaller handles.
7481 </summery>
7482 </member>
7483 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.NetworkBridgeFilterMarshaller.GetDataStructureType">
7484 <summery>
7485 Returns the type code for the Object that this Marshaller handles..
7486 </summery>
7487 </member>
7488 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ProducerAckMarshaller">
7489 <summary>
7490 Marshalling code for Open Wire Format for ProducerAck
7491 </summary>
7492 </member>
7493 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ProducerAckMarshaller.CreateObject">
7494 <summery>
7495 Creates an instance of the Object that this marshaller handles.
7496 </summery>
7497 </member>
7498 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ProducerAckMarshaller.GetDataStructureType">
7499 <summery>
7500 Returns the type code for the Object that this Marshaller handles..
7501 </summery>
7502 </member>
7503 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ProducerIdMarshaller">
7504 <summary>
7505 Marshalling code for Open Wire Format for ProducerId
7506 </summary>
7507 </member>
7508 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ProducerIdMarshaller.CreateObject">
7509 <summery>
7510 Creates an instance of the Object that this marshaller handles.
7511 </summery>
7512 </member>
7513 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ProducerIdMarshaller.GetDataStructureType">
7514 <summery>
7515 Returns the type code for the Object that this Marshaller handles..
7516 </summery>
7517 </member>
7518 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ProducerInfoMarshaller">
7519 <summary>
7520 Marshalling code for Open Wire Format for ProducerInfo
7521 </summary>
7522 </member>
7523 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ProducerInfoMarshaller.CreateObject">
7524 <summery>
7525 Creates an instance of the Object that this marshaller handles.
7526 </summery>
7527 </member>
7528 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ProducerInfoMarshaller.GetDataStructureType">
7529 <summery>
7530 Returns the type code for the Object that this Marshaller handles..
7531 </summery>
7532 </member>
7533 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.RemoveInfoMarshaller">
7534 <summary>
7535 Marshalling code for Open Wire Format for RemoveInfo
7536 </summary>
7537 </member>
7538 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.RemoveInfoMarshaller.CreateObject">
7539 <summery>
7540 Creates an instance of the Object that this marshaller handles.
7541 </summery>
7542 </member>
7543 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.RemoveInfoMarshaller.GetDataStructureType">
7544 <summery>
7545 Returns the type code for the Object that this Marshaller handles..
7546 </summery>
7547 </member>
7548 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.RemoveSubscriptionInfoMarshaller">
7549 <summary>
7550 Marshalling code for Open Wire Format for RemoveSubscriptionInfo
7551 </summary>
7552 </member>
7553 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.RemoveSubscriptionInfoMarshaller.CreateObject">
7554 <summery>
7555 Creates an instance of the Object that this marshaller handles.
7556 </summery>
7557 </member>
7558 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.RemoveSubscriptionInfoMarshaller.GetDataStructureType">
7559 <summery>
7560 Returns the type code for the Object that this Marshaller handles..
7561 </summery>
7562 </member>
7563 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ReplayCommandMarshaller">
7564 <summary>
7565 Marshalling code for Open Wire Format for ReplayCommand
7566 </summary>
7567 </member>
7568 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ReplayCommandMarshaller.CreateObject">
7569 <summery>
7570 Creates an instance of the Object that this marshaller handles.
7571 </summery>
7572 </member>
7573 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ReplayCommandMarshaller.GetDataStructureType">
7574 <summery>
7575 Returns the type code for the Object that this Marshaller handles..
7576 </summery>
7577 </member>
7578 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.SessionIdMarshaller">
7579 <summary>
7580 Marshalling code for Open Wire Format for SessionId
7581 </summary>
7582 </member>
7583 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.SessionIdMarshaller.CreateObject">
7584 <summery>
7585 Creates an instance of the Object that this marshaller handles.
7586 </summery>
7587 </member>
7588 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.SessionIdMarshaller.GetDataStructureType">
7589 <summery>
7590 Returns the type code for the Object that this Marshaller handles..
7591 </summery>
7592 </member>
7593 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.SessionInfoMarshaller">
7594 <summary>
7595 Marshalling code for Open Wire Format for SessionInfo
7596 </summary>
7597 </member>
7598 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.SessionInfoMarshaller.CreateObject">
7599 <summery>
7600 Creates an instance of the Object that this marshaller handles.
7601 </summery>
7602 </member>
7603 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.SessionInfoMarshaller.GetDataStructureType">
7604 <summery>
7605 Returns the type code for the Object that this Marshaller handles..
7606 </summery>
7607 </member>
7608 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.ShutdownInfoMarshaller">
7609 <summary>
7610 Marshalling code for Open Wire Format for ShutdownInfo
7611 </summary>
7612 </member>
7613 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ShutdownInfoMarshaller.CreateObject">
7614 <summery>
7615 Creates an instance of the Object that this marshaller handles.
7616 </summery>
7617 </member>
7618 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.ShutdownInfoMarshaller.GetDataStructureType">
7619 <summery>
7620 Returns the type code for the Object that this Marshaller handles..
7621 </summery>
7622 </member>
7623 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.SubscriptionInfoMarshaller">
7624 <summary>
7625 Marshalling code for Open Wire Format for SubscriptionInfo
7626 </summary>
7627 </member>
7628 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.SubscriptionInfoMarshaller.CreateObject">
7629 <summery>
7630 Creates an instance of the Object that this marshaller handles.
7631 </summery>
7632 </member>
7633 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.SubscriptionInfoMarshaller.GetDataStructureType">
7634 <summery>
7635 Returns the type code for the Object that this Marshaller handles..
7636 </summery>
7637 </member>
7638 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.TransactionInfoMarshaller">
7639 <summary>
7640 Marshalling code for Open Wire Format for TransactionInfo
7641 </summary>
7642 </member>
7643 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.TransactionInfoMarshaller.CreateObject">
7644 <summery>
7645 Creates an instance of the Object that this marshaller handles.
7646 </summery>
7647 </member>
7648 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.TransactionInfoMarshaller.GetDataStructureType">
7649 <summery>
7650 Returns the type code for the Object that this Marshaller handles..
7651 </summery>
7652 </member>
7653 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.WireFormatInfoMarshaller">
7654 <summary>
7655 Marshalling code for Open Wire Format for WireFormatInfo
7656 </summary>
7657 </member>
7658 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.WireFormatInfoMarshaller.CreateObject">
7659 <summery>
7660 Creates an instance of the Object that this marshaller handles.
7661 </summery>
7662 </member>
7663 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.WireFormatInfoMarshaller.GetDataStructureType">
7664 <summery>
7665 Returns the type code for the Object that this Marshaller handles..
7666 </summery>
7667 </member>
7668 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V6.XATransactionIdMarshaller">
7669 <summary>
7670 Marshalling code for Open Wire Format for XATransactionId
7671 </summary>
7672 </member>
7673 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.XATransactionIdMarshaller.CreateObject">
7674 <summery>
7675 Creates an instance of the Object that this marshaller handles.
7676 </summery>
7677 </member>
7678 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V6.XATransactionIdMarshaller.GetDataStructureType">
7679 <summery>
7680 Returns the type code for the Object that this Marshaller handles..
7681 </summery>
7682 </member>
7683 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQBlobMessageMarshaller">
7684 <summary>
7685 Marshalling code for Open Wire Format for ActiveMQBlobMessage
7686 </summary>
7687 </member>
7688 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQMessageMarshaller">
7689 <summary>
7690 Marshalling code for Open Wire Format for ActiveMQMessage
7691 </summary>
7692 </member>
7693 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.MessageMarshaller">
7694 <summary>
7695 Marshalling code for Open Wire Format for Message
7696 </summary>
7697 </member>
7698 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.BaseCommandMarshaller">
7699 <summary>
7700 Marshalling code for Open Wire Format for BaseCommand
7701 </summary>
7702 </member>
7703 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQMessageMarshaller.CreateObject">
7704 <summery>
7705 Creates an instance of the Object that this marshaller handles.
7706 </summery>
7707 </member>
7708 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQMessageMarshaller.GetDataStructureType">
7709 <summery>
7710 Returns the type code for the Object that this Marshaller handles..
7711 </summery>
7712 </member>
7713 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQBlobMessageMarshaller.CreateObject">
7714 <summery>
7715 Creates an instance of the Object that this marshaller handles.
7716 </summery>
7717 </member>
7718 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQBlobMessageMarshaller.GetDataStructureType">
7719 <summery>
7720 Returns the type code for the Object that this Marshaller handles..
7721 </summery>
7722 </member>
7723 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQBytesMessageMarshaller">
7724 <summary>
7725 Marshalling code for Open Wire Format for ActiveMQBytesMessage
7726 </summary>
7727 </member>
7728 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQBytesMessageMarshaller.CreateObject">
7729 <summery>
7730 Creates an instance of the Object that this marshaller handles.
7731 </summery>
7732 </member>
7733 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQBytesMessageMarshaller.GetDataStructureType">
7734 <summery>
7735 Returns the type code for the Object that this Marshaller handles..
7736 </summery>
7737 </member>
7738 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQDestinationMarshaller">
7739 <summary>
7740 Marshalling code for Open Wire Format for ActiveMQDestination
7741 </summary>
7742 </member>
7743 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQMapMessageMarshaller">
7744 <summary>
7745 Marshalling code for Open Wire Format for ActiveMQMapMessage
7746 </summary>
7747 </member>
7748 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQMapMessageMarshaller.CreateObject">
7749 <summery>
7750 Creates an instance of the Object that this marshaller handles.
7751 </summery>
7752 </member>
7753 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQMapMessageMarshaller.GetDataStructureType">
7754 <summery>
7755 Returns the type code for the Object that this Marshaller handles..
7756 </summery>
7757 </member>
7758 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQObjectMessageMarshaller">
7759 <summary>
7760 Marshalling code for Open Wire Format for ActiveMQObjectMessage
7761 </summary>
7762 </member>
7763 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQObjectMessageMarshaller.CreateObject">
7764 <summery>
7765 Creates an instance of the Object that this marshaller handles.
7766 </summery>
7767 </member>
7768 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQObjectMessageMarshaller.GetDataStructureType">
7769 <summery>
7770 Returns the type code for the Object that this Marshaller handles..
7771 </summery>
7772 </member>
7773 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQQueueMarshaller">
7774 <summary>
7775 Marshalling code for Open Wire Format for ActiveMQQueue
7776 </summary>
7777 </member>
7778 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQQueueMarshaller.CreateObject">
7779 <summery>
7780 Creates an instance of the Object that this marshaller handles.
7781 </summery>
7782 </member>
7783 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQQueueMarshaller.GetDataStructureType">
7784 <summery>
7785 Returns the type code for the Object that this Marshaller handles..
7786 </summery>
7787 </member>
7788 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQStreamMessageMarshaller">
7789 <summary>
7790 Marshalling code for Open Wire Format for ActiveMQStreamMessage
7791 </summary>
7792 </member>
7793 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQStreamMessageMarshaller.CreateObject">
7794 <summery>
7795 Creates an instance of the Object that this marshaller handles.
7796 </summery>
7797 </member>
7798 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQStreamMessageMarshaller.GetDataStructureType">
7799 <summery>
7800 Returns the type code for the Object that this Marshaller handles..
7801 </summery>
7802 </member>
7803 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTempDestinationMarshaller">
7804 <summary>
7805 Marshalling code for Open Wire Format for ActiveMQTempDestination
7806 </summary>
7807 </member>
7808 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTempQueueMarshaller">
7809 <summary>
7810 Marshalling code for Open Wire Format for ActiveMQTempQueue
7811 </summary>
7812 </member>
7813 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTempQueueMarshaller.CreateObject">
7814 <summery>
7815 Creates an instance of the Object that this marshaller handles.
7816 </summery>
7817 </member>
7818 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTempQueueMarshaller.GetDataStructureType">
7819 <summery>
7820 Returns the type code for the Object that this Marshaller handles..
7821 </summery>
7822 </member>
7823 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTempTopicMarshaller">
7824 <summary>
7825 Marshalling code for Open Wire Format for ActiveMQTempTopic
7826 </summary>
7827 </member>
7828 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTempTopicMarshaller.CreateObject">
7829 <summery>
7830 Creates an instance of the Object that this marshaller handles.
7831 </summery>
7832 </member>
7833 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTempTopicMarshaller.GetDataStructureType">
7834 <summery>
7835 Returns the type code for the Object that this Marshaller handles..
7836 </summery>
7837 </member>
7838 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTextMessageMarshaller">
7839 <summary>
7840 Marshalling code for Open Wire Format for ActiveMQTextMessage
7841 </summary>
7842 </member>
7843 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTextMessageMarshaller.CreateObject">
7844 <summery>
7845 Creates an instance of the Object that this marshaller handles.
7846 </summery>
7847 </member>
7848 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTextMessageMarshaller.GetDataStructureType">
7849 <summery>
7850 Returns the type code for the Object that this Marshaller handles..
7851 </summery>
7852 </member>
7853 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTopicMarshaller">
7854 <summary>
7855 Marshalling code for Open Wire Format for ActiveMQTopic
7856 </summary>
7857 </member>
7858 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTopicMarshaller.CreateObject">
7859 <summery>
7860 Creates an instance of the Object that this marshaller handles.
7861 </summery>
7862 </member>
7863 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ActiveMQTopicMarshaller.GetDataStructureType">
7864 <summery>
7865 Returns the type code for the Object that this Marshaller handles..
7866 </summery>
7867 </member>
7868 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.BrokerIdMarshaller">
7869 <summary>
7870 Marshalling code for Open Wire Format for BrokerId
7871 </summary>
7872 </member>
7873 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.BrokerIdMarshaller.CreateObject">
7874 <summery>
7875 Creates an instance of the Object that this marshaller handles.
7876 </summery>
7877 </member>
7878 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.BrokerIdMarshaller.GetDataStructureType">
7879 <summery>
7880 Returns the type code for the Object that this Marshaller handles..
7881 </summery>
7882 </member>
7883 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.BrokerInfoMarshaller">
7884 <summary>
7885 Marshalling code for Open Wire Format for BrokerInfo
7886 </summary>
7887 </member>
7888 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.BrokerInfoMarshaller.CreateObject">
7889 <summery>
7890 Creates an instance of the Object that this marshaller handles.
7891 </summery>
7892 </member>
7893 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.BrokerInfoMarshaller.GetDataStructureType">
7894 <summery>
7895 Returns the type code for the Object that this Marshaller handles..
7896 </summery>
7897 </member>
7898 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionControlMarshaller">
7899 <summary>
7900 Marshalling code for Open Wire Format for ConnectionControl
7901 </summary>
7902 </member>
7903 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionControlMarshaller.CreateObject">
7904 <summery>
7905 Creates an instance of the Object that this marshaller handles.
7906 </summery>
7907 </member>
7908 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionControlMarshaller.GetDataStructureType">
7909 <summery>
7910 Returns the type code for the Object that this Marshaller handles..
7911 </summery>
7912 </member>
7913 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionErrorMarshaller">
7914 <summary>
7915 Marshalling code for Open Wire Format for ConnectionError
7916 </summary>
7917 </member>
7918 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionErrorMarshaller.CreateObject">
7919 <summery>
7920 Creates an instance of the Object that this marshaller handles.
7921 </summery>
7922 </member>
7923 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionErrorMarshaller.GetDataStructureType">
7924 <summery>
7925 Returns the type code for the Object that this Marshaller handles..
7926 </summery>
7927 </member>
7928 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionIdMarshaller">
7929 <summary>
7930 Marshalling code for Open Wire Format for ConnectionId
7931 </summary>
7932 </member>
7933 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionIdMarshaller.CreateObject">
7934 <summery>
7935 Creates an instance of the Object that this marshaller handles.
7936 </summery>
7937 </member>
7938 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionIdMarshaller.GetDataStructureType">
7939 <summery>
7940 Returns the type code for the Object that this Marshaller handles..
7941 </summery>
7942 </member>
7943 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionInfoMarshaller">
7944 <summary>
7945 Marshalling code for Open Wire Format for ConnectionInfo
7946 </summary>
7947 </member>
7948 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionInfoMarshaller.CreateObject">
7949 <summery>
7950 Creates an instance of the Object that this marshaller handles.
7951 </summery>
7952 </member>
7953 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConnectionInfoMarshaller.GetDataStructureType">
7954 <summery>
7955 Returns the type code for the Object that this Marshaller handles..
7956 </summery>
7957 </member>
7958 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ConsumerControlMarshaller">
7959 <summary>
7960 Marshalling code for Open Wire Format for ConsumerControl
7961 </summary>
7962 </member>
7963 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConsumerControlMarshaller.CreateObject">
7964 <summery>
7965 Creates an instance of the Object that this marshaller handles.
7966 </summery>
7967 </member>
7968 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConsumerControlMarshaller.GetDataStructureType">
7969 <summery>
7970 Returns the type code for the Object that this Marshaller handles..
7971 </summery>
7972 </member>
7973 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ConsumerIdMarshaller">
7974 <summary>
7975 Marshalling code for Open Wire Format for ConsumerId
7976 </summary>
7977 </member>
7978 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConsumerIdMarshaller.CreateObject">
7979 <summery>
7980 Creates an instance of the Object that this marshaller handles.
7981 </summery>
7982 </member>
7983 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConsumerIdMarshaller.GetDataStructureType">
7984 <summery>
7985 Returns the type code for the Object that this Marshaller handles..
7986 </summery>
7987 </member>
7988 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ConsumerInfoMarshaller">
7989 <summary>
7990 Marshalling code for Open Wire Format for ConsumerInfo
7991 </summary>
7992 </member>
7993 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConsumerInfoMarshaller.CreateObject">
7994 <summery>
7995 Creates an instance of the Object that this marshaller handles.
7996 </summery>
7997 </member>
7998 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ConsumerInfoMarshaller.GetDataStructureType">
7999 <summery>
8000 Returns the type code for the Object that this Marshaller handles..
8001 </summery>
8002 </member>
8003 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ControlCommandMarshaller">
8004 <summary>
8005 Marshalling code for Open Wire Format for ControlCommand
8006 </summary>
8007 </member>
8008 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ControlCommandMarshaller.CreateObject">
8009 <summery>
8010 Creates an instance of the Object that this marshaller handles.
8011 </summery>
8012 </member>
8013 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ControlCommandMarshaller.GetDataStructureType">
8014 <summery>
8015 Returns the type code for the Object that this Marshaller handles..
8016 </summery>
8017 </member>
8018 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.DataArrayResponseMarshaller">
8019 <summary>
8020 Marshalling code for Open Wire Format for DataArrayResponse
8021 </summary>
8022 </member>
8023 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ResponseMarshaller">
8024 <summary>
8025 Marshalling code for Open Wire Format for Response
8026 </summary>
8027 </member>
8028 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ResponseMarshaller.CreateObject">
8029 <summery>
8030 Creates an instance of the Object that this marshaller handles.
8031 </summery>
8032 </member>
8033 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ResponseMarshaller.GetDataStructureType">
8034 <summery>
8035 Returns the type code for the Object that this Marshaller handles..
8036 </summery>
8037 </member>
8038 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.DataArrayResponseMarshaller.CreateObject">
8039 <summery>
8040 Creates an instance of the Object that this marshaller handles.
8041 </summery>
8042 </member>
8043 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.DataArrayResponseMarshaller.GetDataStructureType">
8044 <summery>
8045 Returns the type code for the Object that this Marshaller handles..
8046 </summery>
8047 </member>
8048 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.DataResponseMarshaller">
8049 <summary>
8050 Marshalling code for Open Wire Format for DataResponse
8051 </summary>
8052 </member>
8053 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.DataResponseMarshaller.CreateObject">
8054 <summery>
8055 Creates an instance of the Object that this marshaller handles.
8056 </summery>
8057 </member>
8058 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.DataResponseMarshaller.GetDataStructureType">
8059 <summery>
8060 Returns the type code for the Object that this Marshaller handles..
8061 </summery>
8062 </member>
8063 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.DestinationInfoMarshaller">
8064 <summary>
8065 Marshalling code for Open Wire Format for DestinationInfo
8066 </summary>
8067 </member>
8068 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.DestinationInfoMarshaller.CreateObject">
8069 <summery>
8070 Creates an instance of the Object that this marshaller handles.
8071 </summery>
8072 </member>
8073 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.DestinationInfoMarshaller.GetDataStructureType">
8074 <summery>
8075 Returns the type code for the Object that this Marshaller handles..
8076 </summery>
8077 </member>
8078 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.DiscoveryEventMarshaller">
8079 <summary>
8080 Marshalling code for Open Wire Format for DiscoveryEvent
8081 </summary>
8082 </member>
8083 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.DiscoveryEventMarshaller.CreateObject">
8084 <summery>
8085 Creates an instance of the Object that this marshaller handles.
8086 </summery>
8087 </member>
8088 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.DiscoveryEventMarshaller.GetDataStructureType">
8089 <summery>
8090 Returns the type code for the Object that this Marshaller handles..
8091 </summery>
8092 </member>
8093 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ExceptionResponseMarshaller">
8094 <summary>
8095 Marshalling code for Open Wire Format for ExceptionResponse
8096 </summary>
8097 </member>
8098 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ExceptionResponseMarshaller.CreateObject">
8099 <summery>
8100 Creates an instance of the Object that this marshaller handles.
8101 </summery>
8102 </member>
8103 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ExceptionResponseMarshaller.GetDataStructureType">
8104 <summery>
8105 Returns the type code for the Object that this Marshaller handles..
8106 </summery>
8107 </member>
8108 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.FlushCommandMarshaller">
8109 <summary>
8110 Marshalling code for Open Wire Format for FlushCommand
8111 </summary>
8112 </member>
8113 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.FlushCommandMarshaller.CreateObject">
8114 <summery>
8115 Creates an instance of the Object that this marshaller handles.
8116 </summery>
8117 </member>
8118 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.FlushCommandMarshaller.GetDataStructureType">
8119 <summery>
8120 Returns the type code for the Object that this Marshaller handles..
8121 </summery>
8122 </member>
8123 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.IntegerResponseMarshaller">
8124 <summary>
8125 Marshalling code for Open Wire Format for IntegerResponse
8126 </summary>
8127 </member>
8128 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.IntegerResponseMarshaller.CreateObject">
8129 <summery>
8130 Creates an instance of the Object that this marshaller handles.
8131 </summery>
8132 </member>
8133 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.IntegerResponseMarshaller.GetDataStructureType">
8134 <summery>
8135 Returns the type code for the Object that this Marshaller handles..
8136 </summery>
8137 </member>
8138 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.JournalQueueAckMarshaller">
8139 <summary>
8140 Marshalling code for Open Wire Format for JournalQueueAck
8141 </summary>
8142 </member>
8143 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.JournalQueueAckMarshaller.CreateObject">
8144 <summery>
8145 Creates an instance of the Object that this marshaller handles.
8146 </summery>
8147 </member>
8148 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.JournalQueueAckMarshaller.GetDataStructureType">
8149 <summery>
8150 Returns the type code for the Object that this Marshaller handles..
8151 </summery>
8152 </member>
8153 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.JournalTopicAckMarshaller">
8154 <summary>
8155 Marshalling code for Open Wire Format for JournalTopicAck
8156 </summary>
8157 </member>
8158 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.JournalTopicAckMarshaller.CreateObject">
8159 <summery>
8160 Creates an instance of the Object that this marshaller handles.
8161 </summery>
8162 </member>
8163 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.JournalTopicAckMarshaller.GetDataStructureType">
8164 <summery>
8165 Returns the type code for the Object that this Marshaller handles..
8166 </summery>
8167 </member>
8168 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.JournalTraceMarshaller">
8169 <summary>
8170 Marshalling code for Open Wire Format for JournalTrace
8171 </summary>
8172 </member>
8173 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.JournalTraceMarshaller.CreateObject">
8174 <summery>
8175 Creates an instance of the Object that this marshaller handles.
8176 </summery>
8177 </member>
8178 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.JournalTraceMarshaller.GetDataStructureType">
8179 <summery>
8180 Returns the type code for the Object that this Marshaller handles..
8181 </summery>
8182 </member>
8183 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.JournalTransactionMarshaller">
8184 <summary>
8185 Marshalling code for Open Wire Format for JournalTransaction
8186 </summary>
8187 </member>
8188 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.JournalTransactionMarshaller.CreateObject">
8189 <summery>
8190 Creates an instance of the Object that this marshaller handles.
8191 </summery>
8192 </member>
8193 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.JournalTransactionMarshaller.GetDataStructureType">
8194 <summery>
8195 Returns the type code for the Object that this Marshaller handles..
8196 </summery>
8197 </member>
8198 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.KeepAliveInfoMarshaller">
8199 <summary>
8200 Marshalling code for Open Wire Format for KeepAliveInfo
8201 </summary>
8202 </member>
8203 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.KeepAliveInfoMarshaller.CreateObject">
8204 <summery>
8205 Creates an instance of the Object that this marshaller handles.
8206 </summery>
8207 </member>
8208 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.KeepAliveInfoMarshaller.GetDataStructureType">
8209 <summery>
8210 Returns the type code for the Object that this Marshaller handles..
8211 </summery>
8212 </member>
8213 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.LastPartialCommandMarshaller">
8214 <summary>
8215 Marshalling code for Open Wire Format for LastPartialCommand
8216 </summary>
8217 </member>
8218 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.PartialCommandMarshaller">
8219 <summary>
8220 Marshalling code for Open Wire Format for PartialCommand
8221 </summary>
8222 </member>
8223 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.PartialCommandMarshaller.CreateObject">
8224 <summery>
8225 Creates an instance of the Object that this marshaller handles.
8226 </summery>
8227 </member>
8228 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.PartialCommandMarshaller.GetDataStructureType">
8229 <summery>
8230 Returns the type code for the Object that this Marshaller handles..
8231 </summery>
8232 </member>
8233 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.LastPartialCommandMarshaller.CreateObject">
8234 <summery>
8235 Creates an instance of the Object that this marshaller handles.
8236 </summery>
8237 </member>
8238 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.LastPartialCommandMarshaller.GetDataStructureType">
8239 <summery>
8240 Returns the type code for the Object that this Marshaller handles..
8241 </summery>
8242 </member>
8243 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.LocalTransactionIdMarshaller">
8244 <summary>
8245 Marshalling code for Open Wire Format for LocalTransactionId
8246 </summary>
8247 </member>
8248 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.TransactionIdMarshaller">
8249 <summary>
8250 Marshalling code for Open Wire Format for TransactionId
8251 </summary>
8252 </member>
8253 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.LocalTransactionIdMarshaller.CreateObject">
8254 <summery>
8255 Creates an instance of the Object that this marshaller handles.
8256 </summery>
8257 </member>
8258 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.LocalTransactionIdMarshaller.GetDataStructureType">
8259 <summery>
8260 Returns the type code for the Object that this Marshaller handles..
8261 </summery>
8262 </member>
8263 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.MarshallerFactory">
8264 <summary>
8265 Used to create marshallers for a specific version of the OpenWire protocol.
8266 Each non-abstract DataStructure object has a registered Marshaller that is
8267 created and added to the OpenWireFormat objects format collection.
8268 </summary>
8269 </member>
8270 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MarshallerFactory.configure(Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat)">
8271 <summery>
8272 Adds the Marshallers for this version of the OpenWire protocol to the
8273 Collection of Marshallers stored in the OpenWireFormat class.
8274 </summery>
8275 </member>
8276 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.MessageAckMarshaller">
8277 <summary>
8278 Marshalling code for Open Wire Format for MessageAck
8279 </summary>
8280 </member>
8281 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MessageAckMarshaller.CreateObject">
8282 <summery>
8283 Creates an instance of the Object that this marshaller handles.
8284 </summery>
8285 </member>
8286 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MessageAckMarshaller.GetDataStructureType">
8287 <summery>
8288 Returns the type code for the Object that this Marshaller handles..
8289 </summery>
8290 </member>
8291 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.MessageDispatchMarshaller">
8292 <summary>
8293 Marshalling code for Open Wire Format for MessageDispatch
8294 </summary>
8295 </member>
8296 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MessageDispatchMarshaller.CreateObject">
8297 <summery>
8298 Creates an instance of the Object that this marshaller handles.
8299 </summery>
8300 </member>
8301 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MessageDispatchMarshaller.GetDataStructureType">
8302 <summery>
8303 Returns the type code for the Object that this Marshaller handles..
8304 </summery>
8305 </member>
8306 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.MessageDispatchNotificationMarshaller">
8307 <summary>
8308 Marshalling code for Open Wire Format for MessageDispatchNotification
8309 </summary>
8310 </member>
8311 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MessageDispatchNotificationMarshaller.CreateObject">
8312 <summery>
8313 Creates an instance of the Object that this marshaller handles.
8314 </summery>
8315 </member>
8316 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MessageDispatchNotificationMarshaller.GetDataStructureType">
8317 <summery>
8318 Returns the type code for the Object that this Marshaller handles..
8319 </summery>
8320 </member>
8321 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.MessageIdMarshaller">
8322 <summary>
8323 Marshalling code for Open Wire Format for MessageId
8324 </summary>
8325 </member>
8326 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MessageIdMarshaller.CreateObject">
8327 <summery>
8328 Creates an instance of the Object that this marshaller handles.
8329 </summery>
8330 </member>
8331 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MessageIdMarshaller.GetDataStructureType">
8332 <summery>
8333 Returns the type code for the Object that this Marshaller handles..
8334 </summery>
8335 </member>
8336 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.MessagePullMarshaller">
8337 <summary>
8338 Marshalling code for Open Wire Format for MessagePull
8339 </summary>
8340 </member>
8341 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MessagePullMarshaller.CreateObject">
8342 <summery>
8343 Creates an instance of the Object that this marshaller handles.
8344 </summery>
8345 </member>
8346 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.MessagePullMarshaller.GetDataStructureType">
8347 <summery>
8348 Returns the type code for the Object that this Marshaller handles..
8349 </summery>
8350 </member>
8351 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.NetworkBridgeFilterMarshaller">
8352 <summary>
8353 Marshalling code for Open Wire Format for NetworkBridgeFilter
8354 </summary>
8355 </member>
8356 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.NetworkBridgeFilterMarshaller.CreateObject">
8357 <summery>
8358 Creates an instance of the Object that this marshaller handles.
8359 </summery>
8360 </member>
8361 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.NetworkBridgeFilterMarshaller.GetDataStructureType">
8362 <summery>
8363 Returns the type code for the Object that this Marshaller handles..
8364 </summery>
8365 </member>
8366 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ProducerAckMarshaller">
8367 <summary>
8368 Marshalling code for Open Wire Format for ProducerAck
8369 </summary>
8370 </member>
8371 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ProducerAckMarshaller.CreateObject">
8372 <summery>
8373 Creates an instance of the Object that this marshaller handles.
8374 </summery>
8375 </member>
8376 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ProducerAckMarshaller.GetDataStructureType">
8377 <summery>
8378 Returns the type code for the Object that this Marshaller handles..
8379 </summery>
8380 </member>
8381 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ProducerIdMarshaller">
8382 <summary>
8383 Marshalling code for Open Wire Format for ProducerId
8384 </summary>
8385 </member>
8386 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ProducerIdMarshaller.CreateObject">
8387 <summery>
8388 Creates an instance of the Object that this marshaller handles.
8389 </summery>
8390 </member>
8391 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ProducerIdMarshaller.GetDataStructureType">
8392 <summery>
8393 Returns the type code for the Object that this Marshaller handles..
8394 </summery>
8395 </member>
8396 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ProducerInfoMarshaller">
8397 <summary>
8398 Marshalling code for Open Wire Format for ProducerInfo
8399 </summary>
8400 </member>
8401 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ProducerInfoMarshaller.CreateObject">
8402 <summery>
8403 Creates an instance of the Object that this marshaller handles.
8404 </summery>
8405 </member>
8406 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ProducerInfoMarshaller.GetDataStructureType">
8407 <summery>
8408 Returns the type code for the Object that this Marshaller handles..
8409 </summery>
8410 </member>
8411 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.RemoveInfoMarshaller">
8412 <summary>
8413 Marshalling code for Open Wire Format for RemoveInfo
8414 </summary>
8415 </member>
8416 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.RemoveInfoMarshaller.CreateObject">
8417 <summery>
8418 Creates an instance of the Object that this marshaller handles.
8419 </summery>
8420 </member>
8421 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.RemoveInfoMarshaller.GetDataStructureType">
8422 <summery>
8423 Returns the type code for the Object that this Marshaller handles..
8424 </summery>
8425 </member>
8426 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.RemoveSubscriptionInfoMarshaller">
8427 <summary>
8428 Marshalling code for Open Wire Format for RemoveSubscriptionInfo
8429 </summary>
8430 </member>
8431 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.RemoveSubscriptionInfoMarshaller.CreateObject">
8432 <summery>
8433 Creates an instance of the Object that this marshaller handles.
8434 </summery>
8435 </member>
8436 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.RemoveSubscriptionInfoMarshaller.GetDataStructureType">
8437 <summery>
8438 Returns the type code for the Object that this Marshaller handles..
8439 </summery>
8440 </member>
8441 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ReplayCommandMarshaller">
8442 <summary>
8443 Marshalling code for Open Wire Format for ReplayCommand
8444 </summary>
8445 </member>
8446 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ReplayCommandMarshaller.CreateObject">
8447 <summery>
8448 Creates an instance of the Object that this marshaller handles.
8449 </summery>
8450 </member>
8451 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ReplayCommandMarshaller.GetDataStructureType">
8452 <summery>
8453 Returns the type code for the Object that this Marshaller handles..
8454 </summery>
8455 </member>
8456 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.SessionIdMarshaller">
8457 <summary>
8458 Marshalling code for Open Wire Format for SessionId
8459 </summary>
8460 </member>
8461 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.SessionIdMarshaller.CreateObject">
8462 <summery>
8463 Creates an instance of the Object that this marshaller handles.
8464 </summery>
8465 </member>
8466 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.SessionIdMarshaller.GetDataStructureType">
8467 <summery>
8468 Returns the type code for the Object that this Marshaller handles..
8469 </summery>
8470 </member>
8471 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.SessionInfoMarshaller">
8472 <summary>
8473 Marshalling code for Open Wire Format for SessionInfo
8474 </summary>
8475 </member>
8476 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.SessionInfoMarshaller.CreateObject">
8477 <summery>
8478 Creates an instance of the Object that this marshaller handles.
8479 </summery>
8480 </member>
8481 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.SessionInfoMarshaller.GetDataStructureType">
8482 <summery>
8483 Returns the type code for the Object that this Marshaller handles..
8484 </summery>
8485 </member>
8486 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.ShutdownInfoMarshaller">
8487 <summary>
8488 Marshalling code for Open Wire Format for ShutdownInfo
8489 </summary>
8490 </member>
8491 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ShutdownInfoMarshaller.CreateObject">
8492 <summery>
8493 Creates an instance of the Object that this marshaller handles.
8494 </summery>
8495 </member>
8496 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.ShutdownInfoMarshaller.GetDataStructureType">
8497 <summery>
8498 Returns the type code for the Object that this Marshaller handles..
8499 </summery>
8500 </member>
8501 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.SubscriptionInfoMarshaller">
8502 <summary>
8503 Marshalling code for Open Wire Format for SubscriptionInfo
8504 </summary>
8505 </member>
8506 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.SubscriptionInfoMarshaller.CreateObject">
8507 <summery>
8508 Creates an instance of the Object that this marshaller handles.
8509 </summery>
8510 </member>
8511 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.SubscriptionInfoMarshaller.GetDataStructureType">
8512 <summery>
8513 Returns the type code for the Object that this Marshaller handles..
8514 </summery>
8515 </member>
8516 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.TransactionInfoMarshaller">
8517 <summary>
8518 Marshalling code for Open Wire Format for TransactionInfo
8519 </summary>
8520 </member>
8521 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.TransactionInfoMarshaller.CreateObject">
8522 <summery>
8523 Creates an instance of the Object that this marshaller handles.
8524 </summery>
8525 </member>
8526 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.TransactionInfoMarshaller.GetDataStructureType">
8527 <summery>
8528 Returns the type code for the Object that this Marshaller handles..
8529 </summery>
8530 </member>
8531 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.WireFormatInfoMarshaller">
8532 <summary>
8533 Marshalling code for Open Wire Format for WireFormatInfo
8534 </summary>
8535 </member>
8536 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.WireFormatInfoMarshaller.CreateObject">
8537 <summery>
8538 Creates an instance of the Object that this marshaller handles.
8539 </summery>
8540 </member>
8541 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.WireFormatInfoMarshaller.GetDataStructureType">
8542 <summery>
8543 Returns the type code for the Object that this Marshaller handles..
8544 </summery>
8545 </member>
8546 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V7.XATransactionIdMarshaller">
8547 <summary>
8548 Marshalling code for Open Wire Format for XATransactionId
8549 </summary>
8550 </member>
8551 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.XATransactionIdMarshaller.CreateObject">
8552 <summery>
8553 Creates an instance of the Object that this marshaller handles.
8554 </summery>
8555 </member>
8556 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V7.XATransactionIdMarshaller.GetDataStructureType">
8557 <summery>
8558 Returns the type code for the Object that this Marshaller handles..
8559 </summery>
8560 </member>
8561 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQBlobMessageMarshaller">
8562 <summary>
8563 Marshalling code for Open Wire Format for ActiveMQBlobMessage
8564 </summary>
8565 </member>
8566 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQMessageMarshaller">
8567 <summary>
8568 Marshalling code for Open Wire Format for ActiveMQMessage
8569 </summary>
8570 </member>
8571 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.MessageMarshaller">
8572 <summary>
8573 Marshalling code for Open Wire Format for Message
8574 </summary>
8575 </member>
8576 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.BaseCommandMarshaller">
8577 <summary>
8578 Marshalling code for Open Wire Format for BaseCommand
8579 </summary>
8580 </member>
8581 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQMessageMarshaller.CreateObject">
8582 <summery>
8583 Creates an instance of the Object that this marshaller handles.
8584 </summery>
8585 </member>
8586 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQMessageMarshaller.GetDataStructureType">
8587 <summery>
8588 Returns the type code for the Object that this Marshaller handles..
8589 </summery>
8590 </member>
8591 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQBlobMessageMarshaller.CreateObject">
8592 <summery>
8593 Creates an instance of the Object that this marshaller handles.
8594 </summery>
8595 </member>
8596 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQBlobMessageMarshaller.GetDataStructureType">
8597 <summery>
8598 Returns the type code for the Object that this Marshaller handles..
8599 </summery>
8600 </member>
8601 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQBytesMessageMarshaller">
8602 <summary>
8603 Marshalling code for Open Wire Format for ActiveMQBytesMessage
8604 </summary>
8605 </member>
8606 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQBytesMessageMarshaller.CreateObject">
8607 <summery>
8608 Creates an instance of the Object that this marshaller handles.
8609 </summery>
8610 </member>
8611 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQBytesMessageMarshaller.GetDataStructureType">
8612 <summery>
8613 Returns the type code for the Object that this Marshaller handles..
8614 </summery>
8615 </member>
8616 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQDestinationMarshaller">
8617 <summary>
8618 Marshalling code for Open Wire Format for ActiveMQDestination
8619 </summary>
8620 </member>
8621 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQMapMessageMarshaller">
8622 <summary>
8623 Marshalling code for Open Wire Format for ActiveMQMapMessage
8624 </summary>
8625 </member>
8626 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQMapMessageMarshaller.CreateObject">
8627 <summery>
8628 Creates an instance of the Object that this marshaller handles.
8629 </summery>
8630 </member>
8631 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQMapMessageMarshaller.GetDataStructureType">
8632 <summery>
8633 Returns the type code for the Object that this Marshaller handles..
8634 </summery>
8635 </member>
8636 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQObjectMessageMarshaller">
8637 <summary>
8638 Marshalling code for Open Wire Format for ActiveMQObjectMessage
8639 </summary>
8640 </member>
8641 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQObjectMessageMarshaller.CreateObject">
8642 <summery>
8643 Creates an instance of the Object that this marshaller handles.
8644 </summery>
8645 </member>
8646 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQObjectMessageMarshaller.GetDataStructureType">
8647 <summery>
8648 Returns the type code for the Object that this Marshaller handles..
8649 </summery>
8650 </member>
8651 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQQueueMarshaller">
8652 <summary>
8653 Marshalling code for Open Wire Format for ActiveMQQueue
8654 </summary>
8655 </member>
8656 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQQueueMarshaller.CreateObject">
8657 <summery>
8658 Creates an instance of the Object that this marshaller handles.
8659 </summery>
8660 </member>
8661 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQQueueMarshaller.GetDataStructureType">
8662 <summery>
8663 Returns the type code for the Object that this Marshaller handles..
8664 </summery>
8665 </member>
8666 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQStreamMessageMarshaller">
8667 <summary>
8668 Marshalling code for Open Wire Format for ActiveMQStreamMessage
8669 </summary>
8670 </member>
8671 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQStreamMessageMarshaller.CreateObject">
8672 <summery>
8673 Creates an instance of the Object that this marshaller handles.
8674 </summery>
8675 </member>
8676 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQStreamMessageMarshaller.GetDataStructureType">
8677 <summery>
8678 Returns the type code for the Object that this Marshaller handles..
8679 </summery>
8680 </member>
8681 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTempDestinationMarshaller">
8682 <summary>
8683 Marshalling code for Open Wire Format for ActiveMQTempDestination
8684 </summary>
8685 </member>
8686 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTempQueueMarshaller">
8687 <summary>
8688 Marshalling code for Open Wire Format for ActiveMQTempQueue
8689 </summary>
8690 </member>
8691 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTempQueueMarshaller.CreateObject">
8692 <summery>
8693 Creates an instance of the Object that this marshaller handles.
8694 </summery>
8695 </member>
8696 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTempQueueMarshaller.GetDataStructureType">
8697 <summery>
8698 Returns the type code for the Object that this Marshaller handles..
8699 </summery>
8700 </member>
8701 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTempTopicMarshaller">
8702 <summary>
8703 Marshalling code for Open Wire Format for ActiveMQTempTopic
8704 </summary>
8705 </member>
8706 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTempTopicMarshaller.CreateObject">
8707 <summery>
8708 Creates an instance of the Object that this marshaller handles.
8709 </summery>
8710 </member>
8711 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTempTopicMarshaller.GetDataStructureType">
8712 <summery>
8713 Returns the type code for the Object that this Marshaller handles..
8714 </summery>
8715 </member>
8716 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTextMessageMarshaller">
8717 <summary>
8718 Marshalling code for Open Wire Format for ActiveMQTextMessage
8719 </summary>
8720 </member>
8721 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTextMessageMarshaller.CreateObject">
8722 <summery>
8723 Creates an instance of the Object that this marshaller handles.
8724 </summery>
8725 </member>
8726 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTextMessageMarshaller.GetDataStructureType">
8727 <summery>
8728 Returns the type code for the Object that this Marshaller handles..
8729 </summery>
8730 </member>
8731 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTopicMarshaller">
8732 <summary>
8733 Marshalling code for Open Wire Format for ActiveMQTopic
8734 </summary>
8735 </member>
8736 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTopicMarshaller.CreateObject">
8737 <summery>
8738 Creates an instance of the Object that this marshaller handles.
8739 </summery>
8740 </member>
8741 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ActiveMQTopicMarshaller.GetDataStructureType">
8742 <summery>
8743 Returns the type code for the Object that this Marshaller handles..
8744 </summery>
8745 </member>
8746 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.BrokerIdMarshaller">
8747 <summary>
8748 Marshalling code for Open Wire Format for BrokerId
8749 </summary>
8750 </member>
8751 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.BrokerIdMarshaller.CreateObject">
8752 <summery>
8753 Creates an instance of the Object that this marshaller handles.
8754 </summery>
8755 </member>
8756 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.BrokerIdMarshaller.GetDataStructureType">
8757 <summery>
8758 Returns the type code for the Object that this Marshaller handles..
8759 </summery>
8760 </member>
8761 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.BrokerInfoMarshaller">
8762 <summary>
8763 Marshalling code for Open Wire Format for BrokerInfo
8764 </summary>
8765 </member>
8766 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.BrokerInfoMarshaller.CreateObject">
8767 <summery>
8768 Creates an instance of the Object that this marshaller handles.
8769 </summery>
8770 </member>
8771 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.BrokerInfoMarshaller.GetDataStructureType">
8772 <summery>
8773 Returns the type code for the Object that this Marshaller handles..
8774 </summery>
8775 </member>
8776 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionControlMarshaller">
8777 <summary>
8778 Marshalling code for Open Wire Format for ConnectionControl
8779 </summary>
8780 </member>
8781 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionControlMarshaller.CreateObject">
8782 <summery>
8783 Creates an instance of the Object that this marshaller handles.
8784 </summery>
8785 </member>
8786 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionControlMarshaller.GetDataStructureType">
8787 <summery>
8788 Returns the type code for the Object that this Marshaller handles..
8789 </summery>
8790 </member>
8791 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionErrorMarshaller">
8792 <summary>
8793 Marshalling code for Open Wire Format for ConnectionError
8794 </summary>
8795 </member>
8796 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionErrorMarshaller.CreateObject">
8797 <summery>
8798 Creates an instance of the Object that this marshaller handles.
8799 </summery>
8800 </member>
8801 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionErrorMarshaller.GetDataStructureType">
8802 <summery>
8803 Returns the type code for the Object that this Marshaller handles..
8804 </summery>
8805 </member>
8806 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionIdMarshaller">
8807 <summary>
8808 Marshalling code for Open Wire Format for ConnectionId
8809 </summary>
8810 </member>
8811 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionIdMarshaller.CreateObject">
8812 <summery>
8813 Creates an instance of the Object that this marshaller handles.
8814 </summery>
8815 </member>
8816 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionIdMarshaller.GetDataStructureType">
8817 <summery>
8818 Returns the type code for the Object that this Marshaller handles..
8819 </summery>
8820 </member>
8821 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionInfoMarshaller">
8822 <summary>
8823 Marshalling code for Open Wire Format for ConnectionInfo
8824 </summary>
8825 </member>
8826 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionInfoMarshaller.CreateObject">
8827 <summery>
8828 Creates an instance of the Object that this marshaller handles.
8829 </summery>
8830 </member>
8831 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConnectionInfoMarshaller.GetDataStructureType">
8832 <summery>
8833 Returns the type code for the Object that this Marshaller handles..
8834 </summery>
8835 </member>
8836 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ConsumerControlMarshaller">
8837 <summary>
8838 Marshalling code for Open Wire Format for ConsumerControl
8839 </summary>
8840 </member>
8841 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConsumerControlMarshaller.CreateObject">
8842 <summery>
8843 Creates an instance of the Object that this marshaller handles.
8844 </summery>
8845 </member>
8846 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConsumerControlMarshaller.GetDataStructureType">
8847 <summery>
8848 Returns the type code for the Object that this Marshaller handles..
8849 </summery>
8850 </member>
8851 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ConsumerIdMarshaller">
8852 <summary>
8853 Marshalling code for Open Wire Format for ConsumerId
8854 </summary>
8855 </member>
8856 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConsumerIdMarshaller.CreateObject">
8857 <summery>
8858 Creates an instance of the Object that this marshaller handles.
8859 </summery>
8860 </member>
8861 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConsumerIdMarshaller.GetDataStructureType">
8862 <summery>
8863 Returns the type code for the Object that this Marshaller handles..
8864 </summery>
8865 </member>
8866 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ConsumerInfoMarshaller">
8867 <summary>
8868 Marshalling code for Open Wire Format for ConsumerInfo
8869 </summary>
8870 </member>
8871 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConsumerInfoMarshaller.CreateObject">
8872 <summery>
8873 Creates an instance of the Object that this marshaller handles.
8874 </summery>
8875 </member>
8876 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ConsumerInfoMarshaller.GetDataStructureType">
8877 <summery>
8878 Returns the type code for the Object that this Marshaller handles..
8879 </summery>
8880 </member>
8881 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ControlCommandMarshaller">
8882 <summary>
8883 Marshalling code for Open Wire Format for ControlCommand
8884 </summary>
8885 </member>
8886 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ControlCommandMarshaller.CreateObject">
8887 <summery>
8888 Creates an instance of the Object that this marshaller handles.
8889 </summery>
8890 </member>
8891 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ControlCommandMarshaller.GetDataStructureType">
8892 <summery>
8893 Returns the type code for the Object that this Marshaller handles..
8894 </summery>
8895 </member>
8896 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.DataArrayResponseMarshaller">
8897 <summary>
8898 Marshalling code for Open Wire Format for DataArrayResponse
8899 </summary>
8900 </member>
8901 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ResponseMarshaller">
8902 <summary>
8903 Marshalling code for Open Wire Format for Response
8904 </summary>
8905 </member>
8906 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ResponseMarshaller.CreateObject">
8907 <summery>
8908 Creates an instance of the Object that this marshaller handles.
8909 </summery>
8910 </member>
8911 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ResponseMarshaller.GetDataStructureType">
8912 <summery>
8913 Returns the type code for the Object that this Marshaller handles..
8914 </summery>
8915 </member>
8916 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.DataArrayResponseMarshaller.CreateObject">
8917 <summery>
8918 Creates an instance of the Object that this marshaller handles.
8919 </summery>
8920 </member>
8921 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.DataArrayResponseMarshaller.GetDataStructureType">
8922 <summery>
8923 Returns the type code for the Object that this Marshaller handles..
8924 </summery>
8925 </member>
8926 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.DataResponseMarshaller">
8927 <summary>
8928 Marshalling code for Open Wire Format for DataResponse
8929 </summary>
8930 </member>
8931 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.DataResponseMarshaller.CreateObject">
8932 <summery>
8933 Creates an instance of the Object that this marshaller handles.
8934 </summery>
8935 </member>
8936 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.DataResponseMarshaller.GetDataStructureType">
8937 <summery>
8938 Returns the type code for the Object that this Marshaller handles..
8939 </summery>
8940 </member>
8941 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.DestinationInfoMarshaller">
8942 <summary>
8943 Marshalling code for Open Wire Format for DestinationInfo
8944 </summary>
8945 </member>
8946 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.DestinationInfoMarshaller.CreateObject">
8947 <summery>
8948 Creates an instance of the Object that this marshaller handles.
8949 </summery>
8950 </member>
8951 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.DestinationInfoMarshaller.GetDataStructureType">
8952 <summery>
8953 Returns the type code for the Object that this Marshaller handles..
8954 </summery>
8955 </member>
8956 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.DiscoveryEventMarshaller">
8957 <summary>
8958 Marshalling code for Open Wire Format for DiscoveryEvent
8959 </summary>
8960 </member>
8961 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.DiscoveryEventMarshaller.CreateObject">
8962 <summery>
8963 Creates an instance of the Object that this marshaller handles.
8964 </summery>
8965 </member>
8966 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.DiscoveryEventMarshaller.GetDataStructureType">
8967 <summery>
8968 Returns the type code for the Object that this Marshaller handles..
8969 </summery>
8970 </member>
8971 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ExceptionResponseMarshaller">
8972 <summary>
8973 Marshalling code for Open Wire Format for ExceptionResponse
8974 </summary>
8975 </member>
8976 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ExceptionResponseMarshaller.CreateObject">
8977 <summery>
8978 Creates an instance of the Object that this marshaller handles.
8979 </summery>
8980 </member>
8981 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ExceptionResponseMarshaller.GetDataStructureType">
8982 <summery>
8983 Returns the type code for the Object that this Marshaller handles..
8984 </summery>
8985 </member>
8986 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.FlushCommandMarshaller">
8987 <summary>
8988 Marshalling code for Open Wire Format for FlushCommand
8989 </summary>
8990 </member>
8991 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.FlushCommandMarshaller.CreateObject">
8992 <summery>
8993 Creates an instance of the Object that this marshaller handles.
8994 </summery>
8995 </member>
8996 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.FlushCommandMarshaller.GetDataStructureType">
8997 <summery>
8998 Returns the type code for the Object that this Marshaller handles..
8999 </summery>
9000 </member>
9001 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.IntegerResponseMarshaller">
9002 <summary>
9003 Marshalling code for Open Wire Format for IntegerResponse
9004 </summary>
9005 </member>
9006 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.IntegerResponseMarshaller.CreateObject">
9007 <summery>
9008 Creates an instance of the Object that this marshaller handles.
9009 </summery>
9010 </member>
9011 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.IntegerResponseMarshaller.GetDataStructureType">
9012 <summery>
9013 Returns the type code for the Object that this Marshaller handles..
9014 </summery>
9015 </member>
9016 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.JournalQueueAckMarshaller">
9017 <summary>
9018 Marshalling code for Open Wire Format for JournalQueueAck
9019 </summary>
9020 </member>
9021 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.JournalQueueAckMarshaller.CreateObject">
9022 <summery>
9023 Creates an instance of the Object that this marshaller handles.
9024 </summery>
9025 </member>
9026 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.JournalQueueAckMarshaller.GetDataStructureType">
9027 <summery>
9028 Returns the type code for the Object that this Marshaller handles..
9029 </summery>
9030 </member>
9031 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.JournalTopicAckMarshaller">
9032 <summary>
9033 Marshalling code for Open Wire Format for JournalTopicAck
9034 </summary>
9035 </member>
9036 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.JournalTopicAckMarshaller.CreateObject">
9037 <summery>
9038 Creates an instance of the Object that this marshaller handles.
9039 </summery>
9040 </member>
9041 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.JournalTopicAckMarshaller.GetDataStructureType">
9042 <summery>
9043 Returns the type code for the Object that this Marshaller handles..
9044 </summery>
9045 </member>
9046 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.JournalTraceMarshaller">
9047 <summary>
9048 Marshalling code for Open Wire Format for JournalTrace
9049 </summary>
9050 </member>
9051 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.JournalTraceMarshaller.CreateObject">
9052 <summery>
9053 Creates an instance of the Object that this marshaller handles.
9054 </summery>
9055 </member>
9056 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.JournalTraceMarshaller.GetDataStructureType">
9057 <summery>
9058 Returns the type code for the Object that this Marshaller handles..
9059 </summery>
9060 </member>
9061 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.JournalTransactionMarshaller">
9062 <summary>
9063 Marshalling code for Open Wire Format for JournalTransaction
9064 </summary>
9065 </member>
9066 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.JournalTransactionMarshaller.CreateObject">
9067 <summery>
9068 Creates an instance of the Object that this marshaller handles.
9069 </summery>
9070 </member>
9071 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.JournalTransactionMarshaller.GetDataStructureType">
9072 <summery>
9073 Returns the type code for the Object that this Marshaller handles..
9074 </summery>
9075 </member>
9076 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.KeepAliveInfoMarshaller">
9077 <summary>
9078 Marshalling code for Open Wire Format for KeepAliveInfo
9079 </summary>
9080 </member>
9081 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.KeepAliveInfoMarshaller.CreateObject">
9082 <summery>
9083 Creates an instance of the Object that this marshaller handles.
9084 </summery>
9085 </member>
9086 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.KeepAliveInfoMarshaller.GetDataStructureType">
9087 <summery>
9088 Returns the type code for the Object that this Marshaller handles..
9089 </summery>
9090 </member>
9091 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.LastPartialCommandMarshaller">
9092 <summary>
9093 Marshalling code for Open Wire Format for LastPartialCommand
9094 </summary>
9095 </member>
9096 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.PartialCommandMarshaller">
9097 <summary>
9098 Marshalling code for Open Wire Format for PartialCommand
9099 </summary>
9100 </member>
9101 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.PartialCommandMarshaller.CreateObject">
9102 <summery>
9103 Creates an instance of the Object that this marshaller handles.
9104 </summery>
9105 </member>
9106 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.PartialCommandMarshaller.GetDataStructureType">
9107 <summery>
9108 Returns the type code for the Object that this Marshaller handles..
9109 </summery>
9110 </member>
9111 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.LastPartialCommandMarshaller.CreateObject">
9112 <summery>
9113 Creates an instance of the Object that this marshaller handles.
9114 </summery>
9115 </member>
9116 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.LastPartialCommandMarshaller.GetDataStructureType">
9117 <summery>
9118 Returns the type code for the Object that this Marshaller handles..
9119 </summery>
9120 </member>
9121 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.LocalTransactionIdMarshaller">
9122 <summary>
9123 Marshalling code for Open Wire Format for LocalTransactionId
9124 </summary>
9125 </member>
9126 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.TransactionIdMarshaller">
9127 <summary>
9128 Marshalling code for Open Wire Format for TransactionId
9129 </summary>
9130 </member>
9131 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.LocalTransactionIdMarshaller.CreateObject">
9132 <summery>
9133 Creates an instance of the Object that this marshaller handles.
9134 </summery>
9135 </member>
9136 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.LocalTransactionIdMarshaller.GetDataStructureType">
9137 <summery>
9138 Returns the type code for the Object that this Marshaller handles..
9139 </summery>
9140 </member>
9141 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.MarshallerFactory">
9142 <summary>
9143 Used to create marshallers for a specific version of the OpenWire protocol.
9144 Each non-abstract DataStructure object has a registered Marshaller that is
9145 created and added to the OpenWireFormat objects format collection.
9146 </summary>
9147 </member>
9148 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MarshallerFactory.configure(Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat)">
9149 <summery>
9150 Adds the Marshallers for this version of the OpenWire protocol to the
9151 Collection of Marshallers stored in the OpenWireFormat class.
9152 </summery>
9153 </member>
9154 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.MessageAckMarshaller">
9155 <summary>
9156 Marshalling code for Open Wire Format for MessageAck
9157 </summary>
9158 </member>
9159 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MessageAckMarshaller.CreateObject">
9160 <summery>
9161 Creates an instance of the Object that this marshaller handles.
9162 </summery>
9163 </member>
9164 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MessageAckMarshaller.GetDataStructureType">
9165 <summery>
9166 Returns the type code for the Object that this Marshaller handles..
9167 </summery>
9168 </member>
9169 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.MessageDispatchMarshaller">
9170 <summary>
9171 Marshalling code for Open Wire Format for MessageDispatch
9172 </summary>
9173 </member>
9174 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MessageDispatchMarshaller.CreateObject">
9175 <summery>
9176 Creates an instance of the Object that this marshaller handles.
9177 </summery>
9178 </member>
9179 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MessageDispatchMarshaller.GetDataStructureType">
9180 <summery>
9181 Returns the type code for the Object that this Marshaller handles..
9182 </summery>
9183 </member>
9184 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.MessageDispatchNotificationMarshaller">
9185 <summary>
9186 Marshalling code for Open Wire Format for MessageDispatchNotification
9187 </summary>
9188 </member>
9189 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MessageDispatchNotificationMarshaller.CreateObject">
9190 <summery>
9191 Creates an instance of the Object that this marshaller handles.
9192 </summery>
9193 </member>
9194 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MessageDispatchNotificationMarshaller.GetDataStructureType">
9195 <summery>
9196 Returns the type code for the Object that this Marshaller handles..
9197 </summery>
9198 </member>
9199 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.MessageIdMarshaller">
9200 <summary>
9201 Marshalling code for Open Wire Format for MessageId
9202 </summary>
9203 </member>
9204 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MessageIdMarshaller.CreateObject">
9205 <summery>
9206 Creates an instance of the Object that this marshaller handles.
9207 </summery>
9208 </member>
9209 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MessageIdMarshaller.GetDataStructureType">
9210 <summery>
9211 Returns the type code for the Object that this Marshaller handles..
9212 </summery>
9213 </member>
9214 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.MessagePullMarshaller">
9215 <summary>
9216 Marshalling code for Open Wire Format for MessagePull
9217 </summary>
9218 </member>
9219 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MessagePullMarshaller.CreateObject">
9220 <summery>
9221 Creates an instance of the Object that this marshaller handles.
9222 </summery>
9223 </member>
9224 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.MessagePullMarshaller.GetDataStructureType">
9225 <summery>
9226 Returns the type code for the Object that this Marshaller handles..
9227 </summery>
9228 </member>
9229 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.NetworkBridgeFilterMarshaller">
9230 <summary>
9231 Marshalling code for Open Wire Format for NetworkBridgeFilter
9232 </summary>
9233 </member>
9234 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.NetworkBridgeFilterMarshaller.CreateObject">
9235 <summery>
9236 Creates an instance of the Object that this marshaller handles.
9237 </summery>
9238 </member>
9239 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.NetworkBridgeFilterMarshaller.GetDataStructureType">
9240 <summery>
9241 Returns the type code for the Object that this Marshaller handles..
9242 </summery>
9243 </member>
9244 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ProducerAckMarshaller">
9245 <summary>
9246 Marshalling code for Open Wire Format for ProducerAck
9247 </summary>
9248 </member>
9249 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ProducerAckMarshaller.CreateObject">
9250 <summery>
9251 Creates an instance of the Object that this marshaller handles.
9252 </summery>
9253 </member>
9254 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ProducerAckMarshaller.GetDataStructureType">
9255 <summery>
9256 Returns the type code for the Object that this Marshaller handles..
9257 </summery>
9258 </member>
9259 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ProducerIdMarshaller">
9260 <summary>
9261 Marshalling code for Open Wire Format for ProducerId
9262 </summary>
9263 </member>
9264 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ProducerIdMarshaller.CreateObject">
9265 <summery>
9266 Creates an instance of the Object that this marshaller handles.
9267 </summery>
9268 </member>
9269 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ProducerIdMarshaller.GetDataStructureType">
9270 <summery>
9271 Returns the type code for the Object that this Marshaller handles..
9272 </summery>
9273 </member>
9274 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ProducerInfoMarshaller">
9275 <summary>
9276 Marshalling code for Open Wire Format for ProducerInfo
9277 </summary>
9278 </member>
9279 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ProducerInfoMarshaller.CreateObject">
9280 <summery>
9281 Creates an instance of the Object that this marshaller handles.
9282 </summery>
9283 </member>
9284 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ProducerInfoMarshaller.GetDataStructureType">
9285 <summery>
9286 Returns the type code for the Object that this Marshaller handles..
9287 </summery>
9288 </member>
9289 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.RemoveInfoMarshaller">
9290 <summary>
9291 Marshalling code for Open Wire Format for RemoveInfo
9292 </summary>
9293 </member>
9294 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.RemoveInfoMarshaller.CreateObject">
9295 <summery>
9296 Creates an instance of the Object that this marshaller handles.
9297 </summery>
9298 </member>
9299 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.RemoveInfoMarshaller.GetDataStructureType">
9300 <summery>
9301 Returns the type code for the Object that this Marshaller handles..
9302 </summery>
9303 </member>
9304 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.RemoveSubscriptionInfoMarshaller">
9305 <summary>
9306 Marshalling code for Open Wire Format for RemoveSubscriptionInfo
9307 </summary>
9308 </member>
9309 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.RemoveSubscriptionInfoMarshaller.CreateObject">
9310 <summery>
9311 Creates an instance of the Object that this marshaller handles.
9312 </summery>
9313 </member>
9314 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.RemoveSubscriptionInfoMarshaller.GetDataStructureType">
9315 <summery>
9316 Returns the type code for the Object that this Marshaller handles..
9317 </summery>
9318 </member>
9319 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ReplayCommandMarshaller">
9320 <summary>
9321 Marshalling code for Open Wire Format for ReplayCommand
9322 </summary>
9323 </member>
9324 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ReplayCommandMarshaller.CreateObject">
9325 <summery>
9326 Creates an instance of the Object that this marshaller handles.
9327 </summery>
9328 </member>
9329 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ReplayCommandMarshaller.GetDataStructureType">
9330 <summery>
9331 Returns the type code for the Object that this Marshaller handles..
9332 </summery>
9333 </member>
9334 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.SessionIdMarshaller">
9335 <summary>
9336 Marshalling code for Open Wire Format for SessionId
9337 </summary>
9338 </member>
9339 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.SessionIdMarshaller.CreateObject">
9340 <summery>
9341 Creates an instance of the Object that this marshaller handles.
9342 </summery>
9343 </member>
9344 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.SessionIdMarshaller.GetDataStructureType">
9345 <summery>
9346 Returns the type code for the Object that this Marshaller handles..
9347 </summery>
9348 </member>
9349 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.SessionInfoMarshaller">
9350 <summary>
9351 Marshalling code for Open Wire Format for SessionInfo
9352 </summary>
9353 </member>
9354 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.SessionInfoMarshaller.CreateObject">
9355 <summery>
9356 Creates an instance of the Object that this marshaller handles.
9357 </summery>
9358 </member>
9359 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.SessionInfoMarshaller.GetDataStructureType">
9360 <summery>
9361 Returns the type code for the Object that this Marshaller handles..
9362 </summery>
9363 </member>
9364 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.ShutdownInfoMarshaller">
9365 <summary>
9366 Marshalling code for Open Wire Format for ShutdownInfo
9367 </summary>
9368 </member>
9369 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ShutdownInfoMarshaller.CreateObject">
9370 <summery>
9371 Creates an instance of the Object that this marshaller handles.
9372 </summery>
9373 </member>
9374 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.ShutdownInfoMarshaller.GetDataStructureType">
9375 <summery>
9376 Returns the type code for the Object that this Marshaller handles..
9377 </summery>
9378 </member>
9379 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.SubscriptionInfoMarshaller">
9380 <summary>
9381 Marshalling code for Open Wire Format for SubscriptionInfo
9382 </summary>
9383 </member>
9384 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.SubscriptionInfoMarshaller.CreateObject">
9385 <summery>
9386 Creates an instance of the Object that this marshaller handles.
9387 </summery>
9388 </member>
9389 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.SubscriptionInfoMarshaller.GetDataStructureType">
9390 <summery>
9391 Returns the type code for the Object that this Marshaller handles..
9392 </summery>
9393 </member>
9394 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.TransactionInfoMarshaller">
9395 <summary>
9396 Marshalling code for Open Wire Format for TransactionInfo
9397 </summary>
9398 </member>
9399 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.TransactionInfoMarshaller.CreateObject">
9400 <summery>
9401 Creates an instance of the Object that this marshaller handles.
9402 </summery>
9403 </member>
9404 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.TransactionInfoMarshaller.GetDataStructureType">
9405 <summery>
9406 Returns the type code for the Object that this Marshaller handles..
9407 </summery>
9408 </member>
9409 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.WireFormatInfoMarshaller">
9410 <summary>
9411 Marshalling code for Open Wire Format for WireFormatInfo
9412 </summary>
9413 </member>
9414 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.WireFormatInfoMarshaller.CreateObject">
9415 <summery>
9416 Creates an instance of the Object that this marshaller handles.
9417 </summery>
9418 </member>
9419 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.WireFormatInfoMarshaller.GetDataStructureType">
9420 <summery>
9421 Returns the type code for the Object that this Marshaller handles..
9422 </summery>
9423 </member>
9424 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V8.XATransactionIdMarshaller">
9425 <summary>
9426 Marshalling code for Open Wire Format for XATransactionId
9427 </summary>
9428 </member>
9429 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.XATransactionIdMarshaller.CreateObject">
9430 <summery>
9431 Creates an instance of the Object that this marshaller handles.
9432 </summery>
9433 </member>
9434 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V8.XATransactionIdMarshaller.GetDataStructureType">
9435 <summery>
9436 Returns the type code for the Object that this Marshaller handles..
9437 </summery>
9438 </member>
9439 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQBlobMessageMarshaller">
9440 <summary>
9441 Marshalling code for Open Wire Format for ActiveMQBlobMessage
9442 </summary>
9443 </member>
9444 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQMessageMarshaller">
9445 <summary>
9446 Marshalling code for Open Wire Format for ActiveMQMessage
9447 </summary>
9448 </member>
9449 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.MessageMarshaller">
9450 <summary>
9451 Marshalling code for Open Wire Format for Message
9452 </summary>
9453 </member>
9454 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.BaseCommandMarshaller">
9455 <summary>
9456 Marshalling code for Open Wire Format for BaseCommand
9457 </summary>
9458 </member>
9459 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQMessageMarshaller.CreateObject">
9460 <summery>
9461 Creates an instance of the Object that this marshaller handles.
9462 </summery>
9463 </member>
9464 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQMessageMarshaller.GetDataStructureType">
9465 <summery>
9466 Returns the type code for the Object that this Marshaller handles..
9467 </summery>
9468 </member>
9469 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQBlobMessageMarshaller.CreateObject">
9470 <summery>
9471 Creates an instance of the Object that this marshaller handles.
9472 </summery>
9473 </member>
9474 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQBlobMessageMarshaller.GetDataStructureType">
9475 <summery>
9476 Returns the type code for the Object that this Marshaller handles..
9477 </summery>
9478 </member>
9479 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQBytesMessageMarshaller">
9480 <summary>
9481 Marshalling code for Open Wire Format for ActiveMQBytesMessage
9482 </summary>
9483 </member>
9484 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQBytesMessageMarshaller.CreateObject">
9485 <summery>
9486 Creates an instance of the Object that this marshaller handles.
9487 </summery>
9488 </member>
9489 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQBytesMessageMarshaller.GetDataStructureType">
9490 <summery>
9491 Returns the type code for the Object that this Marshaller handles..
9492 </summery>
9493 </member>
9494 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQDestinationMarshaller">
9495 <summary>
9496 Marshalling code for Open Wire Format for ActiveMQDestination
9497 </summary>
9498 </member>
9499 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQMapMessageMarshaller">
9500 <summary>
9501 Marshalling code for Open Wire Format for ActiveMQMapMessage
9502 </summary>
9503 </member>
9504 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQMapMessageMarshaller.CreateObject">
9505 <summery>
9506 Creates an instance of the Object that this marshaller handles.
9507 </summery>
9508 </member>
9509 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQMapMessageMarshaller.GetDataStructureType">
9510 <summery>
9511 Returns the type code for the Object that this Marshaller handles..
9512 </summery>
9513 </member>
9514 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQObjectMessageMarshaller">
9515 <summary>
9516 Marshalling code for Open Wire Format for ActiveMQObjectMessage
9517 </summary>
9518 </member>
9519 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQObjectMessageMarshaller.CreateObject">
9520 <summery>
9521 Creates an instance of the Object that this marshaller handles.
9522 </summery>
9523 </member>
9524 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQObjectMessageMarshaller.GetDataStructureType">
9525 <summery>
9526 Returns the type code for the Object that this Marshaller handles..
9527 </summery>
9528 </member>
9529 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQQueueMarshaller">
9530 <summary>
9531 Marshalling code for Open Wire Format for ActiveMQQueue
9532 </summary>
9533 </member>
9534 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQQueueMarshaller.CreateObject">
9535 <summery>
9536 Creates an instance of the Object that this marshaller handles.
9537 </summery>
9538 </member>
9539 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQQueueMarshaller.GetDataStructureType">
9540 <summery>
9541 Returns the type code for the Object that this Marshaller handles..
9542 </summery>
9543 </member>
9544 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQStreamMessageMarshaller">
9545 <summary>
9546 Marshalling code for Open Wire Format for ActiveMQStreamMessage
9547 </summary>
9548 </member>
9549 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQStreamMessageMarshaller.CreateObject">
9550 <summery>
9551 Creates an instance of the Object that this marshaller handles.
9552 </summery>
9553 </member>
9554 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQStreamMessageMarshaller.GetDataStructureType">
9555 <summery>
9556 Returns the type code for the Object that this Marshaller handles..
9557 </summery>
9558 </member>
9559 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTempDestinationMarshaller">
9560 <summary>
9561 Marshalling code for Open Wire Format for ActiveMQTempDestination
9562 </summary>
9563 </member>
9564 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTempQueueMarshaller">
9565 <summary>
9566 Marshalling code for Open Wire Format for ActiveMQTempQueue
9567 </summary>
9568 </member>
9569 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTempQueueMarshaller.CreateObject">
9570 <summery>
9571 Creates an instance of the Object that this marshaller handles.
9572 </summery>
9573 </member>
9574 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTempQueueMarshaller.GetDataStructureType">
9575 <summery>
9576 Returns the type code for the Object that this Marshaller handles..
9577 </summery>
9578 </member>
9579 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTempTopicMarshaller">
9580 <summary>
9581 Marshalling code for Open Wire Format for ActiveMQTempTopic
9582 </summary>
9583 </member>
9584 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTempTopicMarshaller.CreateObject">
9585 <summery>
9586 Creates an instance of the Object that this marshaller handles.
9587 </summery>
9588 </member>
9589 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTempTopicMarshaller.GetDataStructureType">
9590 <summery>
9591 Returns the type code for the Object that this Marshaller handles..
9592 </summery>
9593 </member>
9594 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTextMessageMarshaller">
9595 <summary>
9596 Marshalling code for Open Wire Format for ActiveMQTextMessage
9597 </summary>
9598 </member>
9599 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTextMessageMarshaller.CreateObject">
9600 <summery>
9601 Creates an instance of the Object that this marshaller handles.
9602 </summery>
9603 </member>
9604 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTextMessageMarshaller.GetDataStructureType">
9605 <summery>
9606 Returns the type code for the Object that this Marshaller handles..
9607 </summery>
9608 </member>
9609 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTopicMarshaller">
9610 <summary>
9611 Marshalling code for Open Wire Format for ActiveMQTopic
9612 </summary>
9613 </member>
9614 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTopicMarshaller.CreateObject">
9615 <summery>
9616 Creates an instance of the Object that this marshaller handles.
9617 </summery>
9618 </member>
9619 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ActiveMQTopicMarshaller.GetDataStructureType">
9620 <summery>
9621 Returns the type code for the Object that this Marshaller handles..
9622 </summery>
9623 </member>
9624 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.BrokerIdMarshaller">
9625 <summary>
9626 Marshalling code for Open Wire Format for BrokerId
9627 </summary>
9628 </member>
9629 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.BrokerIdMarshaller.CreateObject">
9630 <summery>
9631 Creates an instance of the Object that this marshaller handles.
9632 </summery>
9633 </member>
9634 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.BrokerIdMarshaller.GetDataStructureType">
9635 <summery>
9636 Returns the type code for the Object that this Marshaller handles..
9637 </summery>
9638 </member>
9639 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.BrokerInfoMarshaller">
9640 <summary>
9641 Marshalling code for Open Wire Format for BrokerInfo
9642 </summary>
9643 </member>
9644 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.BrokerInfoMarshaller.CreateObject">
9645 <summery>
9646 Creates an instance of the Object that this marshaller handles.
9647 </summery>
9648 </member>
9649 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.BrokerInfoMarshaller.GetDataStructureType">
9650 <summery>
9651 Returns the type code for the Object that this Marshaller handles..
9652 </summery>
9653 </member>
9654 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionControlMarshaller">
9655 <summary>
9656 Marshalling code for Open Wire Format for ConnectionControl
9657 </summary>
9658 </member>
9659 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionControlMarshaller.CreateObject">
9660 <summery>
9661 Creates an instance of the Object that this marshaller handles.
9662 </summery>
9663 </member>
9664 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionControlMarshaller.GetDataStructureType">
9665 <summery>
9666 Returns the type code for the Object that this Marshaller handles..
9667 </summery>
9668 </member>
9669 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionErrorMarshaller">
9670 <summary>
9671 Marshalling code for Open Wire Format for ConnectionError
9672 </summary>
9673 </member>
9674 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionErrorMarshaller.CreateObject">
9675 <summery>
9676 Creates an instance of the Object that this marshaller handles.
9677 </summery>
9678 </member>
9679 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionErrorMarshaller.GetDataStructureType">
9680 <summery>
9681 Returns the type code for the Object that this Marshaller handles..
9682 </summery>
9683 </member>
9684 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionIdMarshaller">
9685 <summary>
9686 Marshalling code for Open Wire Format for ConnectionId
9687 </summary>
9688 </member>
9689 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionIdMarshaller.CreateObject">
9690 <summery>
9691 Creates an instance of the Object that this marshaller handles.
9692 </summery>
9693 </member>
9694 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionIdMarshaller.GetDataStructureType">
9695 <summery>
9696 Returns the type code for the Object that this Marshaller handles..
9697 </summery>
9698 </member>
9699 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionInfoMarshaller">
9700 <summary>
9701 Marshalling code for Open Wire Format for ConnectionInfo
9702 </summary>
9703 </member>
9704 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionInfoMarshaller.CreateObject">
9705 <summery>
9706 Creates an instance of the Object that this marshaller handles.
9707 </summery>
9708 </member>
9709 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConnectionInfoMarshaller.GetDataStructureType">
9710 <summery>
9711 Returns the type code for the Object that this Marshaller handles..
9712 </summery>
9713 </member>
9714 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ConsumerControlMarshaller">
9715 <summary>
9716 Marshalling code for Open Wire Format for ConsumerControl
9717 </summary>
9718 </member>
9719 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConsumerControlMarshaller.CreateObject">
9720 <summery>
9721 Creates an instance of the Object that this marshaller handles.
9722 </summery>
9723 </member>
9724 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConsumerControlMarshaller.GetDataStructureType">
9725 <summery>
9726 Returns the type code for the Object that this Marshaller handles..
9727 </summery>
9728 </member>
9729 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ConsumerIdMarshaller">
9730 <summary>
9731 Marshalling code for Open Wire Format for ConsumerId
9732 </summary>
9733 </member>
9734 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConsumerIdMarshaller.CreateObject">
9735 <summery>
9736 Creates an instance of the Object that this marshaller handles.
9737 </summery>
9738 </member>
9739 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConsumerIdMarshaller.GetDataStructureType">
9740 <summery>
9741 Returns the type code for the Object that this Marshaller handles..
9742 </summery>
9743 </member>
9744 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ConsumerInfoMarshaller">
9745 <summary>
9746 Marshalling code for Open Wire Format for ConsumerInfo
9747 </summary>
9748 </member>
9749 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConsumerInfoMarshaller.CreateObject">
9750 <summery>
9751 Creates an instance of the Object that this marshaller handles.
9752 </summery>
9753 </member>
9754 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ConsumerInfoMarshaller.GetDataStructureType">
9755 <summery>
9756 Returns the type code for the Object that this Marshaller handles..
9757 </summery>
9758 </member>
9759 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ControlCommandMarshaller">
9760 <summary>
9761 Marshalling code for Open Wire Format for ControlCommand
9762 </summary>
9763 </member>
9764 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ControlCommandMarshaller.CreateObject">
9765 <summery>
9766 Creates an instance of the Object that this marshaller handles.
9767 </summery>
9768 </member>
9769 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ControlCommandMarshaller.GetDataStructureType">
9770 <summery>
9771 Returns the type code for the Object that this Marshaller handles..
9772 </summery>
9773 </member>
9774 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.DataArrayResponseMarshaller">
9775 <summary>
9776 Marshalling code for Open Wire Format for DataArrayResponse
9777 </summary>
9778 </member>
9779 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ResponseMarshaller">
9780 <summary>
9781 Marshalling code for Open Wire Format for Response
9782 </summary>
9783 </member>
9784 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ResponseMarshaller.CreateObject">
9785 <summery>
9786 Creates an instance of the Object that this marshaller handles.
9787 </summery>
9788 </member>
9789 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ResponseMarshaller.GetDataStructureType">
9790 <summery>
9791 Returns the type code for the Object that this Marshaller handles..
9792 </summery>
9793 </member>
9794 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.DataArrayResponseMarshaller.CreateObject">
9795 <summery>
9796 Creates an instance of the Object that this marshaller handles.
9797 </summery>
9798 </member>
9799 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.DataArrayResponseMarshaller.GetDataStructureType">
9800 <summery>
9801 Returns the type code for the Object that this Marshaller handles..
9802 </summery>
9803 </member>
9804 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.DataResponseMarshaller">
9805 <summary>
9806 Marshalling code for Open Wire Format for DataResponse
9807 </summary>
9808 </member>
9809 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.DataResponseMarshaller.CreateObject">
9810 <summery>
9811 Creates an instance of the Object that this marshaller handles.
9812 </summery>
9813 </member>
9814 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.DataResponseMarshaller.GetDataStructureType">
9815 <summery>
9816 Returns the type code for the Object that this Marshaller handles..
9817 </summery>
9818 </member>
9819 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.DestinationInfoMarshaller">
9820 <summary>
9821 Marshalling code for Open Wire Format for DestinationInfo
9822 </summary>
9823 </member>
9824 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.DestinationInfoMarshaller.CreateObject">
9825 <summery>
9826 Creates an instance of the Object that this marshaller handles.
9827 </summery>
9828 </member>
9829 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.DestinationInfoMarshaller.GetDataStructureType">
9830 <summery>
9831 Returns the type code for the Object that this Marshaller handles..
9832 </summery>
9833 </member>
9834 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.DiscoveryEventMarshaller">
9835 <summary>
9836 Marshalling code for Open Wire Format for DiscoveryEvent
9837 </summary>
9838 </member>
9839 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.DiscoveryEventMarshaller.CreateObject">
9840 <summery>
9841 Creates an instance of the Object that this marshaller handles.
9842 </summery>
9843 </member>
9844 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.DiscoveryEventMarshaller.GetDataStructureType">
9845 <summery>
9846 Returns the type code for the Object that this Marshaller handles..
9847 </summery>
9848 </member>
9849 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ExceptionResponseMarshaller">
9850 <summary>
9851 Marshalling code for Open Wire Format for ExceptionResponse
9852 </summary>
9853 </member>
9854 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ExceptionResponseMarshaller.CreateObject">
9855 <summery>
9856 Creates an instance of the Object that this marshaller handles.
9857 </summery>
9858 </member>
9859 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ExceptionResponseMarshaller.GetDataStructureType">
9860 <summery>
9861 Returns the type code for the Object that this Marshaller handles..
9862 </summery>
9863 </member>
9864 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.FlushCommandMarshaller">
9865 <summary>
9866 Marshalling code for Open Wire Format for FlushCommand
9867 </summary>
9868 </member>
9869 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.FlushCommandMarshaller.CreateObject">
9870 <summery>
9871 Creates an instance of the Object that this marshaller handles.
9872 </summery>
9873 </member>
9874 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.FlushCommandMarshaller.GetDataStructureType">
9875 <summery>
9876 Returns the type code for the Object that this Marshaller handles..
9877 </summery>
9878 </member>
9879 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.IntegerResponseMarshaller">
9880 <summary>
9881 Marshalling code for Open Wire Format for IntegerResponse
9882 </summary>
9883 </member>
9884 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.IntegerResponseMarshaller.CreateObject">
9885 <summery>
9886 Creates an instance of the Object that this marshaller handles.
9887 </summery>
9888 </member>
9889 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.IntegerResponseMarshaller.GetDataStructureType">
9890 <summery>
9891 Returns the type code for the Object that this Marshaller handles..
9892 </summery>
9893 </member>
9894 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.JournalQueueAckMarshaller">
9895 <summary>
9896 Marshalling code for Open Wire Format for JournalQueueAck
9897 </summary>
9898 </member>
9899 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.JournalQueueAckMarshaller.CreateObject">
9900 <summery>
9901 Creates an instance of the Object that this marshaller handles.
9902 </summery>
9903 </member>
9904 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.JournalQueueAckMarshaller.GetDataStructureType">
9905 <summery>
9906 Returns the type code for the Object that this Marshaller handles..
9907 </summery>
9908 </member>
9909 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.JournalTopicAckMarshaller">
9910 <summary>
9911 Marshalling code for Open Wire Format for JournalTopicAck
9912 </summary>
9913 </member>
9914 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.JournalTopicAckMarshaller.CreateObject">
9915 <summery>
9916 Creates an instance of the Object that this marshaller handles.
9917 </summery>
9918 </member>
9919 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.JournalTopicAckMarshaller.GetDataStructureType">
9920 <summery>
9921 Returns the type code for the Object that this Marshaller handles..
9922 </summery>
9923 </member>
9924 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.JournalTraceMarshaller">
9925 <summary>
9926 Marshalling code for Open Wire Format for JournalTrace
9927 </summary>
9928 </member>
9929 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.JournalTraceMarshaller.CreateObject">
9930 <summery>
9931 Creates an instance of the Object that this marshaller handles.
9932 </summery>
9933 </member>
9934 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.JournalTraceMarshaller.GetDataStructureType">
9935 <summery>
9936 Returns the type code for the Object that this Marshaller handles..
9937 </summery>
9938 </member>
9939 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.JournalTransactionMarshaller">
9940 <summary>
9941 Marshalling code for Open Wire Format for JournalTransaction
9942 </summary>
9943 </member>
9944 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.JournalTransactionMarshaller.CreateObject">
9945 <summery>
9946 Creates an instance of the Object that this marshaller handles.
9947 </summery>
9948 </member>
9949 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.JournalTransactionMarshaller.GetDataStructureType">
9950 <summery>
9951 Returns the type code for the Object that this Marshaller handles..
9952 </summery>
9953 </member>
9954 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.KeepAliveInfoMarshaller">
9955 <summary>
9956 Marshalling code for Open Wire Format for KeepAliveInfo
9957 </summary>
9958 </member>
9959 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.KeepAliveInfoMarshaller.CreateObject">
9960 <summery>
9961 Creates an instance of the Object that this marshaller handles.
9962 </summery>
9963 </member>
9964 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.KeepAliveInfoMarshaller.GetDataStructureType">
9965 <summery>
9966 Returns the type code for the Object that this Marshaller handles..
9967 </summery>
9968 </member>
9969 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.LastPartialCommandMarshaller">
9970 <summary>
9971 Marshalling code for Open Wire Format for LastPartialCommand
9972 </summary>
9973 </member>
9974 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.PartialCommandMarshaller">
9975 <summary>
9976 Marshalling code for Open Wire Format for PartialCommand
9977 </summary>
9978 </member>
9979 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.PartialCommandMarshaller.CreateObject">
9980 <summery>
9981 Creates an instance of the Object that this marshaller handles.
9982 </summery>
9983 </member>
9984 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.PartialCommandMarshaller.GetDataStructureType">
9985 <summery>
9986 Returns the type code for the Object that this Marshaller handles..
9987 </summery>
9988 </member>
9989 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.LastPartialCommandMarshaller.CreateObject">
9990 <summery>
9991 Creates an instance of the Object that this marshaller handles.
9992 </summery>
9993 </member>
9994 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.LastPartialCommandMarshaller.GetDataStructureType">
9995 <summery>
9996 Returns the type code for the Object that this Marshaller handles..
9997 </summery>
9998 </member>
9999 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.LocalTransactionIdMarshaller">
10000 <summary>
10001 Marshalling code for Open Wire Format for LocalTransactionId
10002 </summary>
10003 </member>
10004 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.TransactionIdMarshaller">
10005 <summary>
10006 Marshalling code for Open Wire Format for TransactionId
10007 </summary>
10008 </member>
10009 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.LocalTransactionIdMarshaller.CreateObject">
10010 <summery>
10011 Creates an instance of the Object that this marshaller handles.
10012 </summery>
10013 </member>
10014 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.LocalTransactionIdMarshaller.GetDataStructureType">
10015 <summery>
10016 Returns the type code for the Object that this Marshaller handles..
10017 </summery>
10018 </member>
10019 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.MarshallerFactory">
10020 <summary>
10021 Used to create marshallers for a specific version of the OpenWire protocol.
10022 Each non-abstract DataStructure object has a registered Marshaller that is
10023 created and added to the OpenWireFormat objects format collection.
10024 </summary>
10025 </member>
10026 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MarshallerFactory.configure(Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat)">
10027 <summery>
10028 Adds the Marshallers for this version of the OpenWire protocol to the
10029 Collection of Marshallers stored in the OpenWireFormat class.
10030 </summery>
10031 </member>
10032 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.MessageAckMarshaller">
10033 <summary>
10034 Marshalling code for Open Wire Format for MessageAck
10035 </summary>
10036 </member>
10037 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MessageAckMarshaller.CreateObject">
10038 <summery>
10039 Creates an instance of the Object that this marshaller handles.
10040 </summery>
10041 </member>
10042 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MessageAckMarshaller.GetDataStructureType">
10043 <summery>
10044 Returns the type code for the Object that this Marshaller handles..
10045 </summery>
10046 </member>
10047 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.MessageDispatchMarshaller">
10048 <summary>
10049 Marshalling code for Open Wire Format for MessageDispatch
10050 </summary>
10051 </member>
10052 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MessageDispatchMarshaller.CreateObject">
10053 <summery>
10054 Creates an instance of the Object that this marshaller handles.
10055 </summery>
10056 </member>
10057 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MessageDispatchMarshaller.GetDataStructureType">
10058 <summery>
10059 Returns the type code for the Object that this Marshaller handles..
10060 </summery>
10061 </member>
10062 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.MessageDispatchNotificationMarshaller">
10063 <summary>
10064 Marshalling code for Open Wire Format for MessageDispatchNotification
10065 </summary>
10066 </member>
10067 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MessageDispatchNotificationMarshaller.CreateObject">
10068 <summery>
10069 Creates an instance of the Object that this marshaller handles.
10070 </summery>
10071 </member>
10072 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MessageDispatchNotificationMarshaller.GetDataStructureType">
10073 <summery>
10074 Returns the type code for the Object that this Marshaller handles..
10075 </summery>
10076 </member>
10077 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.MessageIdMarshaller">
10078 <summary>
10079 Marshalling code for Open Wire Format for MessageId
10080 </summary>
10081 </member>
10082 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MessageIdMarshaller.CreateObject">
10083 <summery>
10084 Creates an instance of the Object that this marshaller handles.
10085 </summery>
10086 </member>
10087 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MessageIdMarshaller.GetDataStructureType">
10088 <summery>
10089 Returns the type code for the Object that this Marshaller handles..
10090 </summery>
10091 </member>
10092 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.MessagePullMarshaller">
10093 <summary>
10094 Marshalling code for Open Wire Format for MessagePull
10095 </summary>
10096 </member>
10097 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MessagePullMarshaller.CreateObject">
10098 <summery>
10099 Creates an instance of the Object that this marshaller handles.
10100 </summery>
10101 </member>
10102 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.MessagePullMarshaller.GetDataStructureType">
10103 <summery>
10104 Returns the type code for the Object that this Marshaller handles..
10105 </summery>
10106 </member>
10107 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.NetworkBridgeFilterMarshaller">
10108 <summary>
10109 Marshalling code for Open Wire Format for NetworkBridgeFilter
10110 </summary>
10111 </member>
10112 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.NetworkBridgeFilterMarshaller.CreateObject">
10113 <summery>
10114 Creates an instance of the Object that this marshaller handles.
10115 </summery>
10116 </member>
10117 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.NetworkBridgeFilterMarshaller.GetDataStructureType">
10118 <summery>
10119 Returns the type code for the Object that this Marshaller handles..
10120 </summery>
10121 </member>
10122 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ProducerAckMarshaller">
10123 <summary>
10124 Marshalling code for Open Wire Format for ProducerAck
10125 </summary>
10126 </member>
10127 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ProducerAckMarshaller.CreateObject">
10128 <summery>
10129 Creates an instance of the Object that this marshaller handles.
10130 </summery>
10131 </member>
10132 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ProducerAckMarshaller.GetDataStructureType">
10133 <summery>
10134 Returns the type code for the Object that this Marshaller handles..
10135 </summery>
10136 </member>
10137 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ProducerIdMarshaller">
10138 <summary>
10139 Marshalling code for Open Wire Format for ProducerId
10140 </summary>
10141 </member>
10142 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ProducerIdMarshaller.CreateObject">
10143 <summery>
10144 Creates an instance of the Object that this marshaller handles.
10145 </summery>
10146 </member>
10147 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ProducerIdMarshaller.GetDataStructureType">
10148 <summery>
10149 Returns the type code for the Object that this Marshaller handles..
10150 </summery>
10151 </member>
10152 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ProducerInfoMarshaller">
10153 <summary>
10154 Marshalling code for Open Wire Format for ProducerInfo
10155 </summary>
10156 </member>
10157 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ProducerInfoMarshaller.CreateObject">
10158 <summery>
10159 Creates an instance of the Object that this marshaller handles.
10160 </summery>
10161 </member>
10162 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ProducerInfoMarshaller.GetDataStructureType">
10163 <summery>
10164 Returns the type code for the Object that this Marshaller handles..
10165 </summery>
10166 </member>
10167 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.RemoveInfoMarshaller">
10168 <summary>
10169 Marshalling code for Open Wire Format for RemoveInfo
10170 </summary>
10171 </member>
10172 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.RemoveInfoMarshaller.CreateObject">
10173 <summery>
10174 Creates an instance of the Object that this marshaller handles.
10175 </summery>
10176 </member>
10177 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.RemoveInfoMarshaller.GetDataStructureType">
10178 <summery>
10179 Returns the type code for the Object that this Marshaller handles..
10180 </summery>
10181 </member>
10182 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.RemoveSubscriptionInfoMarshaller">
10183 <summary>
10184 Marshalling code for Open Wire Format for RemoveSubscriptionInfo
10185 </summary>
10186 </member>
10187 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.RemoveSubscriptionInfoMarshaller.CreateObject">
10188 <summery>
10189 Creates an instance of the Object that this marshaller handles.
10190 </summery>
10191 </member>
10192 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.RemoveSubscriptionInfoMarshaller.GetDataStructureType">
10193 <summery>
10194 Returns the type code for the Object that this Marshaller handles..
10195 </summery>
10196 </member>
10197 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ReplayCommandMarshaller">
10198 <summary>
10199 Marshalling code for Open Wire Format for ReplayCommand
10200 </summary>
10201 </member>
10202 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ReplayCommandMarshaller.CreateObject">
10203 <summery>
10204 Creates an instance of the Object that this marshaller handles.
10205 </summery>
10206 </member>
10207 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ReplayCommandMarshaller.GetDataStructureType">
10208 <summery>
10209 Returns the type code for the Object that this Marshaller handles..
10210 </summery>
10211 </member>
10212 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.SessionIdMarshaller">
10213 <summary>
10214 Marshalling code for Open Wire Format for SessionId
10215 </summary>
10216 </member>
10217 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.SessionIdMarshaller.CreateObject">
10218 <summery>
10219 Creates an instance of the Object that this marshaller handles.
10220 </summery>
10221 </member>
10222 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.SessionIdMarshaller.GetDataStructureType">
10223 <summery>
10224 Returns the type code for the Object that this Marshaller handles..
10225 </summery>
10226 </member>
10227 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.SessionInfoMarshaller">
10228 <summary>
10229 Marshalling code for Open Wire Format for SessionInfo
10230 </summary>
10231 </member>
10232 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.SessionInfoMarshaller.CreateObject">
10233 <summery>
10234 Creates an instance of the Object that this marshaller handles.
10235 </summery>
10236 </member>
10237 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.SessionInfoMarshaller.GetDataStructureType">
10238 <summery>
10239 Returns the type code for the Object that this Marshaller handles..
10240 </summery>
10241 </member>
10242 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.ShutdownInfoMarshaller">
10243 <summary>
10244 Marshalling code for Open Wire Format for ShutdownInfo
10245 </summary>
10246 </member>
10247 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ShutdownInfoMarshaller.CreateObject">
10248 <summery>
10249 Creates an instance of the Object that this marshaller handles.
10250 </summery>
10251 </member>
10252 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.ShutdownInfoMarshaller.GetDataStructureType">
10253 <summery>
10254 Returns the type code for the Object that this Marshaller handles..
10255 </summery>
10256 </member>
10257 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.SubscriptionInfoMarshaller">
10258 <summary>
10259 Marshalling code for Open Wire Format for SubscriptionInfo
10260 </summary>
10261 </member>
10262 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.SubscriptionInfoMarshaller.CreateObject">
10263 <summery>
10264 Creates an instance of the Object that this marshaller handles.
10265 </summery>
10266 </member>
10267 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.SubscriptionInfoMarshaller.GetDataStructureType">
10268 <summery>
10269 Returns the type code for the Object that this Marshaller handles..
10270 </summery>
10271 </member>
10272 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.TransactionInfoMarshaller">
10273 <summary>
10274 Marshalling code for Open Wire Format for TransactionInfo
10275 </summary>
10276 </member>
10277 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.TransactionInfoMarshaller.CreateObject">
10278 <summery>
10279 Creates an instance of the Object that this marshaller handles.
10280 </summery>
10281 </member>
10282 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.TransactionInfoMarshaller.GetDataStructureType">
10283 <summery>
10284 Returns the type code for the Object that this Marshaller handles..
10285 </summery>
10286 </member>
10287 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.WireFormatInfoMarshaller">
10288 <summary>
10289 Marshalling code for Open Wire Format for WireFormatInfo
10290 </summary>
10291 </member>
10292 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.WireFormatInfoMarshaller.CreateObject">
10293 <summery>
10294 Creates an instance of the Object that this marshaller handles.
10295 </summery>
10296 </member>
10297 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.WireFormatInfoMarshaller.GetDataStructureType">
10298 <summery>
10299 Returns the type code for the Object that this Marshaller handles..
10300 </summery>
10301 </member>
10302 <member name="T:Apache.NMS.ActiveMQ.OpenWire.V9.XATransactionIdMarshaller">
10303 <summary>
10304 Marshalling code for Open Wire Format for XATransactionId
10305 </summary>
10306 </member>
10307 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.XATransactionIdMarshaller.CreateObject">
10308 <summery>
10309 Creates an instance of the Object that this marshaller handles.
10310 </summery>
10311 </member>
10312 <member name="M:Apache.NMS.ActiveMQ.OpenWire.V9.XATransactionIdMarshaller.GetDataStructureType">
10313 <summery>
10314 Returns the type code for the Object that this Marshaller handles..
10315 </summery>
10316 </member>
10317 <member name="T:Apache.NMS.ActiveMQ.OpenWire.BooleanStream">
10318 <summary>
10319 Represents a stream of boolean flags
10320 </summary>
10321 </member>
10322 <member name="T:Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat">
10323 <summary>
10324 Implements the <a href="http://activemq.apache.org/openwire.html">OpenWire</a> protocol.
10325 </summary>
10326 </member>
10327 <member name="T:Apache.NMS.ActiveMQ.Transport.IWireFormat">
10328 <summary>
10329 Represents the marshalling of commands to and from an IO stream
10330 </summary>
10331 </member>
10332 <member name="M:Apache.NMS.ActiveMQ.Transport.IWireFormat.Marshal(System.Object,System.IO.BinaryWriter)">
10333 <summary>
10334 Marshalls the given command object onto the stream
10335 </summary>
10336 </member>
10337 <member name="M:Apache.NMS.ActiveMQ.Transport.IWireFormat.Unmarshal(System.IO.BinaryReader)">
10338 <summary>
10339 Unmarshalls the next command object from the stream
10340 </summary>
10341 </member>
10342 <member name="P:Apache.NMS.ActiveMQ.Transport.IWireFormat.Transport">
10343 <summary>
10344 Gets the Transport that own this WireFormat instnace.
10345 </summary>
10346 </member>
10347 <member name="P:Apache.NMS.ActiveMQ.Transport.IWireFormat.Version">
10348 <summary>
10349 Gets the current version of the protocol that this WireFormat instance
10350 supports
10351 </summary>
10352 </member>
10353 <member name="T:Apache.NMS.ActiveMQ.State.ConnectionStateTracker">
10354 <summary>
10355 Tracks the state of a connection so a newly established transport can be
10356 re-initialized to the state that was tracked.
10357 </summary>
10358 </member>
10359 <member name="M:Apache.NMS.ActiveMQ.State.ConnectionStateTracker.Track(Apache.NMS.ActiveMQ.Commands.Command)">
10360 <summary>
10361 </summary>
10362 <param name="command"></param>
10363 <returns>null if the command is not state tracked.</returns>
10364 </member>
10365 <member name="M:Apache.NMS.ActiveMQ.State.ConnectionStateTracker.DoRestoreSessions(Apache.NMS.ActiveMQ.Transport.ITransport,Apache.NMS.ActiveMQ.State.ConnectionState)">
10366 <summary>
10367 </summary>
10368 <param name="transport"></param>
10369 <param name="connectionState"></param>
10370 </member>
10371 <member name="M:Apache.NMS.ActiveMQ.State.ConnectionStateTracker.DoRestoreConsumers(Apache.NMS.ActiveMQ.Transport.ITransport,Apache.NMS.ActiveMQ.State.SessionState)">
10372 <summary>
10373 </summary>
10374 <param name="transport"></param>
10375 <param name="sessionState"></param>
10376 </member>
10377 <member name="M:Apache.NMS.ActiveMQ.State.ConnectionStateTracker.DoRestoreProducers(Apache.NMS.ActiveMQ.Transport.ITransport,Apache.NMS.ActiveMQ.State.SessionState)">
10378 <summary>
10379 </summary>
10380 <param name="transport"></param>
10381 <param name="sessionState"></param>
10382 </member>
10383 <member name="M:Apache.NMS.ActiveMQ.State.ConnectionStateTracker.DoRestoreTempDestinations(Apache.NMS.ActiveMQ.Transport.ITransport,Apache.NMS.ActiveMQ.State.ConnectionState)">
10384 <summary>
10385 </summary>
10386 <param name="transport"></param>
10387 <param name="connectionState"></param>
10388 </member>
10389 <member name="T:Apache.NMS.ActiveMQ.Threads.CompositeTask">
10390 <summary>
10391 A Composite task is one of N tasks that can be managed by a
10392 CompositTaskRunner instance. The CompositeTaskRunner checks each
10393 task when its wakeup method is called to determine if the Task has
10394 any work it needs to complete, if no tasks have any pending work
10395 then the CompositeTaskRunner can return to its sleep state until
10396 the next time its wakeup method is called or it is shut down.
10397 </summary>
10398 </member>
10399 <member name="T:Apache.NMS.ActiveMQ.Threads.Task">
10400 <summary>
10401 Represents a task that may take a few iterations to complete.
10402 </summary>
10403 </member>
10404 <member name="M:Apache.NMS.ActiveMQ.Threads.Task.Iterate">
10405 <summary>
10406 Performs some portion of the work that this Task object is
10407 assigned to complete. When the task is entirely finished this
10408 method should return false.
10409 </summary>
10410 <returns>
10411 A <see cref="T:System.Boolean"/> this indicates if this Task should
10412 be run again.
10413 </returns>
10414 </member>
10415 <member name="P:Apache.NMS.ActiveMQ.Threads.CompositeTask.IsPending">
10416 <summary>
10417 Indicates if this Task has any pending work.
10418 </summary>
10419 </member>
10420 <member name="T:Apache.NMS.ActiveMQ.Threads.CompositeTaskRunner">
10421 <summary>
10422 A TaskRunner that dedicates a single thread to running a single Task.
10423 </summary>
10424 </member>
10425 <member name="T:Apache.NMS.ActiveMQ.Threads.TaskRunner">
10426 <summary>
10427 Allows you to request a thread execute the associated Task.
10428 </summary>
10429 </member>
10430 <member name="M:Apache.NMS.ActiveMQ.Threads.TaskRunner.Wakeup">
10431 <summary>
10432 Wakeup the TaskRunner and have it check for any pending work that
10433 needs to be completed. If none is found it will go back to sleep
10434 until another Wakeup call is made.
10435 </summary>
10436 </member>
10437 <member name="M:Apache.NMS.ActiveMQ.Threads.TaskRunner.Shutdown">
10438 <summary>
10439 Attempt to Shutdown the TaskRunner, this method will wait indefinitely
10440 for the TaskRunner to quite if the task runner is in a call to its Task's
10441 run method and that never returns.
10442 </summary>
10443 </member>
10444 <member name="M:Apache.NMS.ActiveMQ.Threads.TaskRunner.Shutdown(System.TimeSpan)">
10445 <summary>
10446 Performs a timed wait for the TaskRunner to shutdown. If the TaskRunner
10447 is in a call to its Task's run method and that does not return before the
10448 timeout expires this method returns and the TaskRunner may remain in the
10449 running state.
10450 </summary>
10451 <param name="timeout">
10452 A <see cref="T:System.TimeSpan"/>
10453 </param>
10454 </member>
10455 <member name="M:Apache.NMS.ActiveMQ.Threads.TaskRunner.ShutdownWithAbort(System.TimeSpan)">
10456 <summary>
10457 Performs a timed wait for the TaskRunner to shutdown. If the TaskRunner
10458 is in a call to its Task's run method and that does not return before the
10459 timeout expires this method sends an Abort to the Task thread and return.
10460 </summary>
10461 <param name="timeout">
10462 A <see cref="T:System.TimeSpan"/>
10463 </param>
10464 </member>
10465 <member name="T:Apache.NMS.ActiveMQ.Threads.DedicatedTaskRunner">
10466 <summary>
10467 A TaskRunner that dedicates a single thread to running a single Task.
10468 </summary>
10469 </member>
10470 <member name="M:Apache.NMS.ActiveMQ.Threads.PooledTaskRunner.Wakeup">
10471 <summary>
10472 We Expect MANY wakeup calls on the same TaskRunner.
10473 </summary>
10474 </member>
10475 <member name="M:Apache.NMS.ActiveMQ.Threads.PooledTaskRunner.Shutdown(System.TimeSpan)">
10476 <summary>
10477 shut down the task
10478 </summary>
10479 <param name="timeout"></param>
10480 </member>
10481 <member name="T:Apache.NMS.ActiveMQ.Threads.Scheduler">
10482 <summary>
10483 Scheduler Service useful for running various delayed units of work.
10484 </summary>
10485 </member>
10486 <member name="M:Apache.NMS.ActiveMQ.Threads.Scheduler.ExecutePeriodically(System.Threading.WaitCallback,System.Object,System.Int32)">
10487 <summary>
10488 Executes the given task periodically using a fixed-delay execution style
10489 which prevents tasks from bunching should there be some delay such as
10490 garbage collection or machine sleep.
10491
10492 This repeating unit of work can later be cancelled using the WaitCallback
10493 that was originally used to initiate the processing.
10494 </summary>
10495 </member>
10496 <member name="M:Apache.NMS.ActiveMQ.Threads.Scheduler.ExecutePeriodically(System.Threading.WaitCallback,System.Object,System.TimeSpan)">
10497 <summary>
10498 Executes the given task periodically using a fixed-delay execution style
10499 which prevents tasks from bunching should there be some delay such as
10500 garbage collection or machine sleep.
10501
10502 This repeating unit of work can later be cancelled using the WaitCallback
10503 that was originally used to initiate the processing.
10504 </summary>
10505 </member>
10506 <member name="M:Apache.NMS.ActiveMQ.Threads.Scheduler.ExecuteAfterDelay(System.Threading.WaitCallback,System.Object,System.Int32)">
10507 <summary>
10508 Executes the given task the after delay, no reference is kept for this
10509 task so it cannot be cancelled later.
10510 </summary>
10511 </member>
10512 <member name="M:Apache.NMS.ActiveMQ.Threads.Scheduler.ExecuteAfterDelay(System.Threading.WaitCallback,System.Object,System.TimeSpan)">
10513 <summary>
10514 Executes the given task the after delay, no reference is kept for this
10515 task so it cannot be cancelled later.
10516 </summary>
10517 </member>
10518 <member name="T:Apache.NMS.ActiveMQ.Threads.TaskRunnerFactory">
10519 <summary>
10520 Manages the thread pool for long running tasks. Long running tasks are not
10521 always active but when they are active, they may need a few iterations of
10522 processing for them to become idle. The manager ensures that each task is
10523 processes but that no one task overtakes the system. This is kina like
10524 cooperative multitasking.
10525
10526 If your OS/JVM combination has a good thread model, you may want to avoid
10527 using a thread pool to run tasks and use a DedicatedTaskRunner instead.
10528 </summary>
10529 </member>
10530 <member name="T:Apache.NMS.ActiveMQ.Threads.ThreadPoolExecutor">
10531 <summary>
10532 This class provides a wrapper around the ThreadPool mechanism in .NET
10533 to allow for serial execution of jobs in the ThreadPool and provide
10534 a means of shutting down the execution of jobs in a deterministic
10535 way.
10536 </summary>
10537 </member>
10538 <member name="P:Apache.NMS.ActiveMQ.Threads.ThreadPoolExecutor.IsShutdown">
10539 <summary>
10540 Returns true if this ThreadPoolExecutor has been shut down but has not
10541 finished running all the tasks that have been Queue. When a ThreadPoolExecutor
10542 is shut down it will not accept any new tasks but it will complete all tasks
10543 that have been previously queued.
10544 </summary>
10545 </member>
10546 <member name="P:Apache.NMS.ActiveMQ.Threads.ThreadPoolExecutor.IsTerminated">
10547 <summary>
10548 Returns true if this ThreadPoolExecutor has been shut down and has also
10549 completed processing of all outstanding tasks in its task Queue.
10550 </summary>
10551 </member>
10552 <member name="T:Apache.NMS.ActiveMQ.Threads.ThreadPoolExecutor.Future">
10553 <summary>
10554 Represents an asynchronous task that is executed on the ThreadPool
10555 at some point in the future.
10556 </summary>
10557 </member>
10558 <member name="T:Apache.NMS.ActiveMQ.Threads.TimerEx">
10559 <summary>
10560 A facility for applications to schedule tasks for future execution in a background
10561 thread. Tasks may be scheduled for one-time execution, or for repeated execution at
10562 regular intervals. Unlike the normal .NET Timer this Timer allows for multiple tasks
10563 to be scheduled in a single Timer object.
10564
10565 Corresponding to each Timer object is a single background thread that is used to execute
10566 all of the timer's tasks, sequentially. Timer tasks should complete quickly. If a timer
10567 task takes excessive time to complete, it "hogs" the timer's task execution thread. This
10568 can, in turn, delay the execution of subsequent tasks, which may "bunch up" and execute
10569 in rapid succession when (and if) the offending task finally completes.
10570
10571 After the last live reference to a Timer object goes away and all outstanding tasks have
10572 completed execution, the timer's task execution thread terminates gracefully (and becomes
10573 subject to garbage collection). However, this can take arbitrarily long to occur. By default,
10574 the task execution thread does not run as a Background thread, so it is capable of keeping an
10575 application from terminating. If a caller wants to terminate a timer's task execution thread
10576 rapidly, the caller should invoke the timer's cancel method.
10577
10578 If the timer's task execution thread terminates unexpectedly, any further attempt to schedule
10579 a task on the timer will result in an IllegalStateException, as if the timer's cancel method
10580 had been invoked.
10581
10582 This class is thread-safe: multiple threads can share a single Timer object without the
10583 need for external synchronization.
10584
10585 This class does not offer real-time guarantees: it schedules tasks using the
10586 EventWaitHandle.WaitOne(TimeSpan) method.
10587 </summary>
10588 </member>
10589 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Cancel">
10590 <summary>
10591 Terminates this timer, discarding any currently scheduled tasks. Does not interfere
10592 with a currently executing task (if it exists). Once a timer has been terminated,
10593 its execution thread terminates gracefully, and no more tasks may be scheduled on it.
10594
10595 Note that calling this method from within the run method of a timer task that was
10596 invoked by this timer absolutely guarantees that the ongoing task execution is the
10597 last task execution that will ever be performed by this timer.
10598
10599 This method may be called repeatedly; the second and subsequent calls have no effect.
10600 </summary>
10601 </member>
10602 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Purge">
10603 <summary>
10604 Removes all cancelled tasks from this timer's task queue. Calling this method has
10605 no effect on the behavior of the timer, but eliminates the references to the cancelled
10606 tasks from the queue. If there are no external references to these tasks, they become
10607 eligible for garbage collection.
10608
10609 Most programs will have no need to call this method. It is designed for use by the
10610 rare application that cancels a large number of tasks. Calling this method trades
10611 time for space: the runtime of the method may be proportional to n + c log n, where
10612 n is the number of tasks in the queue and c is the number of cancelled tasks.
10613
10614 Note that it is permissible to call this method from within a a task scheduled
10615 on this timer.
10616 </summary>
10617 </member>
10618 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(System.Threading.WaitCallback,System.Object,System.DateTime)">
10619 <summary>
10620 Schedules the specified WaitCallback task for execution at the specified time. If the
10621 time is in the past, the task is scheduled for immediate execution. The method returns
10622 a TimerTask instance that can be used to later cancel the scheduled task.
10623 </summary>
10624 </member>
10625 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(System.Threading.WaitCallback,System.Object,System.Int32)">
10626 <summary>
10627 Schedules the specified WaitCallback task for execution after the specified delay.
10628 The method returns a TimerTask instance that can be used to later cancel the
10629 scheduled task.
10630 </summary>
10631 </member>
10632 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(System.Threading.WaitCallback,System.Object,System.TimeSpan)">
10633 <summary>
10634 Schedules the specified WaitCallback task for execution after the specified delay.
10635 The method returns a TimerTask instance that can be used to later cancel the
10636 scheduled task.
10637 </summary>
10638 </member>
10639 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(System.Threading.WaitCallback,System.Object,System.Int32,System.Int32)">
10640 <summary>
10641 Schedules the specified WaitCallback task for repeated fixed-delay execution,
10642 beginning after the specified delay. Subsequent executions take place at approximately
10643 regular intervals separated by the specified period.
10644
10645 In fixed-delay execution, each execution is scheduled relative to the actual execution
10646 time of the previous execution. If an execution is delayed for any reason (such as
10647 garbage collection or other background activity), subsequent executions will be delayed.
10648
10649 Fixed-delay execution is appropriate for recurring activities that require "smoothness."
10650 In other words, it is appropriate for activities where it is more important to keep the
10651 frequency accurate in the short run than in the long run.
10652
10653 The method returns a TimerTask instance that can be used to later cancel the
10654 scheduled task.
10655 </summary>
10656 </member>
10657 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(System.Threading.WaitCallback,System.Object,System.TimeSpan,System.TimeSpan)">
10658 <summary>
10659 Schedules the specified WaitCallback task for repeated fixed-delay execution,
10660 beginning after the specified delay. Subsequent executions take place at approximately
10661 regular intervals separated by the specified period.
10662
10663 In fixed-delay execution, each execution is scheduled relative to the actual execution
10664 time of the previous execution. If an execution is delayed for any reason (such as
10665 garbage collection or other background activity), subsequent executions will be delayed.
10666
10667 Fixed-delay execution is appropriate for recurring activities that require "smoothness."
10668 In other words, it is appropriate for activities where it is more important to keep the
10669 frequency accurate in the short run than in the long run.
10670
10671 The method returns a TimerTask instance that can be used to later cancel the
10672 scheduled task.
10673 </summary>
10674 </member>
10675 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(System.Threading.WaitCallback,System.Object,System.DateTime,System.Int32)">
10676 <summary>
10677 Schedules the specified WaitCallback task for repeated fixed-delay execution,
10678 beginning at the specified start time. Subsequent executions take place at approximately
10679 regular intervals separated by the specified period.
10680
10681 In fixed-delay execution, each execution is scheduled relative to the actual execution
10682 time of the previous execution. If an execution is delayed for any reason (such as
10683 garbage collection or other background activity), subsequent executions will be delayed.
10684
10685 Fixed-delay execution is appropriate for recurring activities that require "smoothness."
10686 In other words, it is appropriate for activities where it is more important to keep the
10687 frequency accurate in the short run than in the long run.
10688
10689 The method returns a TimerTask instance that can be used to later cancel the
10690 scheduled task.
10691 </summary>
10692 </member>
10693 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(System.Threading.WaitCallback,System.Object,System.DateTime,System.TimeSpan)">
10694 <summary>
10695 Schedules the specified WaitCallback task for repeated fixed-delay execution,
10696 beginning at the specified start time. Subsequent executions take place at approximately
10697 regular intervals separated by the specified period.
10698
10699 In fixed-delay execution, each execution is scheduled relative to the actual execution
10700 time of the previous execution. If an execution is delayed for any reason (such as
10701 garbage collection or other background activity), subsequent executions will be delayed.
10702
10703 Fixed-delay execution is appropriate for recurring activities that require "smoothness."
10704 In other words, it is appropriate for activities where it is more important to keep the
10705 frequency accurate in the short run than in the long run.
10706
10707 The method returns a TimerTask instance that can be used to later cancel the
10708 scheduled task.
10709 </summary>
10710 </member>
10711 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.ScheduleAtFixedRate(System.Threading.WaitCallback,System.Object,System.Int32,System.Int32)">
10712 <summary>
10713 Schedules the specified WaitCallback task for repeated fixed-rate execution, beginning
10714 after the specified delay. Subsequent executions take place at approximately regular
10715 intervals, separated by the specified period.
10716
10717 In fixed-rate execution, each execution is scheduled relative to the scheduled execution
10718 time of the initial execution. If an execution is delayed for any reason (such as garbage
10719 collection or other background activity), two or more executions will occur in rapid
10720 succession to "catch up."
10721
10722 Fixed-rate execution is appropriate for recurring activities that are sensitive to
10723 absolute time, such as ringing a chime every hour on the hour, or running scheduled
10724 maintenance every day at a particular time.
10725
10726 The method returns a TimerTask instance that can be used to later cancel the
10727 scheduled task.
10728 </summary>
10729 </member>
10730 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.ScheduleAtFixedRate(System.Threading.WaitCallback,System.Object,System.TimeSpan,System.TimeSpan)">
10731 <summary>
10732 Schedules the specified WaitCallback task for repeated fixed-rate execution, beginning
10733 after the specified delay. Subsequent executions take place at approximately regular
10734 intervals, separated by the specified period.
10735
10736 In fixed-rate execution, each execution is scheduled relative to the scheduled execution
10737 time of the initial execution. If an execution is delayed for any reason (such as garbage
10738 collection or other background activity), two or more executions will occur in rapid
10739 succession to "catch up."
10740
10741 Fixed-rate execution is appropriate for recurring activities that are sensitive to
10742 absolute time, such as ringing a chime every hour on the hour, or running scheduled
10743 maintenance every day at a particular time.
10744
10745 The method returns a TimerTask instance that can be used to later cancel the
10746 scheduled task.
10747 </summary>
10748 </member>
10749 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.ScheduleAtFixedRate(System.Threading.WaitCallback,System.Object,System.DateTime,System.Int32)">
10750 <summary>
10751 Schedules the specified WaitCallback task for repeated fixed-rate execution, beginning
10752 at the specified time. Subsequent executions take place at approximately regular
10753 intervals, separated by the specified period.
10754
10755 In fixed-rate execution, each execution is scheduled relative to the scheduled execution
10756 time of the initial execution. If an execution is delayed for any reason (such as garbage
10757 collection or other background activity), two or more executions will occur in rapid
10758 succession to "catch up."
10759
10760 Fixed-rate execution is appropriate for recurring activities that are sensitive to
10761 absolute time, such as ringing a chime every hour on the hour, or running scheduled
10762 maintenance every day at a particular time.
10763
10764 The method returns a TimerTask instance that can be used to later cancel the
10765 scheduled task.
10766 </summary>
10767 </member>
10768 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.ScheduleAtFixedRate(System.Threading.WaitCallback,System.Object,System.DateTime,System.TimeSpan)">
10769 <summary>
10770 Schedules the specified WaitCallback task for repeated fixed-rate execution, beginning
10771 at the specified time. Subsequent executions take place at approximately regular
10772 intervals, separated by the specified period.
10773
10774 In fixed-rate execution, each execution is scheduled relative to the scheduled execution
10775 time of the initial execution. If an execution is delayed for any reason (such as garbage
10776 collection or other background activity), two or more executions will occur in rapid
10777 succession to "catch up."
10778
10779 Fixed-rate execution is appropriate for recurring activities that are sensitive to
10780 absolute time, such as ringing a chime every hour on the hour, or running scheduled
10781 maintenance every day at a particular time.
10782
10783 The method returns a TimerTask instance that can be used to later cancel the
10784 scheduled task.
10785 </summary>
10786 </member>
10787 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(Apache.NMS.ActiveMQ.Threads.TimerTask,System.DateTime)">
10788 <summary>
10789 Schedules the specified TimerTask for execution at the specified time. If the
10790 time is in the past.
10791 </summary>
10792 </member>
10793 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(Apache.NMS.ActiveMQ.Threads.TimerTask,System.Int32)">
10794 <summary>
10795 Schedules the specified TimerTask for execution after the specified delay.
10796 </summary>
10797 </member>
10798 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(Apache.NMS.ActiveMQ.Threads.TimerTask,System.TimeSpan)">
10799 <summary>
10800 Schedules the specified TimerTask for execution after the specified delay.
10801 </summary>
10802 </member>
10803 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(Apache.NMS.ActiveMQ.Threads.TimerTask,System.Int32,System.Int32)">
10804 <summary>
10805 Schedules the specified TimerTask for repeated fixed-delay execution, beginning
10806 after the specified delay. Subsequent executions take place at approximately
10807 regular intervals separated by the specified period.
10808
10809 In fixed-delay execution, each execution is scheduled relative to the actual execution
10810 time of the previous execution. If an execution is delayed for any reason (such as
10811 garbage collection or other background activity), subsequent executions will be delayed.
10812
10813 Fixed-delay execution is appropriate for recurring activities that require "smoothness."
10814 In other words, it is appropriate for activities where it is more important to keep the
10815 frequency accurate in the short run than in the long run.
10816 </summary>
10817 </member>
10818 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(Apache.NMS.ActiveMQ.Threads.TimerTask,System.TimeSpan,System.TimeSpan)">
10819 <summary>
10820 Schedules the specified TimerTask for repeated fixed-delay execution, beginning
10821 after the specified delay. Subsequent executions take place at approximately
10822 regular intervals separated by the specified period.
10823
10824 In fixed-delay execution, each execution is scheduled relative to the actual execution
10825 time of the previous execution. If an execution is delayed for any reason (such as
10826 garbage collection or other background activity), subsequent executions will be delayed.
10827
10828 Fixed-delay execution is appropriate for recurring activities that require "smoothness."
10829 In other words, it is appropriate for activities where it is more important to keep the
10830 frequency accurate in the short run than in the long run.
10831 </summary>
10832 </member>
10833 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(Apache.NMS.ActiveMQ.Threads.TimerTask,System.DateTime,System.Int32)">
10834 <summary>
10835 Schedules the specified TimerTask for repeated fixed-delay execution, beginning
10836 at the specified time. Subsequent executions take place at approximately
10837 regular intervals separated by the specified period.
10838
10839 In fixed-delay execution, each execution is scheduled relative to the actual execution
10840 time of the previous execution. If an execution is delayed for any reason (such as
10841 garbage collection or other background activity), subsequent executions will be delayed.
10842
10843 Fixed-delay execution is appropriate for recurring activities that require "smoothness."
10844 In other words, it is appropriate for activities where it is more important to keep the
10845 frequency accurate in the short run than in the long run.
10846 </summary>
10847 </member>
10848 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.Schedule(Apache.NMS.ActiveMQ.Threads.TimerTask,System.DateTime,System.TimeSpan)">
10849 <summary>
10850 Schedules the specified TimerTask for repeated fixed-delay execution, beginning
10851 at the specified time. Subsequent executions take place at approximately
10852 regular intervals separated by the specified period.
10853
10854 In fixed-delay execution, each execution is scheduled relative to the actual execution
10855 time of the previous execution. If an execution is delayed for any reason (such as
10856 garbage collection or other background activity), subsequent executions will be delayed.
10857
10858 Fixed-delay execution is appropriate for recurring activities that require "smoothness."
10859 In other words, it is appropriate for activities where it is more important to keep the
10860 frequency accurate in the short run than in the long run.
10861 </summary>
10862 </member>
10863 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.ScheduleAtFixedRate(Apache.NMS.ActiveMQ.Threads.TimerTask,System.Int32,System.Int32)">
10864 <summary>
10865 Schedules the specified TimerTask for repeated fixed-rate execution, beginning
10866 after the specified delay. Subsequent executions take place at approximately regular
10867 intervals, separated by the specified period.
10868
10869 In fixed-rate execution, each execution is scheduled relative to the scheduled execution
10870 time of the initial execution. If an execution is delayed for any reason (such as garbage
10871 collection or other background activity), two or more executions will occur in rapid
10872 succession to "catch up."
10873
10874 Fixed-rate execution is appropriate for recurring activities that are sensitive to
10875 absolute time, such as ringing a chime every hour on the hour, or running scheduled
10876 maintenance every day at a particular time.
10877 </summary>
10878 </member>
10879 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.ScheduleAtFixedRate(Apache.NMS.ActiveMQ.Threads.TimerTask,System.TimeSpan,System.TimeSpan)">
10880 <summary>
10881 Schedules the specified TimerTask for repeated fixed-rate execution, beginning
10882 after the specified delay. Subsequent executions take place at approximately regular
10883 intervals, separated by the specified period.
10884
10885 In fixed-rate execution, each execution is scheduled relative to the scheduled execution
10886 time of the initial execution. If an execution is delayed for any reason (such as garbage
10887 collection or other background activity), two or more executions will occur in rapid
10888 succession to "catch up."
10889
10890 Fixed-rate execution is appropriate for recurring activities that are sensitive to
10891 absolute time, such as ringing a chime every hour on the hour, or running scheduled
10892 maintenance every day at a particular time.
10893 </summary>
10894 </member>
10895 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.ScheduleAtFixedRate(Apache.NMS.ActiveMQ.Threads.TimerTask,System.DateTime,System.Int32)">
10896 <summary>
10897 Schedules the specified TimerTask for repeated fixed-rate execution, beginning
10898 at the specified time. Subsequent executions take place at approximately regular
10899 intervals, separated by the specified period.
10900
10901 In fixed-rate execution, each execution is scheduled relative to the scheduled execution
10902 time of the initial execution. If an execution is delayed for any reason (such as garbage
10903 collection or other background activity), two or more executions will occur in rapid
10904 succession to "catch up."
10905
10906 Fixed-rate execution is appropriate for recurring activities that are sensitive to
10907 absolute time, such as ringing a chime every hour on the hour, or running scheduled
10908 maintenance every day at a particular time.
10909 </summary>
10910 </member>
10911 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.ScheduleAtFixedRate(Apache.NMS.ActiveMQ.Threads.TimerTask,System.DateTime,System.TimeSpan)">
10912 <summary>
10913 Schedules the specified TimerTask for repeated fixed-rate execution, beginning
10914 at the specified time. Subsequent executions take place at approximately regular
10915 intervals, separated by the specified period.
10916
10917 In fixed-rate execution, each execution is scheduled relative to the scheduled execution
10918 time of the initial execution. If an execution is delayed for any reason (such as garbage
10919 collection or other background activity), two or more executions will occur in rapid
10920 succession to "catch up."
10921
10922 Fixed-rate execution is appropriate for recurring activities that are sensitive to
10923 absolute time, such as ringing a chime every hour on the hour, or running scheduled
10924 maintenance every day at a particular time.
10925 </summary>
10926 </member>
10927 <member name="T:Apache.NMS.ActiveMQ.Threads.TimerTask">
10928 <summary>
10929 A Task that is run in a Timer instance either once or repeatedly.
10930 </summary>
10931 </member>
10932 <member name="M:Apache.NMS.ActiveMQ.Threads.TimerEx.TimerImpl.Run">
10933 <summary>
10934 Run this Timers event loop in its own Thread.
10935 </summary>
10936 </member>
10937 <member name="T:Apache.NMS.ActiveMQ.Transactions.IRecoveryLogger">
10938 <summary>
10939 Interface for a Logger object used to store and retrieve Recovery
10940 Information needed to recover distributed transactions that operate
10941 in the Microsoft Distributed Transaction Context.
10942 </summary>
10943 </member>
10944 <member name="P:Apache.NMS.ActiveMQ.Transactions.RecoveryFileLogger.ResourceManagerId">
10945 <summary>
10946 The Unique Id of the Resource Manager that this logger is currently
10947 logging recovery information for.
10948 </summary>
10949 </member>
10950 <member name="P:Apache.NMS.ActiveMQ.Transactions.RecoveryFileLogger.Location">
10951 <summary>
10952 The Path to the location on disk where the recovery log is written
10953 to and read from.
10954 </summary>
10955 </member>
10956 <member name="P:Apache.NMS.ActiveMQ.Transactions.RecoveryFileLogger.AutoCreateLocation">
10957 <summary>
10958 Indiciate that the Logger should create and sibdirs of the
10959 given location that don't currently exist.
10960 </summary>
10961 </member>
10962 <member name="T:Apache.NMS.ActiveMQ.Transactions.RecoveryLoggerFactoryAttribute">
10963 <summary>
10964 Attribute that decorates IRecoveryLoggerFactory implementations to allow
10965 the Recovery Policy to find all the available factories dynamically.
10966 </summary>
10967 </member>
10968 <member name="M:Apache.NMS.ActiveMQ.Transport.Discovery.IDiscoveryAgent.RegisterService(System.String)">
10969 <summary>
10970 Registers the service with the given name.
10971 </summary>
10972 </member>
10973 <member name="M:Apache.NMS.ActiveMQ.Transport.Discovery.IDiscoveryAgent.ServiceFailed(Apache.NMS.ActiveMQ.Commands.DiscoveryEvent)">
10974 <summary>
10975 A process actively using a service may see it go down before the DiscoveryAgent notices
10976 the service's failure. That process can use this method to notify the IDiscoveryAgent
10977 of the failure so that other listeners of this IDiscoveryAgent can also be made aware
10978 of the failure.
10979 </summary>
10980 </member>
10981 <member name="P:Apache.NMS.ActiveMQ.Transport.Discovery.IDiscoveryAgent.ServiceAdd">
10982 <summary>
10983 Gets or sets the service add event handler
10984 </summary>
10985 </member>
10986 <member name="P:Apache.NMS.ActiveMQ.Transport.Discovery.IDiscoveryAgent.ServiceRemove">
10987 <summary>
10988 Gets or sets the service remove event handler.
10989 </summary>
10990 </member>
10991 <member name="M:Apache.NMS.ActiveMQ.Transport.Discovery.AbstractDiscoveryAgent.DoAdvertizeSelf">
10992 <summary>
10993 Overriden by the actual agent class to handle the publish of this service
10994 if supported by the agent.
10995 </summary>
10996 </member>
10997 <member name="M:Apache.NMS.ActiveMQ.Transport.Discovery.AbstractDiscoveryAgent.DoStartAgent">
10998 <summary>
10999 Overriden by the agent class to handle starting any agent related services
11000 or opening resources needed for the agent.
11001 </summary>
11002 </member>
11003 <member name="M:Apache.NMS.ActiveMQ.Transport.Discovery.AbstractDiscoveryAgent.DoStopAgent">
11004 <summary>
11005 Overriden by the agent to handle shutting down any agent created resources.
11006 </summary>
11007 </member>
11008 <member name="M:Apache.NMS.ActiveMQ.Transport.Discovery.AbstractDiscoveryAgent.DoDiscovery">
11009 <summary>
11010 Called from the Agent background thread to allow the concrete agent implementation
11011 to perform its discovery of new services.
11012 </summary>
11013 </member>
11014 <member name="M:Apache.NMS.ActiveMQ.Transport.Discovery.AbstractDiscoveryAgent.IsTimeForRecovery(Apache.NMS.ActiveMQ.Transport.Discovery.DiscoveredServiceData)">
11015 <summary>
11016 Returns true if this Broker has been marked as failed and it is now time to
11017 start a recovery attempt.
11018 </summary>
11019 </member>
11020 <member name="P:Apache.NMS.ActiveMQ.Transport.Discovery.AbstractDiscoveryAgent.KeepAliveInterval">
11021 <summary>
11022 Gets or sets the keep alive interval. This interval controls the amount
11023 of time that a service is kept before being considered idle and removed from
11024 the list of discovered services. This value is also used to control the
11025 period of time that this service will wait before advertising itself.
11026 </summary>
11027 </member>
11028 <member name="T:Apache.NMS.ActiveMQ.ISuspendable">
11029 <summary>
11030 Optional interface for service type objects which support a
11031 logical suspend and resume mode. Services that can be suspended
11032 when not needed can reduce resource load.
11033 </summary>
11034 </member>
11035 <member name="T:Apache.NMS.ActiveMQ.Transport.Discovery.IDiscoveryAgentFactory">
11036 <summary>
11037 Factory class interface for all DiscoveryAgent factories. Each agent factory
11038 should define its own factory attribute so that the agents can be found dynamically
11039 by the DiscoveryAgentFactory class.
11040 </summary>
11041 </member>
11042 <member name="T:Apache.NMS.ActiveMQ.Transport.Discovery.ActiveMQDiscoveryAgentFactoryAttribute">
11043 <summary>
11044 Attribute that decorates DiscoveryAgentFactory implementations to allow
11045 the DiscoverAgentFactory to find all the available factories dynamically.
11046 </summary>
11047 </member>
11048 <member name="T:Apache.NMS.ActiveMQ.Transport.Discovery.DiscoveredServiceData">
11049 <summary>
11050 Discovered service data event object. Used to contain information on the
11051 services that an agent discovers and track heartbeat and other service
11052 events used to determine if a service has failed or timed out due to a
11053 lack of recent reporting.
11054 </summary>
11055 </member>
11056 <member name="M:Apache.NMS.ActiveMQ.Transport.Discovery.DiscoveryAgentFactory.CreateAgentFactory(System.Uri)">
11057 <summary>
11058 Create a DiscoveryAgent Factory for the scheme. If we do not support the agent protocol,
11059 an NMSConnectionException will be thrown.
11060 </summary>
11061 <param name="location"></param>
11062 <returns></returns>
11063 </member>
11064 <member name="T:Apache.NMS.ActiveMQ.Transport.TransportFilter">
11065 <summary>
11066 Used to implement a filter on the transport layer.
11067 </summary>
11068 </member>
11069 <member name="T:Apache.NMS.ActiveMQ.Transport.ITransport">
11070 <summary>
11071 Represents the logical networking transport layer. Transports implment the low
11072 level protocol specific portion of the Communication between the Client and a Broker
11073 such as TCP, UDP, etc. Transports make use of WireFormat objects to handle translateing
11074 the cononical OpenWire Commands used in this client into binary wire level packets that
11075 can be sent to the Broker or Service that the Transport connects to.
11076 </summary>
11077 </member>
11078 <member name="M:Apache.NMS.ActiveMQ.Transport.ITransport.Oneway(Apache.NMS.ActiveMQ.Commands.Command)">
11079 <summary>
11080 Sends a Command object on the Wire but does not wait for any response from the
11081 receiver before returning.
11082 </summary>
11083 <param name="command">
11084 A <see cref="P:Apache.NMS.ActiveMQ.Transport.ITransport.Command"/>
11085 </param>
11086 </member>
11087 <member name="M:Apache.NMS.ActiveMQ.Transport.ITransport.AsyncRequest(Apache.NMS.ActiveMQ.Commands.Command)">
11088 <summary>
11089 Sends a Command object which requires a response from the Broker but does not
11090 wait for the response, instead a FutureResponse object is returned that the
11091 caller can use to wait on the Broker's response.
11092 </summary>
11093 <param name="command">
11094 A <see cref="P:Apache.NMS.ActiveMQ.Transport.ITransport.Command"/>
11095 </param>
11096 <returns>
11097 A <see cref="T:Apache.NMS.ActiveMQ.Transport.FutureResponse"/>
11098 </returns>
11099 </member>
11100 <member name="M:Apache.NMS.ActiveMQ.Transport.ITransport.Request(Apache.NMS.ActiveMQ.Commands.Command)">
11101 <summary>
11102 Sends a Command to the Broker and waits for a Response to that Command before
11103 returning, this version waits indefinitely for a response.
11104 </summary>
11105 <param name="command">
11106 A <see cref="P:Apache.NMS.ActiveMQ.Transport.ITransport.Command"/>
11107 </param>
11108 <returns>
11109 A <see cref="T:Apache.NMS.ActiveMQ.Commands.Response"/>
11110 </returns>
11111 </member>
11112 <member name="M:Apache.NMS.ActiveMQ.Transport.ITransport.Request(Apache.NMS.ActiveMQ.Commands.Command,System.TimeSpan)">
11113 <summary>
11114 Sends a Command to the Broker and waits for the given TimeSpan to expire for a
11115 response before returning.
11116 </summary>
11117 <param name="command">
11118 A <see cref="P:Apache.NMS.ActiveMQ.Transport.ITransport.Command"/>
11119 </param>
11120 <param name="timeout">
11121 A <see cref="T:System.TimeSpan"/>
11122 </param>
11123 <returns>
11124 A <see cref="T:Apache.NMS.ActiveMQ.Commands.Response"/>
11125 </returns>
11126 </member>
11127 <member name="M:Apache.NMS.ActiveMQ.Transport.ITransport.Narrow(System.Type)">
11128 <summary>
11129 Allows a caller to find a specific type of Transport in the Chain of
11130 Transports that is created. This allows a caller to find a specific
11131 object in the Transport chain and set or get properties on that specific
11132 instance. If the requested type isn't in the chain than Null is returned.
11133 </summary>
11134 <param name="type">
11135 A <see cref="T:System.Type"/>
11136 </param>
11137 <returns>
11138 A <see cref="T:System.Object"/>
11139 </returns>
11140 </member>
11141 <member name="M:Apache.NMS.ActiveMQ.Transport.ITransport.UpdateURIs(System.Boolean,System.Uri[])">
11142 <summary>
11143 Updates the Uri's that this Transport is aware of and will use to
11144 connect itself to. If the rebalance option is true this method will
11145 terminate any current connection and reconnect to another available
11146 Uri.
11147 </summary>
11148 <param name="rebalance">
11149 A <see cref="T:System.Boolean"/>
11150 </param>
11151 <param name="updatedURIs">
11152 A <see cref="T:System.Uri"/>
11153 </param>
11154 </member>
11155 <member name="P:Apache.NMS.ActiveMQ.Transport.ITransport.Timeout">
11156 <summary>
11157 Timeout in milliseconds to wait for sending synchronous messages or commands.
11158 Set to -1 for infinite timeout.
11159 </summary>
11160 </member>
11161 <member name="P:Apache.NMS.ActiveMQ.Transport.ITransport.AsyncTimeout">
11162 <summary>
11163 Timeout in milliseconds to wait for sending asynchronous messages or commands.
11164 Set to -1 for infinite timeout.
11165 </summary>
11166 </member>
11167 <member name="P:Apache.NMS.ActiveMQ.Transport.ITransport.IsDisposed">
11168 <value>
11169 Indicates if this Transport has already been disposed and can no longer
11170 be used.
11171 </value>
11172 </member>
11173 <member name="P:Apache.NMS.ActiveMQ.Transport.ITransport.IsFaultTolerant">
11174 <value>
11175 Indicates if this Transport is Fault Tolerant or not. A fault Tolerant
11176 Transport handles low level connection errors internally allowing a client
11177 to remain unaware of wire level disconnection and reconnection details.
11178 </value>
11179 </member>
11180 <member name="P:Apache.NMS.ActiveMQ.Transport.ITransport.IsConnected">
11181 <value>
11182 Indiciates if the Transport is current Connected to is assigned URI.
11183 </value>
11184 </member>
11185 <member name="P:Apache.NMS.ActiveMQ.Transport.ITransport.RemoteAddress">
11186 <value>
11187 The Remote Address that this transport is currently connected to.
11188 </value>
11189 </member>
11190 <member name="P:Apache.NMS.ActiveMQ.Transport.ITransport.IsReconnectSupported">
11191 <summary>
11192 Returns true if this Transport supports reconnections.
11193 </summary>
11194 </member>
11195 <member name="P:Apache.NMS.ActiveMQ.Transport.ITransport.IsUpdateURIsSupported">
11196 <summary>
11197 Returns true if this Transport can accept updated lists of connection Uri's.
11198 </summary>
11199 </member>
11200 <member name="P:Apache.NMS.ActiveMQ.Transport.ITransport.WireFormat">
11201 <summary>
11202 Returns the IWireFormat object that this transport uses to marshal and
11203 unmarshal Command objects.
11204 </summary>
11205 </member>
11206 <member name="M:Apache.NMS.ActiveMQ.Transport.TransportFilter.Oneway(Apache.NMS.ActiveMQ.Commands.Command)">
11207 <summary>
11208 Method Oneway
11209 </summary>
11210 <param name="command">A Command</param>
11211 </member>
11212 <member name="M:Apache.NMS.ActiveMQ.Transport.TransportFilter.AsyncRequest(Apache.NMS.ActiveMQ.Commands.Command)">
11213 <summary>
11214 Method AsyncRequest
11215 </summary>
11216 <returns>A FutureResponse</returns>
11217 <param name="command">A Command</param>
11218 </member>
11219 <member name="M:Apache.NMS.ActiveMQ.Transport.TransportFilter.Request(Apache.NMS.ActiveMQ.Commands.Command)">
11220 <summary>
11221 Method Request
11222 </summary>
11223 <returns>A Response</returns>
11224 <param name="command">A Command</param>
11225 </member>
11226 <member name="M:Apache.NMS.ActiveMQ.Transport.TransportFilter.Request(Apache.NMS.ActiveMQ.Commands.Command,System.TimeSpan)">
11227 <summary>
11228 Method Request with time out for Response.
11229 </summary>
11230 <returns>A Response</returns>
11231 <param name="command">A Command</param>
11232 <param name="timeout">Timeout in milliseconds</param>
11233 </member>
11234 <member name="M:Apache.NMS.ActiveMQ.Transport.TransportFilter.Start">
11235 <summary>
11236 Method Start
11237 </summary>
11238 </member>
11239 <member name="M:Apache.NMS.ActiveMQ.Transport.TransportFilter.Dispose">
11240 <summary>
11241 Method Dispose
11242 </summary>
11243 </member>
11244 <member name="P:Apache.NMS.ActiveMQ.Transport.TransportFilter.IsStarted">
11245 <summary>
11246 Property IsStarted
11247 </summary>
11248 </member>
11249 <member name="P:Apache.NMS.ActiveMQ.Transport.TransportFilter.Timeout">
11250 <summary>
11251 Timeout in milliseconds to wait for sending synchronous messages or commands.
11252 Set to -1 for infinite timeout.
11253 </summary>
11254 </member>
11255 <member name="P:Apache.NMS.ActiveMQ.Transport.TransportFilter.AsyncTimeout">
11256 <summary>
11257 Timeout in milliseconds to wait for sending asynchronous messages or commands.
11258 Set to -1 for infinite timeout.
11259 </summary>
11260 </member>
11261 <member name="M:Apache.NMS.ActiveMQ.Transport.Discovery.DiscoveryTransport.ApplyParameters(System.Uri,System.Collections.Specialized.StringDictionary,System.String)">
11262 <summary>
11263 Given a Key / Value mapping create and append a URI query value that represents the mapped
11264 entries, return the newly updated URI that contains the value of the given URI and the
11265 appended query value. Each entry in the query string is prefixed by the supplied
11266 optionPrefix string.
11267 </summary>
11268 </member>
11269 <member name="M:Apache.NMS.ActiveMQ.Transport.Failover.FailoverTransportFactory.CreateTransport(Apache.NMS.Util.URISupport.CompositeData)">
11270 <summary>
11271 Virtual transport create method which can be overriden by subclasses to provide
11272 an alternate FailoverTransport implementation. All transport creation methods in
11273 this factory calls through this method to create the ITransport instance so this
11274 is the only method that needs to be overriden.
11275 </summary>
11276 <param name="compositData"></param>
11277 <returns></returns>
11278 </member>
11279 <member name="M:Apache.NMS.ActiveMQ.Transport.Discovery.DiscoveryTransportFactory.CreateTransport(Apache.NMS.ActiveMQ.Transport.ICompositeTransport,Apache.NMS.Util.URISupport.CompositeData,System.Collections.Specialized.StringDictionary)">
11280 <summary>
11281 Factory method for creating a DiscoveryTransport. The Discovery Transport wraps the
11282 given ICompositeTransport and will add and remove Transport URIs as they are discovered.
11283 </summary>
11284 </member>
11285 <member name="T:Apache.NMS.ActiveMQ.Transport.Failover.FailoverTransport">
11286 <summary>
11287 A Transport that is made reliable by being able to fail over to another
11288 transport when a transport failure is detected.
11289 </summary>
11290 </member>
11291 <member name="M:Apache.NMS.ActiveMQ.Transport.ICompositeTransport.Add(System.Boolean,System.Uri[])">
11292 <summary>
11293 Adds a new set of Uris to the list of Uris that this Transport can connect to.
11294 </summary>
11295 <param name="rebalance">
11296 A <see cref="T:System.Boolean"/>
11297 Should the current connection be broken and a new one created.
11298 </param>
11299 <param name="uris">
11300 A <see cref="T:System.Uri"/>
11301 </param>
11302 </member>
11303 <member name="M:Apache.NMS.ActiveMQ.Transport.ICompositeTransport.Remove(System.Boolean,System.Uri[])">
11304 <summary>
11305 Remove the given Uris from this Transports list of known Uris.
11306 </summary>
11307 <param name="rebalance">
11308 A <see cref="T:System.Boolean"/>
11309 Should the current connection be broken and a new one created.
11310 </param>
11311 <param name="uris">
11312 A <see cref="T:System.Uri"/>
11313 </param>
11314 </member>
11315 <member name="P:Apache.NMS.ActiveMQ.Transport.Failover.FailoverTransport.AsyncConnect">
11316 <summary>
11317 Gets or sets a value indicating whether to asynchronously connect to sockets
11318 </summary>
11319 <value><c>true</c> if [async connect]; otherwise, <c>false</c>.</value>
11320 </member>
11321 <member name="P:Apache.NMS.ActiveMQ.Transport.Failover.FailoverTransport.AsyncTimeout">
11322 <summary>
11323 If doing an asynchronous connect, the milliseconds before timing out if no connection can be made
11324 </summary>
11325 <value>The async timeout.</value>
11326 </member>
11327 <member name="T:Apache.NMS.ActiveMQ.Transport.Mock.IResponseBuilder">
11328 <summary>
11329 Defines an Interface for a Command Response Builder used by the MockTransport
11330 to answer Commands sent via the Request and AsnycRequest methods.
11331 </summary>
11332 </member>
11333 <member name="M:Apache.NMS.ActiveMQ.Transport.Mock.IResponseBuilder.BuildResponse(Apache.NMS.ActiveMQ.Commands.Command)">
11334 <summary>
11335 Given a Command, check if it requires a response and return the
11336 appropriate Response that the Broker would send for this Command
11337 </summary>
11338 </member>
11339 <member name="M:Apache.NMS.ActiveMQ.Transport.Mock.IResponseBuilder.BuildIncomingCommands(Apache.NMS.ActiveMQ.Commands.Command)">
11340 <summary>
11341 When called the ResponseBuilder must construct all the Responses or
11342 Asynchronous commands that would be sent to this client by the Broker
11343 upon receipt of the passed command.
11344 </summary>
11345 </member>
11346 <member name="T:Apache.NMS.ActiveMQ.Transport.Mock.MockTransport">
11347 <summary>
11348 Transport used for testing, mimics the behaviour of a normal Transport and allows
11349 messages to be sent and received
11350 </summary>
11351 </member>
11352 <member name="M:Apache.NMS.ActiveMQ.Transport.Mock.MockTransport.InjectCommand(Apache.NMS.ActiveMQ.Commands.Command)">
11353 <summary>
11354 Injects a Command into the Transports inbound message queue, the Commands in the
11355 inbound Queue are dispatched to the registered CommnadHandler instance for
11356 processing, this simulates receiving a message from an external source, e.g.
11357 receiving a new message from the Broker.
11358 </summary>
11359 <param name="command">
11360 A <see cref="P:Apache.NMS.ActiveMQ.Transport.Mock.MockTransport.Command"/>
11361 </param>
11362 </member>
11363 <member name="P:Apache.NMS.ActiveMQ.Transport.Mock.MockTransport.Timeout">
11364 <summary>
11365 Timeout in milliseconds to wait for sending synchronous messages or commands.
11366 Set to -1 for infinite timeout.
11367 </summary>
11368 </member>
11369 <member name="P:Apache.NMS.ActiveMQ.Transport.Mock.MockTransport.AsyncTimeout">
11370 <summary>
11371 Timeout in milliseconds to wait for sending asynchronous messages or commands.
11372 Set to -1 for infinite timeout.
11373 </summary>
11374 </member>
11375 <member name="T:Apache.NMS.ActiveMQ.Transport.Mock.MockTransportFactory">
11376 <summary>
11377 Factory class to create the MockTransport when given on a URI as mock://XXX
11378 </summary>
11379 </member>
11380 <member name="T:Apache.NMS.ActiveMQ.Transport.Mock.OpenWireResponseBuilder">
11381 <summary>
11382 Builds responses using the internal Cononical OpenWire Commands format.
11383 </summary>
11384 </member>
11385 <member name="T:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport">
11386 <summary>
11387 An implementation of ITransport that uses sockets to communicate with the broker
11388 </summary>
11389 </member>
11390 <member name="F:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport.receiveBufferSize">
11391 <summary>
11392 Size in bytes of the receive buffer.
11393 </summary>
11394 </member>
11395 <member name="F:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport.sendBufferSize">
11396 <summary>
11397 Size in bytes of send buffer.
11398 </summary>
11399 </member>
11400 <member name="M:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport.Start">
11401 <summary>
11402 Method Start
11403 </summary>
11404 </member>
11405 <member name="P:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport.IsStarted">
11406 <summary>
11407 Property IsStarted
11408 </summary>
11409 </member>
11410 <member name="P:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport.Timeout">
11411 <summary>
11412 Timeout in milliseconds to wait for sending synchronous messages or commands.
11413 Set to -1 for infinite timeout.
11414 </summary>
11415 </member>
11416 <member name="P:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport.AsyncTimeout">
11417 <summary>
11418 Timeout in milliseconds to wait for sending asynchronous messages or commands.
11419 Set to -1 for infinite timeout.
11420 </summary>
11421 </member>
11422 <member name="P:Apache.NMS.ActiveMQ.Transport.Tcp.SslTransport.ServerName">
11423 <summary>
11424 Indicates the name of the Server's Certificate. By default the Host name
11425 of the remote server is used, however if this doesn't match the name of the
11426 Server's certificate then this option can be set to override the default.
11427 </summary>
11428 </member>
11429 <member name="P:Apache.NMS.ActiveMQ.Transport.Tcp.SslTransport.ClientCertFilename">
11430 <summary>
11431 Indicates the location of the Client Certificate to use when the Broker
11432 is configured for Client Auth (not common). The SslTransport will supply
11433 this certificate to the SslStream via the SelectLocalCertificate method.
11434 </summary>
11435 </member>
11436 <member name="P:Apache.NMS.ActiveMQ.Transport.Tcp.SslTransport.ClientCertPassword">
11437 <summary>
11438 Password for the Client Certificate specified via configuration.
11439 </summary>
11440 </member>
11441 <member name="P:Apache.NMS.ActiveMQ.Transport.Tcp.SslTransport.BrokerCertFilename">
11442 <summary>
11443 Indicates the location of the Broker Certificate to use when the Broker
11444 is using a self-signed certificate.
11445 </summary>
11446 </member>
11447 <member name="P:Apache.NMS.ActiveMQ.Transport.Tcp.SslTransport.AcceptInvalidBrokerCert">
11448 <summary>
11449 Indicates if the SslTransport should ignore any errors in the supplied Broker
11450 certificate and connect anyway, this is useful in testing with a default AMQ
11451 broker certificate that is self signed.
11452 </summary>
11453 </member>
11454 <member name="F:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransportFactory.useInactivityMonitor">
11455 <summary>
11456 Should the Inactivity Monitor be enabled on this Transport.
11457 </summary>
11458 </member>
11459 <member name="F:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransportFactory.receiveBufferSize">
11460 <summary>
11461 Size in bytes of the receive buffer.
11462 </summary>
11463 </member>
11464 <member name="F:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransportFactory.sendBufferSize">
11465 <summary>
11466 Size in bytes of send buffer.
11467 </summary>
11468 </member>
11469 <member name="F:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransportFactory.receiveTimeout">
11470 <summary>
11471 The time-out value, in milliseconds. The default value is 0, which indicates
11472 an infinite time-out period. Specifying -1 also indicates an infinite time-out period.
11473 </summary>
11474 </member>
11475 <member name="F:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransportFactory.sendTimeout">
11476 <summary>
11477 The time-out value, in milliseconds. If you set the property with a value between 1 and 499,
11478 the value will be changed to 500. The default value is 0, which indicates an infinite
11479 time-out period. Specifying -1 also indicates an infinite time-out period.
11480 </summary>
11481 </member>
11482 <member name="M:Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransportFactory.DoCreateTransport(System.Uri,System.Net.Sockets.Socket,Apache.NMS.ActiveMQ.Transport.IWireFormat)">
11483 <summary>
11484 Override in a subclass to create the specific type of transport that is
11485 being implemented.
11486 </summary>
11487 </member>
11488 <member name="T:Apache.NMS.ActiveMQ.Transport.ActiveMQTransportFactoryAttribute">
11489 <summary>
11490 Attribute that decorates ITransportFactory implementations to allow
11491 the TransportFactory to find all the available factories dynamically.
11492 </summary>
11493 </member>
11494 <member name="T:Apache.NMS.ActiveMQ.Transport.FutureResponse">
11495 <summary>
11496 Handles asynchronous responses
11497 </summary>
11498 </member>
11499 <member name="T:Apache.NMS.ActiveMQ.Transport.InactivityMonitor">
11500 <summary>
11501 This class make sure that the connection is still alive,
11502 by monitoring the reception of commands from the peer of
11503 the transport.
11504 </summary>
11505 </member>
11506 <member name="M:Apache.NMS.ActiveMQ.Transport.InactivityMonitor.#ctor(Apache.NMS.ActiveMQ.Transport.ITransport)">
11507 <summary>
11508 Constructor or the Inactivity Monitor
11509 </summary>
11510 <param name="next"></param>
11511 </member>
11512 <member name="M:Apache.NMS.ActiveMQ.Transport.InactivityMonitor.WriteCheck">
11513 <summary>
11514 Check the write to the broker
11515 </summary>
11516 </member>
11517 <member name="M:Apache.NMS.ActiveMQ.Transport.InactivityMonitor.AllowReadCheck(System.TimeSpan)">
11518 <summary>
11519 Checks if we should allow the read check(if less than 90% of the read
11520 check time elapsed then we dont do the readcheck
11521 </summary>
11522 <param name="elapsed"></param>
11523 <returns></returns>
11524 </member>
11525 <member name="T:Apache.NMS.ActiveMQ.Transport.LoggingTransport">
11526 <summary>
11527 A Transport filter that is used to log the commands sent and received.
11528 </summary>
11529 </member>
11530 <member name="T:Apache.NMS.ActiveMQ.Transport.MutexTransport">
11531 <summary>
11532 A Transport which guards access to the next transport using a mutex.
11533 </summary>
11534 </member>
11535 <member name="T:Apache.NMS.ActiveMQ.Transport.ResponseCorrelator">
11536 <summary>
11537 A Transport that correlates asynchronous send/receive messages into single request/response.
11538 </summary>
11539 </member>
11540 <member name="M:Apache.NMS.ActiveMQ.Transport.TransportFactory.CreateTransport(System.Uri)">
11541 <summary>
11542 Creates a normal transport.
11543 </summary>
11544 <param name="location"></param>
11545 <returns>the transport</returns>
11546 </member>
11547 <member name="M:Apache.NMS.ActiveMQ.Transport.TransportFactory.CreateTransportFactory(System.Uri)">
11548 <summary>
11549 Create a transport factory for the scheme. If we do not support the transport protocol,
11550 an NMSConnectionException will be thrown.
11551 </summary>
11552 <param name="location"></param>
11553 <returns></returns>
11554 </member>
11555 <member name="T:Apache.NMS.ActiveMQ.Transport.WireFormatNegotiator">
11556 <summary>
11557 A Transport which negotiates the wire format
11558 </summary>
11559 </member>
11560 <member name="T:Apache.NMS.ActiveMQ.Util.BitArray">
11561 <summary>
11562 A specialized BitArray implementation that provides the smallest set
11563 of functionality needed for Message Auditing. This implementation is
11564 used over the .NET bit array to provide a small and more efficient
11565 BitArray that performs only the operations needed for Message Audit.
11566 </summary>
11567 </member>
11568 <member name="M:Apache.NMS.ActiveMQ.Util.BitArray.Set(System.Int32,System.Boolean)">
11569 <summary>
11570 Sets the boolean value of the given bit in the array at the specified index.
11571 </summary>
11572 </member>
11573 <member name="M:Apache.NMS.ActiveMQ.Util.BitArray.Get(System.Int32)">
11574 <summary>
11575 Get the boolean value contains in the BitArray at the given index
11576 </summary>
11577 </member>
11578 <member name="M:Apache.NMS.ActiveMQ.Util.BitArray.Reset">
11579 <summary>
11580 Reset all the bits to zero or false.
11581 </summary>
11582 </member>
11583 <member name="M:Apache.NMS.ActiveMQ.Util.BitArray.Reset(System.Int64)">
11584 <summary>
11585 Reset all the bits to the given value
11586 </summary>
11587 </member>
11588 <member name="P:Apache.NMS.ActiveMQ.Util.BitArray.Length">
11589 <summary>
11590 Returns the current length of the bits that have been
11591 set so far in this BitArray.
11592 </summary>
11593 </member>
11594 <member name="P:Apache.NMS.ActiveMQ.Util.BitArray.Bits">
11595 <summary>
11596 Returns the actual long value containing all the set bits.
11597 </summary>
11598 </member>
11599 <member name="T:Apache.NMS.ActiveMQ.Util.BitArrayBin">
11600 <summary>
11601 Class used to hold BitArray objects for use in Message Audits.
11602 </summary>
11603 </member>
11604 <member name="M:Apache.NMS.ActiveMQ.Util.BitArrayBin.IsInOrder(System.Int64)">
11605 <summary>
11606 Test if the next message is in order.
11607 </summary>
11608 </member>
11609 <member name="M:Apache.NMS.ActiveMQ.Util.BitArrayBin.GetBit(System.Int64)">
11610 <summary>
11611 Get the boolean value at the index
11612 </summary>
11613 </member>
11614 <member name="M:Apache.NMS.ActiveMQ.Util.BitArrayBin.GetBitArray(System.Int64)">
11615 <summary>
11616 Get the BitArray for the index
11617 </summary>
11618 </member>
11619 <member name="M:Apache.NMS.ActiveMQ.Util.BitArrayBin.GetBin(System.Int64)">
11620 <summary>
11621 Get the index of the bin from the total index
11622 </summary>
11623 </member>
11624 <member name="M:Apache.NMS.ActiveMQ.Util.BitArrayBin.GetOffset(System.Int64)">
11625 <summary>
11626 Get the offset into a bin from the total index
11627 </summary>
11628 </member>
11629 <member name="T:Apache.NMS.ActiveMQ.Util.FifoMessageDispatchChannel">
11630 <summary>
11631 A FIFO based MessageDispatchChannel.
11632 </summary>
11633 </member>
11634 <member name="T:Apache.NMS.ActiveMQ.Util.MessageDispatchChannel">
11635 <summary>
11636 Defines an interface for a Message Channel used to dispatch incoming
11637 Messages to a Session or MessageConsumer. The implementation controls
11638 how the messages are dequeued from the channel, one option is for a
11639 FIFO ordering while another might be to sort the Message's based on the
11640 set Message Priority.
11641 </summary>
11642 </member>
11643 <member name="M:Apache.NMS.ActiveMQ.Util.IdGenerator.#ctor(System.String)">
11644 Construct an IdGenerator
11645 </member>
11646 <member name="M:Apache.NMS.ActiveMQ.Util.IdGenerator.GenerateId">
11647 <summary>
11648 Generate a Unique Id
11649 </summary>
11650 <returns>
11651 A <see cref="T:System.String"/>
11652 </returns>
11653 </member>
11654 <member name="M:Apache.NMS.ActiveMQ.Util.IdGenerator.GenerateSanitizedId">
11655 <summary>
11656 Generate a unique ID - that is friendly for a URL or file system
11657 </summary>
11658 <returns>
11659 A <see cref="T:System.String"/>
11660 </returns>
11661 </member>
11662 <member name="M:Apache.NMS.ActiveMQ.Util.IdGenerator.GetSeedFromId(System.String)">
11663 <summary>
11664 From a generated id - return the seed (i.e. minus the count)
11665 </summary>
11666 <param name="id">
11667 A <see cref="T:System.String"/>
11668 </param>
11669 <returns>
11670 A <see cref="T:System.String"/>
11671 </returns>
11672 </member>
11673 <member name="M:Apache.NMS.ActiveMQ.Util.IdGenerator.GetSequenceFromId(System.String)">
11674 <summary>
11675 From a generated id - return the generator count
11676 </summary>
11677 <param name="id">
11678 A <see cref="T:System.String"/>
11679 </param>
11680 <returns>
11681 A <see cref="T:System.Int64"/>
11682 </returns>
11683 </member>
11684 <member name="M:Apache.NMS.ActiveMQ.Util.IdGenerator.Compare(System.String,System.String)">
11685 <summary>
11686 Does a proper compare on the ids
11687 </summary>
11688 <param name="id1">
11689 A <see cref="T:System.String"/>
11690 </param>
11691 <param name="id2">
11692 A <see cref="T:System.String"/>
11693 </param>
11694 <returns>
11695 A <see cref="T:System.Int32"/>
11696 </returns>
11697 </member>
11698 <member name="P:Apache.NMS.ActiveMQ.Util.IdGenerator.HostName">
11699 <summary>
11700 As we have to find the hostname as a side-affect of generating a unique
11701 stub, we allow it's easy retrevial here
11702 </summary>
11703 </member>
11704 <member name="T:Apache.NMS.ActiveMQ.Util.IntrospectionSupport">
11705 <summary>
11706 Utility class used to provide conveince methods that apply named property
11707 settings to objects.
11708 </summary>
11709 </member>
11710 <member name="M:Apache.NMS.ActiveMQ.Util.IntrospectionSupport.SetProperties(System.Object,System.Collections.Specialized.StringDictionary)">
11711 <summary>
11712 Sets the public properties of a target object using a string map.
11713 This method uses .Net reflection to identify public properties of
11714 the target object matching the keys from the passed map.
11715 </summary>
11716 <param name="target">The object whose properties will be set.</param>
11717 <param name="map">Map of key/value pairs.</param>
11718 </member>
11719 <member name="M:Apache.NMS.ActiveMQ.Util.IntrospectionSupport.SetProperties(System.Object,System.Collections.Specialized.StringDictionary,System.String)">
11720 <summary>
11721 Sets the public properties of a target object using a string map.
11722 This method uses .Net reflection to identify public properties of
11723 the target object matching the keys from the passed map.
11724 </summary>
11725 <param name="target">The object whose properties will be set.</param>
11726 <param name="map">Map of key/value pairs.</param>
11727 <param name="prefix">Key value prefix. This is prepended to the property name
11728 before searching for a matching key value.</param>
11729 </member>
11730 <member name="T:Apache.NMS.ActiveMQ.Util.LRUCache`2">
11731 <summary>
11732 Implements the basic IDictionary interface and adds functionality for controlling
11733 the maximum number of entries that can be contained in the Map. When the maximum
11734 value is reached the oldest entry is removed so that the max size is never exceeded.
11735 </summary>
11736 </member>
11737 <member name="T:Apache.NMS.ActiveMQ.Util.MemoryUsage">
11738 <summary>
11739 Utility class for Tracking Memory Usage with an imposed limit on the amount
11740 available. Provides methods for objects to wait on more space to become
11741 available if the memory limit is reached.
11742 </summary>
11743 </member>
11744 <member name="M:Apache.NMS.ActiveMQ.Util.MemoryUsage.WaitForSpace">
11745 <summary>
11746 If no space is available then this method blocks until more becomes available.
11747 </summary>
11748 </member>
11749 <member name="M:Apache.NMS.ActiveMQ.Util.MemoryUsage.WaitForSpace(System.TimeSpan)">
11750 <summary>
11751 If no space is available then this method blocks until more becomes available
11752 or until the specified timeout expires.
11753 </summary>
11754 <param name="timeout">
11755 A <see cref="T:System.TimeSpan"/>
11756 </param>
11757 </member>
11758 <member name="M:Apache.NMS.ActiveMQ.Util.MemoryUsage.EnqueueUsage(System.Int64)">
11759 <summary>
11760 Attempts to increase the amount of Memory Used, if non is available to fill
11761 then this method blocks until more is freed.
11762 </summary>
11763 <param name="usage">
11764 A <see cref="T:System.Int64"/>
11765 </param>
11766 </member>
11767 <member name="M:Apache.NMS.ActiveMQ.Util.MemoryUsage.IncreaseUsage(System.Int64)">
11768 <summary>
11769 Increase the level of Usage.
11770 </summary>
11771 <param name="value">
11772 A <see cref="T:System.Int64"/>
11773 </param>
11774 </member>
11775 <member name="M:Apache.NMS.ActiveMQ.Util.MemoryUsage.DecreaseUsage(System.Int64)">
11776 <summary>
11777 Decrease the level of Usage.
11778 </summary>
11779 <param name="value">
11780 A <see cref="T:System.Int64"/>
11781 </param>
11782 </member>
11783 <member name="M:Apache.NMS.ActiveMQ.Util.MemoryUsage.IsFull">
11784 <summary>
11785 Checks if the Usage Windows has become full, is so returns true
11786 otherwise returns false.
11787 </summary>
11788 <returns>
11789 A <see cref="T:System.Boolean"/>
11790 </returns>
11791 </member>
11792 <member name="T:Apache.NMS.ActiveMQ.Util.ServiceStopper">
11793 <summary>
11794 Simple IStoppable service stopper class. Can be used to Stop multiple
11795 IStoppable instances without throwing an exception. Once all services
11796 have been stopped, the first thrown exception can be fired.
11797 </summary>
11798 </member>
11799 <member name="T:Apache.NMS.ActiveMQ.AdvisoryConsumer">
11800 <summary>
11801 Consumes Advisory Messages for Temp Destination creation on deletion so that
11802 the connection can track valid destinations for its sessions, and session resources.
11803 </summary>
11804 </member>
11805 <member name="T:Apache.NMS.ActiveMQ.IDispatcher">
11806 <summary>
11807 Interface that provides for a Class to provide dispatching service for
11808 an OpenWire MessageDispatch command.
11809 </summary>
11810 </member>
11811 <member name="T:Apache.NMS.ActiveMQ.BrokerException">
11812 <summary>
11813 Exception thrown when the broker returns an error
11814 </summary>
11815 </member>
11816 <member name="M:Apache.NMS.ActiveMQ.BrokerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
11817 <summary>
11818 Initializes a new instance of the BrokerException class with serialized data.
11819 Throws System.ArgumentNullException if the info parameter is null.
11820 Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
11821 </summary>
11822 <param name="info">The SerializationInfo that holds the serialized object data about the exception being thrown.</param>
11823 <param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
11824 </member>
11825 <member name="M:Apache.NMS.ActiveMQ.BrokerException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
11826 <summary>
11827 When overridden in a derived class, sets the SerializationInfo
11828 with information about the exception.
11829 </summary>
11830 <param name="info">The SerializationInfo that holds the serialized object data about the exception being thrown.</param>
11831 <param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
11832 </member>
11833 <member name="M:Apache.NMS.ActiveMQ.BrokerException.StackTraceDump(Apache.NMS.ActiveMQ.Commands.StackTraceElement[])">
11834 <summary>
11835 Generates a nice textual stack trace
11836 </summary>
11837 </member>
11838 <member name="T:Apache.NMS.ActiveMQ.CompressionPolicy">
11839 <summary>
11840 Default Compression policy for NMS.ActiveMQ uses the built in GZipStream
11841 to compress and decompress the message body. This is not compatible with
11842 compression used by ActiveMQ so users should use this with caution.
11843 </summary>
11844 </member>
11845 <member name="T:Apache.NMS.ActiveMQ.ICompressionPolicy">
11846 <summary>
11847 Policy interface for Message Compression, the policy should return
11848 a new Stream for compression or decompression upon request that wraps
11849 the provided Stream instance.
11850 </summary>
11851 </member>
11852 <member name="T:Apache.NMS.ActiveMQ.Connection">
11853 <summary>
11854 Represents a connection with a message broker
11855 </summary>
11856 </member>
11857 <member name="M:Apache.NMS.ActiveMQ.Connection.Start">
11858 <summary>
11859 Starts asynchronous message delivery of incoming messages for this connection.
11860 Synchronous delivery is unaffected.
11861 </summary>
11862 </member>
11863 <member name="M:Apache.NMS.ActiveMQ.Connection.Stop">
11864 <summary>
11865 Temporarily stop asynchronous delivery of inbound messages for this connection.
11866 The sending of outbound messages is unaffected.
11867 </summary>
11868 </member>
11869 <member name="M:Apache.NMS.ActiveMQ.Connection.CreateSession">
11870 <summary>
11871 Creates a new session to work on this connection
11872 </summary>
11873 </member>
11874 <member name="M:Apache.NMS.ActiveMQ.Connection.CreateSession(Apache.NMS.AcknowledgementMode)">
11875 <summary>
11876 Creates a new session to work on this connection
11877 </summary>
11878 </member>
11879 <member name="M:Apache.NMS.ActiveMQ.Connection.SyncRequest(Apache.NMS.ActiveMQ.Commands.Command)">
11880 <summary>
11881 Performs a synchronous request-response with the broker
11882 </summary>
11883
11884 </member>
11885 <member name="M:Apache.NMS.ActiveMQ.Connection.SyncRequest(Apache.NMS.ActiveMQ.Commands.Command,System.TimeSpan)">
11886 <summary>
11887 Performs a synchronous request-response with the broker for requested timeout duration.
11888 </summary>
11889 <param name="command"></param>
11890 <param name="requestTimeout"></param>
11891 <returns></returns>
11892 </member>
11893 <member name="M:Apache.NMS.ActiveMQ.Connection.CheckConnected">
11894 <summary>
11895 Check and ensure that the connection object is connected. If it is not
11896 connected or is closed or closing, a ConnectionClosedException is thrown.
11897 </summary>
11898 </member>
11899 <member name="M:Apache.NMS.ActiveMQ.Connection.OnCommand(Apache.NMS.ActiveMQ.Transport.ITransport,Apache.NMS.ActiveMQ.Commands.Command)">
11900 <summary>
11901 Handle incoming commands
11902 </summary>
11903 <param name="commandTransport">An ITransport</param>
11904 <param name="command">A Command</param>
11905 </member>
11906 <member name="M:Apache.NMS.ActiveMQ.Connection.CreateLocalTransactionId">
11907 <summary>
11908 Creates a new local transaction ID
11909 </summary>
11910 </member>
11911 <member name="E:Apache.NMS.ActiveMQ.Connection.ExceptionListener">
11912 <summary>
11913 A delegate that can receive transport level exceptions.
11914 </summary>
11915 </member>
11916 <member name="E:Apache.NMS.ActiveMQ.Connection.ConnectionInterruptedListener">
11917 <summary>
11918 An asynchronous listener that is notified when a Fault tolerant connection
11919 has been interrupted.
11920 </summary>
11921 </member>
11922 <member name="E:Apache.NMS.ActiveMQ.Connection.ConnectionResumedListener">
11923 <summary>
11924 An asynchronous listener that is notified when a Fault tolerant connection
11925 has been resumed.
11926 </summary>
11927 </member>
11928 <member name="P:Apache.NMS.ActiveMQ.Connection.ProtocolVersion">
11929 <summary>
11930 This property indicates what version of the Protocol we are using to
11931 communicate with the Broker, if not set we return the lowest version
11932 number to indicate we support only the basic command set.
11933 </summary>
11934 </member>
11935 <member name="P:Apache.NMS.ActiveMQ.Connection.AsyncSend">
11936 <summary>
11937 This property indicates whether or not async send is enabled.
11938 </summary>
11939 </member>
11940 <member name="P:Apache.NMS.ActiveMQ.Connection.AsyncClose">
11941 <summary>
11942 This property indicates whether or not async close is enabled.
11943 When the connection is closed, it will either send a synchronous
11944 DisposeOf command to the broker and wait for confirmation (if true),
11945 or it will send the DisposeOf command asynchronously.
11946 </summary>
11947 </member>
11948 <member name="P:Apache.NMS.ActiveMQ.Connection.SendAcksAsync">
11949 <summary>
11950 This property indicates whether or not async sends are used for
11951 message acknowledgement messages. Sending Acks async can improve
11952 performance but may decrease reliability.
11953 </summary>
11954 </member>
11955 <member name="P:Apache.NMS.ActiveMQ.Connection.AckMode">
11956 <summary>
11957 This property sets the acknowledgment mode for the connection.
11958 The URI parameter connection.ackmode can be set to a string value
11959 that maps to the enumeration value.
11960 </summary>
11961 </member>
11962 <member name="P:Apache.NMS.ActiveMQ.Connection.ProducerWindowSize">
11963 <summary>
11964 This property is the maximum number of bytes in memory that a producer will transmit
11965 to a broker before waiting for acknowledgement messages from the broker that it has
11966 accepted the previously sent messages. In other words, this how you configure the
11967 producer flow control window that is used for async sends where the client is responsible
11968 for managing memory usage. The default value of 0 means no flow control at the client
11969 </summary>
11970 </member>
11971 <member name="P:Apache.NMS.ActiveMQ.Connection.AlwaysSyncSend">
11972 <summary>
11973 This property forces all messages that are sent to be sent synchronously overriding
11974 any usage of the AsyncSend flag. This can reduce performance in some cases since the
11975 only messages we normally send synchronously are Persistent messages not sent in a
11976 transaction. This options guarantees that no send will return until the broker has
11977 acknowledge receipt of the message
11978 </summary>
11979 </member>
11980 <member name="P:Apache.NMS.ActiveMQ.Connection.CopyMessageOnSend">
11981 <summary>
11982 This property indicates whether Message's should be copied before being sent via
11983 one of the Connection's send methods. Copying the Message object allows the user
11984 to resuse the Object over for another send. If the message isn't copied performance
11985 can improve but the user must not reuse the Object as it may not have been sent
11986 before they reset its payload.
11987 </summary>
11988 </member>
11989 <member name="P:Apache.NMS.ActiveMQ.Connection.UseCompression">
11990 <summary>
11991 Enable or Disable the use of Compression on Message bodies. When enabled all
11992 messages have their body compressed using the Deflate compression algorithm.
11993 The recipient of the message must support the use of message compression as well
11994 otherwise the receiving client will receive a message whose body appears in the
11995 compressed form.
11996 </summary>
11997 </member>
11998 <member name="P:Apache.NMS.ActiveMQ.Connection.MessagePrioritySupported">
11999 <summary>
12000 Indicate whether or not the resources of this Connection should support the
12001 Message Priority value of incoming messages and dispatch them accordingly.
12002 When disabled Message are always dispatched to Consumers in FIFO order.
12003 </summary>
12004 </member>
12005 <member name="P:Apache.NMS.ActiveMQ.Connection.DispatchAsync">
12006 <summary>
12007 synchronously or asynchronously by the broker.
12008 </summary>
12009 </member>
12010 <member name="P:Apache.NMS.ActiveMQ.Connection.DefaultClientId">
12011 <summary>
12012 The Default Client Id used if the ClientId property is not set explicity.
12013 </summary>
12014 </member>
12015 <member name="P:Apache.NMS.ActiveMQ.Connection.RedeliveryPolicy">
12016 <summary>
12017 Get/or set the redelivery policy for this connection.
12018 </summary>
12019 </member>
12020 <member name="P:Apache.NMS.ActiveMQ.Connection.IsStarted">
12021 <summary>
12022 This property determines if the asynchronous message delivery of incoming
12023 messages has been started for this connection.
12024 </summary>
12025 </member>
12026 <member name="T:Apache.NMS.ActiveMQ.ConnectionClosedException">
12027 <summary>
12028 Exception thrown when a connection is used that it already closed
12029 </summary>
12030 </member>
12031 <member name="M:Apache.NMS.ActiveMQ.ConnectionClosedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
12032 <summary>
12033 Initializes a new instance of the ConnectionClosedException class with serialized data.
12034 Throws System.ArgumentNullException if the info parameter is null.
12035 Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
12036 </summary>
12037 <param name="info">The SerializationInfo that holds the serialized object data about the exception being thrown.</param>
12038 <param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
12039 </member>
12040 <member name="T:Apache.NMS.ActiveMQ.ConnectionFactory">
12041 <summary>
12042 Represents a connection with a message broker
12043 </summary>
12044 </member>
12045 <member name="P:Apache.NMS.ActiveMQ.ConnectionFactory.BrokerUri">
12046 <summary>
12047 Get/or set the broker Uri.
12048 </summary>
12049 </member>
12050 <member name="P:Apache.NMS.ActiveMQ.ConnectionFactory.ConsumerTransformer">
12051 <summary>
12052 A Delegate that is called each time a Message is dispatched to allow the client to do
12053 any necessary transformations on the received message before it is delivered. The
12054 ConnectionFactory sets the provided delegate instance on each Connection instance that
12055 is created from this factory, each connection in turn passes the delegate along to each
12056 Session it creates which then passes that along to the Consumers it creates.
12057 </summary>
12058 </member>
12059 <member name="P:Apache.NMS.ActiveMQ.ConnectionFactory.ProducerTransformer">
12060 <summary>
12061 A delegate that is called each time a Message is sent from this Producer which allows
12062 the application to perform any needed transformations on the Message before it is sent.
12063 The ConnectionFactory sets the provided delegate instance on each Connection instance that
12064 is created from this factory, each connection in turn passes the delegate along to each
12065 Session it creates which then passes that along to the Producers it creates.
12066 </summary>
12067 </member>
12068 <member name="T:Apache.NMS.ActiveMQ.ConnectionFailedException">
12069 <summary>
12070 Exception thrown when a connection is used that it has failed in some way.
12071 </summary>
12072 </member>
12073 <member name="M:Apache.NMS.ActiveMQ.ConnectionFailedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
12074 <summary>
12075 Initializes a new instance of the ConnectionFailedException class with serialized data.
12076 Throws System.ArgumentNullException if the info parameter is null.
12077 Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
12078 </summary>
12079 <param name="info">The SerializationInfo that holds the serialized object data about the exception being thrown.</param>
12080 <param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
12081 </member>
12082 <member name="T:Apache.NMS.ActiveMQ.ConnectionMetaData">
12083 <summary>
12084 Implements the Connection Meta-Data feature for Apache.NMS.ActiveMQ
12085 </summary>
12086 </member>
12087 <member name="T:Apache.NMS.ActiveMQ.ConsumerClosedException">
12088 <summary>
12089 Exception thrown when a consumer is used that it already closed
12090 </summary>
12091 </member>
12092 <member name="M:Apache.NMS.ActiveMQ.ConsumerClosedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
12093 <summary>
12094 Initializes a new instance of the ConsumerClosedException class with serialized data.
12095 Throws System.ArgumentNullException if the info parameter is null.
12096 Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
12097 </summary>
12098 <param name="info">The SerializationInfo that holds the serialized object data about the exception being thrown.</param>
12099 <param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
12100 </member>
12101 <member name="T:Apache.NMS.ActiveMQ.DestinationFilter">
12102 <summary>
12103 Summary description for DestinationFilter.
12104 </summary>
12105 </member>
12106 <member name="T:Apache.NMS.ActiveMQ.IOException">
12107 <summary>
12108 Exception thrown when an IO error occurs
12109 </summary>
12110 </member>
12111 <member name="M:Apache.NMS.ActiveMQ.ISynchronization.BeforeEnd">
12112 <summary>
12113 Called before a commit or rollback is applied.
12114 </summary>
12115 </member>
12116 <member name="M:Apache.NMS.ActiveMQ.ISynchronization.AfterCommit">
12117 <summary>
12118 Called after a commit
12119 </summary>
12120 </member>
12121 <member name="M:Apache.NMS.ActiveMQ.ISynchronization.AfterRollback">
12122 <summary>
12123 Called after a transaction rollback
12124 </summary>
12125 </member>
12126 <member name="T:Apache.NMS.ActiveMQ.MessageConsumer">
12127 <summary>
12128 An object capable of receiving messages from some destination
12129 </summary>
12130 </member>
12131 <member name="M:Apache.NMS.ActiveMQ.MessageConsumer.Shutdown">
12132 <summary>
12133 Called from the parent Session of this Consumer to indicate that its
12134 parent session is closing and this Consumer should close down but not
12135 send any message to the Broker as the parent close will take care of
12136 removing its child resources at the broker.
12137 </summary>
12138 </member>
12139 <member name="M:Apache.NMS.ActiveMQ.MessageConsumer.Dequeue(System.TimeSpan)">
12140 <summary>
12141 Used to get an enqueued message from the unconsumedMessages list. The
12142 amount of time this method blocks is based on the timeout value. if
12143 timeout == Timeout.Infinite then it blocks until a message is received.
12144 if timeout == 0 then it it tries to not block at all, it returns a
12145 message if it is available if timeout &gt; 0 then it blocks up to timeout
12146 amount of time. Expired messages will consumed by this method.
12147 </summary>
12148 <param name="timeout">
12149 A <see cref="T:System.TimeSpan"/>
12150 </param>
12151 <returns>
12152 A <see cref="T:Apache.NMS.ActiveMQ.Commands.MessageDispatch"/>
12153 </returns>
12154 </member>
12155 <member name="P:Apache.NMS.ActiveMQ.MessageConsumer.ConsumerTransformer">
12156 <summary>
12157 A Delegate that is called each time a Message is dispatched to allow the client to do
12158 any necessary transformations on the received message before it is delivered.
12159 </summary>
12160 </member>
12161 <member name="T:Apache.NMS.ActiveMQ.MessageProducer">
12162 <summary>
12163 An object capable of sending messages to some destination
12164 </summary>
12165 </member>
12166 <member name="M:Apache.NMS.ActiveMQ.MessageProducer.Shutdown">
12167 <summary>
12168 Called from the Parent session to deactivate this Producer, when a parent
12169 is closed all children are automatically removed from the broker so this
12170 method circumvents the need to send a Remove command to the broker.
12171 </summary>
12172 </member>
12173 <member name="T:Apache.NMS.ActiveMQ.NetTxConnection">
12174 <summary>
12175 Extends the basic Connection class to provide a transacted Connection
12176 instance that operates within the bounds of a .NET Scoped Transaction.
12177
12178 The default Session creation methods of Connection are overriden here
12179 to always return a TX capable session instance.
12180 </summary>
12181 </member>
12182 <member name="T:Apache.NMS.ActiveMQ.NetTxRecoveryPolicy">
12183 <summary>
12184 Policy class used to configure the options associated with TX
12185 recovery.
12186 </summary>
12187 </member>
12188 <member name="T:Apache.NMS.ActiveMQ.Session">
12189 <summary>
12190 Default provider of ISession
12191 </summary>
12192 </member>
12193 <member name="F:Apache.NMS.ActiveMQ.Session.myLock">
12194 <summary>
12195 Private object used for synchronization, instead of public "this"
12196 </summary>
12197 </member>
12198 <member name="M:Apache.NMS.ActiveMQ.Session.DeleteDestination(Apache.NMS.IDestination)">
12199 <summary>
12200 Delete a destination (Queue, Topic, Temp Queue, Temp Topic).
12201 </summary>
12202 </member>
12203 <member name="M:Apache.NMS.ActiveMQ.Session.DoStartTransaction">
12204 <summary>
12205 Ensures that a transaction is started
12206 </summary>
12207 </member>
12208 <member name="M:Apache.NMS.ActiveMQ.Session.DoNothingAcknowledge(Apache.NMS.ActiveMQ.Commands.ActiveMQMessage)">
12209 <summary>
12210 Prevents message from throwing an exception if a client calls Acknoweldge on
12211 a message that is part of a transaction either being produced or consumed. The
12212 JMS Spec indicates that users should be able to call Acknowledge with no effect
12213 if the message is in a transaction.
12214 </summary>
12215 <param name="message">
12216 A <see cref="T:Apache.NMS.ActiveMQ.Commands.ActiveMQMessage"/>
12217 </param>
12218 </member>
12219 <member name="P:Apache.NMS.ActiveMQ.Session.MaximumPendingMessageLimit">
12220 <summary>
12221 Sets the maximum number of messages to keep around per consumer
12222 in addition to the prefetch window for non-durable topics until messages
12223 will start to be evicted for slow consumers.
12224 Must be > 0 to enable this feature
12225 </summary>
12226 </member>
12227 <member name="P:Apache.NMS.ActiveMQ.Session.DispatchAsync">
12228 <summary>
12229 Enables or disables whether asynchronous dispatch should be used by the broker
12230 </summary>
12231 </member>
12232 <member name="P:Apache.NMS.ActiveMQ.Session.Exclusive">
12233 <summary>
12234 Enables or disables exclusive consumers when using queues. An exclusive consumer means
12235 only one instance of a consumer is allowed to process messages on a queue to preserve order
12236 </summary>
12237 </member>
12238 <member name="P:Apache.NMS.ActiveMQ.Session.Retroactive">
12239 <summary>
12240 Enables or disables retroactive mode for consumers; i.e. do they go back in time or not?
12241 </summary>
12242 </member>
12243 <member name="P:Apache.NMS.ActiveMQ.Session.Priority">
12244 <summary>
12245 Sets the default consumer priority for consumers
12246 </summary>
12247 </member>
12248 <member name="P:Apache.NMS.ActiveMQ.Session.ConsumerTransformer">
12249 <summary>
12250 A Delegate that is called each time a Message is dispatched to allow the client to do
12251 any necessary transformations on the received message before it is delivered.
12252 The Session instance sets the delegate on each Consumer it creates.
12253 </summary>
12254 </member>
12255 <member name="P:Apache.NMS.ActiveMQ.Session.ProducerTransformer">
12256 <summary>
12257 A delegate that is called each time a Message is sent from this Producer which allows
12258 the application to perform any needed transformations on the Message before it is sent.
12259 The Session instance sets the delegate on each Producer it creates.
12260 </summary>
12261 </member>
12262 <member name="M:Apache.NMS.ActiveMQ.NetTxSession.Enlist(System.Transactions.Transaction)">
12263 <summary>
12264 Manually Enlists in the given Transaction. This can be used to when the
12265 client is using the Session in Asynchronous listener mode since the Session
12266 cannot atuomatically join in this case as there is no Ambient transaction in
12267 the Message Dispatch thread. This also allows for clients to use the explicit
12268 exception model when necessary.
12269 </summary>
12270 </member>
12271 <member name="P:Apache.NMS.ActiveMQ.NetTxSession.IsTransacted">
12272 <summary>
12273 Reports Transacted whenever there is an Ambient Transaction or the internal
12274 TransactionContext is still involed in a .NET Transaction beyond the lifetime
12275 of an ambient transaction (can happen during a scoped transaction disposing
12276 without Complete being called and a Rollback is in progress.)
12277 </summary>
12278 </member>
12279 <member name="M:Apache.NMS.ActiveMQ.NetTxTransactionContext.ResetDtcRecovery">
12280 <summary>
12281 DTC recovery is performed once for each AppDomain per default. In case you want to perform
12282 it again during execution of the application you can call this method before.
12283 But ensure in this case that no connection is active anymore.
12284 </summary>
12285 </member>
12286 <member name="M:Apache.NMS.ActiveMQ.NetTxTransactionContext.InitializeDtcTxContext">
12287 <summary>
12288 Should be called from NetTxSession when created to check if any TX
12289 data is stored for recovery and whether the Broker has matching info
12290 stored. If an Transaction is found that belongs to this client and is
12291 still alive on the Broker it will be recovered, otherwise the stored
12292 data should be cleared.
12293 </summary>
12294 </member>
12295 <member name="T:Apache.NMS.ActiveMQ.PrefetchPolicy">
12296 <summary>
12297 Class used to define the various limits that should be used for the Prefetch
12298 limit on destination based on the type of Destination in use.
12299 </summary>
12300 </member>
12301 <member name="T:Apache.NMS.ActiveMQ.RequestTimedOutException">
12302 <summary>
12303 Exception thrown when an Request times out.
12304 </summary>
12305 </member>
12306 </members>
12307 </doc>