GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/2262
CAMEL-12288: Initial implementation of method calls in the client This change refactors the code and adds the ability to perform method calls instead of write operations. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ctron/camel feature/add_method_call_1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2262.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2262 ---- commit 5861c05d4684dd824c25cfeeff9981d18d165111 Author: Jens Reimann <jreimann@...> Date: 2018-03-21T12:06:13Z CAMEL-12288: Initial implementation of method calls in the client This change refactors the code and adds the ability to perform method calls instead of write operations. ---- ---