类 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-configuration
for Spring Web Services.- 从以下版本开始:
- 1.4.0
嵌套类概要
嵌套类 修饰符和类型 类 说明 protected static class
WebServicesAutoConfiguration.WsConfiguration
构造器概要
构造器 构造器 说明 WebServicesAutoConfiguration(WebServicesProperties properties)
构造器详细资料
WebServicesAutoConfiguration
public WebServicesAutoConfiguration(WebServicesProperties properties)
方法详细资料
messageDispatcherServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean messageDispatcherServlet(org.springframework.context.ApplicationContext applicationContext)