summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/src/main/java/org/apache/tuscany/sca/binding/jsonrpc/protocol/JsonRpc10Request.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use Jackson JsonNode as the unified representation of json datarfeng2011-10-101-32/+14
* Fix the invoker to serialize the objects to jsonrfeng2011-10-101-32/+22
* Fix test case and update licenserfeng2011-10-101-1/+1
* Use home-grown JSONRPC implementationrfeng2011-10-101-0/+13
* Add jsonrpc 1.0 models and the servlet to handle jsonrpc requestsrfeng2011-10-031-0/+85