summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/main/java/org/apache/tuscany/sca/binding/rest/wireformat (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-142-8/+12
* Align the JAX-RS resource class/method checks with the specrfeng2010-07-162-4/+4
* TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende2010-07-094-90/+213
* Merge branch 'jaxrs' into trunkrfeng2010-05-193-14/+55
* Adding RPC Operation Selector to binding.restlresende2010-05-122-4/+4
* Considering request encoding when processing bodylresende2010-05-112-18/+54
* Add basic support for binary data types for binding.restrfeng2010-04-302-8/+24
* Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende2010-04-301-1/+4
* Adding XML wire format binding implementation for REST binding, and adjusting...lresende2010-04-294-0/+289
* 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