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
* 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