Class WebServicesAutoConfiguration
- java.lang.Object
- org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
@Configuration @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(org.springframework.ws.transport.http.MessageDispatcherServlet.class) @ConditionalOnMissingBean(org.springframework.ws.config.annotation.WsConfigurationSupport.class) @EnableConfigurationProperties(WebServicesProperties.class) @AutoConfigureAfter(ServletWebServerFactoryAutoConfiguration.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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.ws.transport.http.MessageDispatcherServlet>messageDispatcherServlet(org.springframework.context.ApplicationContext applicationContext)static org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsdlDefinitionBeanFactoryPostProcessorwsdlDefinitionBeanFactoryPostProcessor()
Constructor Detail
WebServicesAutoConfiguration
public WebServicesAutoConfiguration(WebServicesProperties properties)
Method Detail
messageDispatcherServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.ws.transport.http.MessageDispatcherServlet> messageDispatcherServlet(org.springframework.context.ApplicationContext applicationContext)
wsdlDefinitionBeanFactoryPostProcessor
@Bean @Conditional(org.springframework.boot.autoconfigure.webservices.OnWsdlLocationsCondition.class) public static org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsdlDefinitionBeanFactoryPostProcessor wsdlDefinitionBeanFactoryPostProcessor()