Echo sample now uses MessageDispatcherServlet; airline sample uses WsdlDefinitionHandlerAdapter

This commit is contained in:
Arjen Poutsma
2006-10-08 16:36:59 +00:00
parent 3fd06347c3
commit 6a169a49bc
7 changed files with 94 additions and 117 deletions

View File

@@ -71,14 +71,11 @@ public class SoapMessageDispatcher extends MessageDispatcher {
}
/**
* Initialize the default implementations for the dispatcher's strategies: <code>MessageEndpointAdapter</code> and
* <code>PayloadEndpointAdapter</code> as endpoint adapters, and a <code>SimpleSoapExceptionResolver</code> as
* exception resolver.
* Initialize the default implementations for the dispatcher's strategies, in addition to the strategies defined in
* the base class: a <code>SimpleSoapExceptionResolver</code> as exception resolver.
*
* @see #setEndpointAdapters(java.util.List)
* @see org.springframework.ws.MessageDispatcher#initDefaultStrategies()
* @see #setEndpointExceptionResolvers(java.util.List)
* @see org.springframework.ws.endpoint.MessageEndpointAdapter
* @see org.springframework.ws.endpoint.PayloadEndpointAdapter
* @see org.springframework.ws.soap.endpoint.SimpleSoapExceptionResolver
*/
protected void initDefaultStrategies() {