Package org.springframework.ws.config.annotation


@NullMarked package org.springframework.ws.config.annotation
Annotations and supporting classes for declarative configuration.
  • Class
    Description
    A subclass of WsConfigurationSupport that detects and delegates to all beans of type WsConfigurer allowing them to customize the configuration provided by WsConfigurationSupport.
    Adding this annotation to an @Configuration class imports the Spring Web Services configuration from WsConfigurationSupport, 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.