polishing

This commit is contained in:
markpollack
2008-11-04 07:19:28 +00:00
parent da43b5c672
commit 47089e5902

View File

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