Annotation Type AutoConfigureWebServiceClient


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration @PropertyMapping("spring.test.webservice.client") public @interface AutoConfigureWebServiceClient
Annotation that can be applied to a test class to enable and configure auto-configuration of web service clients.
Since:
2.3.0
Author:
Dmytro Nosan
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If a WebServiceTemplate bean should be registered.
  • Element Details

    • registerWebServiceTemplate

      boolean registerWebServiceTemplate
      If a WebServiceTemplate bean should be registered. Defaults to false with the assumption that the WebServiceTemplateBuilder will be used.
      Returns:
      if a WebServiceTemplate bean should be added.
      Default:
      false