summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/main/java/org/apache/tuscany/sca/binding/rest/wireformat (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel2-8/+12
2010-07-16Align the JAX-RS resource class/method checks with the specrfeng2-4/+4
2010-07-09TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende4-90/+213
2010-05-19Merge branch 'jaxrs' into trunkrfeng3-14/+55
2010-05-12Adding RPC Operation Selector to binding.restlresende2-4/+4
2010-05-11Considering request encoding when processing bodylresende2-18/+54
2010-04-30Add basic support for binary data types for binding.restrfeng2-8/+24
2010-04-30Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende1-1/+4
2010-04-29Adding XML wire format binding implementation for REST binding, and adjusting...lresende4-0/+289
2010-04-28Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende1-0/+15
2010-04-27Operation selector implementation that uses JAX-RS annotations to map http re...lresende3-2/+15
2010-04-25Initial implementation for JSON wire format for REST bindinglresende4-0/+251