@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
MethodArgumentResolvers 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
MethodReturnValueHandlers 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)
WsConfigurationSupportaddInterceptors in class WsConfigurationSupportprotected void addArgumentResolvers(List<MethodArgumentResolver> argumentResolvers)
WsConfigurationSupportMethodArgumentResolvers to use in addition to
the ones registered by default.addArgumentResolvers in class WsConfigurationSupportargumentResolvers - the list of custom converters;
initially an empty list.protected void addReturnValueHandlers(List<MethodReturnValueHandler> returnValueHandlers)
WsConfigurationSupportMethodReturnValueHandlers in addition to the
ones registered by default.addReturnValueHandlers in class WsConfigurationSupportreturnValueHandlers - the list of custom handlers;
initially an empty list.