@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 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<org.springframework.ws.transport.http.MessageDispatcherServlet> |
messageDispatcherServlet(org.springframework.context.ApplicationContext applicationContext) |
static org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsdlDefinitionBeanFactoryPostProcessor |
wsdlDefinitionBeanFactoryPostProcessor() |
public WebServicesAutoConfiguration(WebServicesProperties properties)
@Bean public ServletRegistrationBean<org.springframework.ws.transport.http.MessageDispatcherServlet> messageDispatcherServlet(org.springframework.context.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.