summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/main/java/org/apache/tuscany/sca/binding/rest/operationselector (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-29Allow WebApplicationException to pass back to wink so that the correct respon...rfeng1-35/+39
2011-01-01Minor renaming: HTTPUtil -> HTTPUtilslresende2-5/+5
2010-07-09TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende1-19/+45
2010-05-19Merge branch 'jaxrs' into trunkrfeng1-0/+5
2010-05-12Adding generated eTag to RPC style invocationslresende1-9/+33
2010-05-12Removing system.out.println()lresende1-3/+0
2010-05-12Adding RPC Operation Selector to binding.restlresende5-2/+317
2010-04-30Add basic support for binary data types for binding.restrfeng1-34/+128
2010-04-30Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende1-14/+62
2010-04-27Operation selector implementation that uses JAX-RS annotations to map http re...lresende4-0/+268