Added MessageDispatcherServlet.

This commit is contained in:
Arjen Poutsma
2006-10-08 15:22:48 +00:00
parent 66ead00a73
commit 07db6d7051

View File

@@ -36,10 +36,11 @@ import org.springframework.ws.context.MessageContextFactory;
* <code>MessageEndpointHandlerAdapter</code> and a <code>MessageDispatcher</code>.
* <p/>
* This servlet automatically detects <code>EndpointAdapter</code>s, <code>EndpointMapping</code>s, and
* <code>EndpointExceptionResolver</code>s, by name or by type. For instance, when the
* <code>detectAllEndpointAdapters</code> propery is <code>true</code> (the default), all endpoint adapters defined in
* the application context are registered with the message dispatcher. When it is set to <code>false</code>, this
* servlet tries to find a bean with the "endpointAdapter" bean name in the context.
* <code>EndpointExceptionResolver</code>s, by type (when the corresponding detectAll* property is enabled) or by type
* (when the property is disabled). For instance, when the <code>detectAllEndpointAdapters</code> propery is
* <code>true</code> (the default), all endpoint adapters defined in the web application context are registered with the
* message dispatcher. When it is set to <code>false</code>, this servlet tries to find a bean with the
* "endpointAdapter" bean name in the context.
*
* @author Arjen Poutsma
* @see org.springframework.web.servlet.DispatcherServlet