summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/services (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-11Fix an issue related to @Path on the jaxrs interfacerfeng1-0/+1
2012-03-22Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng3-0/+135
2011-09-30Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng2-3/+6
2011-03-29Allow WebApplicationException to pass back to wink so that the correct respon...rfeng2-7/+17
2010-07-09TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende1-1/+1
2010-07-09TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende3-35/+23
2010-06-26Use Response as the typerfeng2-2/+15
2010-05-28Add a workaround for TUSCANY-3572rfeng1-1/+7
2010-05-19Merge branch 'jaxrs' into trunkrfeng3-5/+43
2010-05-12Adding RPC Operation Selector to binding.restlresende2-0/+93
2010-04-30Add basic support for binary data types for binding.restrfeng2-0/+102
2010-04-30Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende2-2/+23
2010-04-29Adding XML wire format binding implementation for REST binding, and adjusting...lresende8-5/+167
2010-04-28Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende2-7/+27
2010-04-27Operation selector implementation that uses JAX-RS annotations to map http re...lresende1-0/+4
2010-04-25Initial implementation for JSON wire format for REST bindinglresende5-0/+196