@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @ImportAutoConfiguration @PropertyMapping(value="spring.test.webservice.client") public @interface AutoConfigureWebServiceClient
Modifier and Type | Optional Element and Description |
---|---|
boolean |
registerWebServiceTemplate
If a
WebServiceTemplate bean should be registered. |
public abstract boolean registerWebServiceTemplate
WebServiceTemplate
bean should be registered. Defaults to
false
with the assumption that the WebServiceTemplateBuilder
will
be used.WebServiceTemplate
bean should be added.