Class MockWebServiceServerAutoConfiguration
java.lang.Object
org.springframework.boot.webservices.test.autoconfigure.client.MockWebServiceServerAutoConfiguration
@AutoConfiguration
@ConditionalOnBooleanProperty("spring.test.webservice.client.mockserver.enabled")
@ConditionalOnClass({org.springframework.ws.test.client.MockWebServiceServer.class,org.springframework.ws.client.core.WebServiceTemplate.class})
public final class MockWebServiceServerAutoConfiguration
extends Object
Auto-configuration for
MockWebServiceServer
support.- Since:
- 2.3.0
- Author:
- Dmytro Nosan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MockWebServiceServerAutoConfiguration
public MockWebServiceServerAutoConfiguration()
-