Class DelegatingWsConfiguration

java.lang.Object
org.springframework.ws.config.annotation.WsConfigurationSupport
org.springframework.ws.config.annotation.DelegatingWsConfiguration

@Configuration public class DelegatingWsConfiguration extends WsConfigurationSupport
A sub-class of WsConfigurationSupport that detects and delegates to all beans of type WsConfigurer allowing them to customize the configuration provided by WsConfigurationSupport. This is the class actually imported by @EnableWs.
Since:
2.2
Author:
Arjen Poutsma