Package org.springframework.ws.config.annotation
package org.springframework.ws.config.annotation
Annotations and supporting classes for declarative configuration.
-
ClassDescriptionA subclass of
WsConfigurationSupport
that detects and delegates to all beans of typeWsConfigurer
allowing them to customize the configuration provided byWsConfigurationSupport
.Adding this annotation to an@Configuration
class imports the Spring Web Services configuration fromWsConfigurationSupport
, for example: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
.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.since 4.0.12 with no replacement
WsConfigurer
directly