Package org.springframework.ws.config.annotation
package org.springframework.ws.config.annotation
-
ClassDescriptionA sub-class of
WsConfigurationSupport
that detects and delegates to all beans of typeWsConfigurer
allowing them to customize the configuration provided byWsConfigurationSupport
.Add this annotation to an@Configuration
class to have the Spring Web Services configuration defined inWsConfigurationSupport
imported.This is the main class providing the configuration behind the Spring Web Services Java config.Defines callback methods to customize the Java-based configuration for Spring Web Services enabled via@EnableWs
.An default implementation ofWsConfigurer
with empty methods allowing sub-classes to override only the methods they're interested in.AnWsConfigurer
implementation that delegates to otherWsConfigurer
instances.