Feign
Make writing Java http clients easier
... APIs, it simplifies system aspects dramatically and makes it much easier to unit test your conversions.
Feign makes use of great tools like Jersey and CXF for writing Java clients for ReST or SOAP services. It also lets you write your own code on top of http libraries, and connects your code to http APIs with little overhead.