@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 @ConditionalOnProperty(prefix="spring.webservices", name="wsdl-locations") public static org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsdlDefinitionBeanFactoryPostProcessor wsdlDefinitionBeanFactoryPostProcessor()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.