Class WebServicesAutoConfiguration
- java.lang.Object
- org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
@Configuration @ConditionalOnWebApplication @ConditionalOnClass(org.springframework.ws.transport.http.MessageDispatcherServlet.class) @ConditionalOnMissingBean(org.springframework.ws.config.annotation.WsConfigurationSupport.class) @EnableConfigurationProperties(WebServicesProperties.class) public class WebServicesAutoConfiguration extends Object
Auto-configurationfor Spring Web Services.- Since:
- 1.4.0
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classWebServicesAutoConfiguration.WsConfiguration
Constructor Summary
Constructors Constructor Description WebServicesAutoConfiguration(WebServicesProperties properties)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBeanmessageDispatcherServlet(org.springframework.context.ApplicationContext applicationContext)
Constructor Detail
WebServicesAutoConfiguration
public WebServicesAutoConfiguration(WebServicesProperties properties)
Method Detail
messageDispatcherServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean messageDispatcherServlet(org.springframework.context.ApplicationContext applicationContext)