jsonrpc4j Client:Named params without the Spring Framework
strautins opened this issue · 0 comments
strautins commented
Is it possible to add named parameters without Spring Framework?
Ref. from main README.md
JsonRpcHttpClient client = new JsonRpcHttpClient(
new URL("http://example.com/UserService.json"));
User user = client.invoke("createUser", new Object[] { "bob", "the builder" }, User.class);