...
The HttpClient instance and its security settings are injected via the
httpClientRefandhttpClientSecurityParametersRefattributes.The builder for the request can be specified as an externally defined bean via the
executableSearchBuilderRefattribute (as a replacement for the<URLTemplate>element and related elements). This allows for complete generality of the request-building process.The processing of the response can be specified with an externally defined bean via the
mappingStrategyRefattribute (as a replacement for the<ResponseMapping>element).The caching of results can be specified as an externally defined bean via the
<ResultCacheBean>element (as a replacement for the<ResultCache>element).A Validator can be specifier as as an externally defined bean via the
validatorRefattribute. The only available class which implements this Interface is NonFailFastValidatorRarely, a non-default Velocity engine can be injected via the
templateEngineattribute.
...