Class WebServiceTemplateAutoConfiguration

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

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

    • WebServiceTemplateAutoConfiguration

      public WebServiceTemplateAutoConfiguration()