diff --git a/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Listener/Adapter/MessageListenerAdapter.cs b/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Listener/Adapter/MessageListenerAdapter.cs index 6ee27630..fdbc195c 100644 --- a/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Listener/Adapter/MessageListenerAdapter.cs +++ b/src/Spring/Spring.Messaging.Nms/Messaging/Nms/Listener/Adapter/MessageListenerAdapter.cs @@ -76,6 +76,8 @@ namespace Spring.Messaging.Nms.Listener.Adapter #endregion + #region Fields + /// /// The default handler method name. /// @@ -93,6 +95,10 @@ namespace Spring.Messaging.Nms.Listener.Adapter private IMessageConverter messageConverter; + #endregion + + #region Constructors + /// /// Initializes a new instance of the class with default settings. /// @@ -112,6 +118,8 @@ namespace Spring.Messaging.Nms.Listener.Adapter this.handlerObject = handlerObject; } + #endregion + /// /// Gets or sets the handler object to delegate message listening to. /// @@ -466,7 +474,7 @@ namespace Spring.Messaging.Nms.Listener.Adapter /// The default implementation first checks the JMS Reply-To /// Destination of the supplied request; if that is not null /// it is returned; if it is null, then the configured - /// default response destination} + /// default response destination /// is returned; if this too is null, then an /// is thrown. ///