From 07db6d70514a95debfb2e644e6af7c9c749bee44 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 8 Oct 2006 15:22:48 +0000 Subject: [PATCH] Added MessageDispatcherServlet. --- .../ws/transport/http/MessageDispatcherServlet.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java b/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java index 1465e24c..52e3b106 100644 --- a/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java +++ b/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java @@ -36,10 +36,11 @@ import org.springframework.ws.context.MessageContextFactory; * MessageEndpointHandlerAdapter and a MessageDispatcher. *

* This servlet automatically detects EndpointAdapters, EndpointMappings, and - * EndpointExceptionResolvers, by name or by type. For instance, when the - * detectAllEndpointAdapters propery is true (the default), all endpoint adapters defined in - * the application context are registered with the message dispatcher. When it is set to false, this - * servlet tries to find a bean with the "endpointAdapter" bean name in the context. + * EndpointExceptionResolvers, by type (when the corresponding detectAll* property is enabled) or by type + * (when the property is disabled). For instance, when the detectAllEndpointAdapters propery is + * true (the default), all endpoint adapters defined in the web application context are registered with the + * message dispatcher. When it is set to false, this servlet tries to find a bean with the + * "endpointAdapter" bean name in the context. * * @author Arjen Poutsma * @see org.springframework.web.servlet.DispatcherServlet