Class WsConfigurationSupport

java.lang.Object
org.springframework.ws.config.annotation.WsConfigurationSupport
Direct Known Subclasses:
DelegatingWsConfiguration

public class WsConfigurationSupport extends Object
This is the main class providing the configuration behind the Spring Web Services Java config. It is typically imported by adding @EnableWs to an application @Configuration class. An alternative, more advanced option is to extend directly from this class and override methods as necessary remembering to add @Configuration to the subclass and @Bean to overridden @Bean methods. For more details see the Javadoc of @EnableWs.

This class registers the following EndpointMappings:

Registers one EndpointAdapter:

Registers the following EndpointExceptionResolvers:

Since:
2.2
Author:
Arjen Poutsma
See Also: