Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create WebServiceMessageSender implementation that wraps ClientHttpRequestFactory to allow common HTTP machinery config with RestTemplate [SWS-859] #935

Closed
gregturn opened this issue Jan 9, 2014 · 2 comments

Comments

@gregturn
Copy link
Contributor

gregturn commented Jan 9, 2014

Krzysztof Trojan opened SWS-859 and commented

Please add implementation of WebServiceSender that wraps ClientHttpRequestFactory.

This will close the gap between the way HTTP machinery is configured for RestTemplate and WebServiceTemplate, and allow reuse of the config, for example having the same factory with configured proxies, and in every place in the application resue it, whenever HTTP connectivity is needed.

Example implementation attached.


Attachments:

Referenced from: commits dffa62c

@gregturn
Copy link
Contributor Author

Arjen Poutsma commented

Good idea!

@gregturn
Copy link
Contributor Author

Arjen Poutsma commented

Done, thanks for the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants