@Configuration @ConditionalOnWebApplication @ConditionalOnClass(value=org.springframework.ws.transport.http.MessageDispatcherServlet.class) @ConditionalOnMissingBean(value=org.springframework.ws.config.annotation.WsConfigurationSupport.class) @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(org.springframework.context.ApplicationContext applicationContext) |
public WebServicesAutoConfiguration(WebServicesProperties properties)
@Bean public ServletRegistrationBean messageDispatcherServlet(org.springframework.context.ApplicationContext applicationContext)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.