Class WebServiceTemplateAutoConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnClass({org.springframework.ws.client.core.WebServiceTemplate.class,org.springframework.oxm.Unmarshaller.class,org.springframework.oxm.Marshaller.class}) public class WebServiceTemplateAutoConfiguration extends Object
Auto-configuration for WebServiceTemplate.
Since:
2.1.0
Author:
Dmytro Nosan