Class WsConfigurerComposite

java.lang.Object
org.springframework.ws.config.annotation.WsConfigurerComposite
All Implemented Interfaces:
WsConfigurer

@Deprecated(since="4.0.12", forRemoval=true) public class WsConfigurerComposite extends Object implements WsConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.0.12 with no replacement
An WsConfigurer implementation that delegates to other WsConfigurer instances.
Since:
2.2
  • Constructor Details

    • WsConfigurerComposite

      public WsConfigurerComposite()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • addWsConfigurers

      public void addWsConfigurers(List<WsConfigurer> configurers)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • addInterceptors

      public void addInterceptors(List<EndpointInterceptor> interceptors)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: WsConfigurer
      Add EndpointInterceptors for pre- and post-processing of endpoint method invocations.
      Specified by:
      addInterceptors in interface WsConfigurer
    • addArgumentResolvers

      public void addArgumentResolvers(List<MethodArgumentResolver> argumentResolvers)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: WsConfigurer
      Configure the MethodArgumentResolvers to use in addition to the ones registered by default.
      Specified by:
      addArgumentResolvers in interface WsConfigurer
      Parameters:
      argumentResolvers - the list of resolvers; initially the default resolvers
    • addReturnValueHandlers

      public void addReturnValueHandlers(List<MethodReturnValueHandler> returnValueHandlers)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: WsConfigurer
      Configure the MethodReturnValueHandlers to use in addition to the ones registered by default.
      Specified by:
      addReturnValueHandlers in interface WsConfigurer
      Parameters:
      returnValueHandlers - the list of handlers; initially the default handlers