@Configuration public class DelegatingWsConfiguration extends WsConfigurationSupport
WsConfigurationSupport
that detects and delegates
to all beans of type WsConfigurer
allowing them to customize the
configuration provided by WsConfigurationSupport
. This is the
class actually imported by @EnableWs
.Constructor and Description |
---|
DelegatingWsConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
addArgumentResolvers(List<MethodArgumentResolver> argumentResolvers)
Add custom
MethodArgumentResolver s to use in addition to
the ones registered by default. |
protected void |
addInterceptors(List<EndpointInterceptor> interceptors)
Template method to add endpoint interceptors.
|
protected void |
addReturnValueHandlers(List<MethodReturnValueHandler> returnValueHandlers)
Add custom
MethodReturnValueHandler s in addition to the
ones registered by default. |
void |
setConfigurers(List<WsConfigurer> configurers) |
annotationActionEndpointMapping, defaultMethodEndpointAdapter, getInterceptors, payloadRootAnnotationMethodEndpointMapping, simpleSoapExceptionResolver, soapActionAnnotationMethodEndpointMapping, soapFaultAnnotationExceptionResolver
@Autowired(required=false) public void setConfigurers(List<WsConfigurer> configurers)
protected void addInterceptors(List<EndpointInterceptor> interceptors)
WsConfigurationSupport
addInterceptors
in class WsConfigurationSupport
protected void addArgumentResolvers(List<MethodArgumentResolver> argumentResolvers)
WsConfigurationSupport
MethodArgumentResolver
s to use in addition to
the ones registered by default.addArgumentResolvers
in class WsConfigurationSupport
argumentResolvers
- the list of custom converters;
initially an empty list.protected void addReturnValueHandlers(List<MethodReturnValueHandler> returnValueHandlers)
WsConfigurationSupport
MethodReturnValueHandler
s in addition to the
ones registered by default.addReturnValueHandlers
in class WsConfigurationSupport
returnValueHandlers
- the list of custom handlers;
initially an empty list.Copyright © 2020 Pivotal Software. All rights reserved.