Class WebServiceClientTemplateAutoConfiguration
java.lang.Object
org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTemplateAutoConfiguration
@AutoConfiguration(after=WebServiceTemplateAutoConfiguration.class)
@ConditionalOnProperty(prefix="spring.test.webservice.client",
name="register-web-service-template")
@ConditionalOnClass(org.springframework.ws.client.core.WebServiceTemplate.class)
@ConditionalOnBean(WebServiceTemplateBuilder.class)
public class WebServiceClientTemplateAutoConfiguration
extends Object
Auto-configuration for a web-client
WebServiceTemplate
. Used when
AutoConfigureWebServiceClient.registerWebServiceTemplate()
is true
.- Since:
- 2.3.0
- Author:
- Dmytro Nosan
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ws.client.core.WebServiceTemplate
-
Constructor Details
-
WebServiceClientTemplateAutoConfiguration
public WebServiceClientTemplateAutoConfiguration()
-
-
Method Details
-
webServiceTemplate
@Bean public org.springframework.ws.client.core.WebServiceTemplate webServiceTemplate(WebServiceTemplateBuilder builder)
-