Interface | Description |
---|---|
WsConfigurer |
Defines callback methods to customize the Java-based configuration for
Spring Web Services enabled via
@EnableWs . |
Class | Description |
---|---|
DelegatingWsConfiguration |
A sub-class of
WsConfigurationSupport that detects and delegates
to all beans of type WsConfigurer allowing them to customize the
configuration provided by WsConfigurationSupport . |
WsConfigurationSupport |
This is the main class providing the configuration behind the Spring Web Services Java
config.
|
WsConfigurerAdapter |
An default implementation of
WsConfigurer with empty methods allowing
sub-classes to override only the methods they're interested in. |
WsConfigurerComposite |
An
WsConfigurer implementation that delegates to other WsConfigurer instances. |
Annotation Type | Description |
---|---|
EnableWs |
Add this annotation to an
@Configuration class to have the Spring
Web Services configuration defined in WsConfigurationSupport imported. |