summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/main/java/org/apache/tuscany/sca/binding/rest/wireformat/json/provider (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-141-5/+7
* Align the JAX-RS resource class/method checks with the specrfeng2010-07-161-2/+2
* TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende2010-07-092-51/+106
* Merge branch 'jaxrs' into trunkrfeng2010-05-192-7/+28
* Adding RPC Operation Selector to binding.restlresende2010-05-121-2/+2
* Considering request encoding when processing bodylresende2010-05-111-16/+42
* Add basic support for binary data types for binding.restrfeng2010-04-301-4/+21
* Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende2010-04-301-1/+4
* Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende2010-04-281-0/+15
* Operation selector implementation that uses JAX-RS annotations to map http re...lresende2010-04-273-2/+15
* Initial implementation for JSON wire format for REST bindinglresende2010-04-254-0/+251