@Configuration @ConditionalOnWebApplication @ConditionalOnClass(value=<error>) @ConditionalOnMissingBean(value=<error>) @EnableConfigurationProperties(value=WebServicesProperties.class) public class WebServicesAutoConfiguration extends Object
Auto-configuration for Spring Web Services.| Modifier and Type | Class and Description |
|---|---|
protected static class |
WebServicesAutoConfiguration.WsConfiguration |
| Constructor and Description |
|---|
WebServicesAutoConfiguration(WebServicesProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
ServletRegistrationBean |
messageDispatcherServlet(ApplicationContext applicationContext) |
public WebServicesAutoConfiguration(WebServicesProperties properties)
@Bean public ServletRegistrationBean messageDispatcherServlet(ApplicationContext applicationContext)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.