Class WebServiceTemplateAutoConfiguration

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

@AutoConfiguration @ConditionalOnClass({org.springframework.ws.client.core.WebServiceTemplate.class,Unmarshaller.class,Marshaller.class}) public final class WebServiceTemplateAutoConfiguration extends Object
Auto-configuration for WebServiceTemplate.
Since:
4.0.0
Author:
Dmytro Nosan
  • Constructor Details

    • WebServiceTemplateAutoConfiguration

      public WebServiceTemplateAutoConfiguration()