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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddArgumentResolvers(List<MethodArgumentResolver> argumentResolvers) Deprecated, for removal: This API element is subject to removal in a future version.Configure theMethodArgumentResolvers to use in addition to the ones registered by default.voidaddInterceptors(List<EndpointInterceptor> interceptors) Deprecated, for removal: This API element is subject to removal in a future version.AddEndpointInterceptors for pre- and post-processing of endpoint method invocations.voidaddReturnValueHandlers(List<MethodReturnValueHandler> returnValueHandlers) Deprecated, for removal: This API element is subject to removal in a future version.Configure theMethodReturnValueHandlers to use in addition to the ones registered by default.voidaddWsConfigurers(List<WsConfigurer> configurers) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
WsConfigurerComposite
public WsConfigurerComposite()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
addWsConfigurers
Deprecated, for removal: This API element is subject to removal in a future version. -
addInterceptors
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:WsConfigurerAddEndpointInterceptors for pre- and post-processing of endpoint method invocations.- Specified by:
addInterceptorsin interfaceWsConfigurer
-
addArgumentResolvers
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:WsConfigurerConfigure theMethodArgumentResolvers to use in addition to the ones registered by default.- Specified by:
addArgumentResolversin interfaceWsConfigurer- Parameters:
argumentResolvers- the list of resolvers; initially the default resolvers
-
addReturnValueHandlers
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:WsConfigurerConfigure theMethodReturnValueHandlers to use in addition to the ones registered by default.- Specified by:
addReturnValueHandlersin interfaceWsConfigurer- Parameters:
returnValueHandlers- the list of handlers; initially the default handlers
-