@Configuration @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(value=org.springframework.ws.transport.http.MessageDispatcherServlet.class) @ConditionalOnMissingBean(value=org.springframework.ws.config.annotation.WsConfigurationSupport.class) @EnableConfigurationProperties(value=WebServicesProperties.class) @AutoConfigureAfter(value=ServletWebServerFactoryAutoConfiguration.class) public class WebServicesAutoConfiguration extends ObjectSE
Auto-configuration
。修飾子と型 | クラスと説明 |
---|---|
protected static class | WebServicesAutoConfiguration.WsConfiguration |
コンストラクターと説明 |
---|
WebServicesAutoConfiguration(WebServicesProperties properties) |
修飾子と型 | メソッドと説明 |
---|---|
ServletRegistrationBean<org.springframework.ws.transport.http.MessageDispatcherServlet> | messageDispatcherServlet(ApplicationContext applicationContext) |
static org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsdlDefinitionBeanFactoryPostProcessor | wsdlDefinitionBeanFactoryPostProcessor() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public WebServicesAutoConfiguration(WebServicesProperties properties)
@Bean public ServletRegistrationBean<org.springframework.ws.transport.http.MessageDispatcherServlet> messageDispatcherServlet(ApplicationContext applicationContext)
@Bean @Conditional(value=org.springframework.boot.autoconfigure.webservices.OnWsdlLocationsCondition.class) public static org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsdlDefinitionBeanFactoryPostProcessor wsdlDefinitionBeanFactoryPostProcessor()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.