summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-30Use the cached marshaller/unmarshaller for JAXB databindingrfeng1-3/+3
2011-09-30Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng3-3/+7
2011-03-29Allow WebApplicationException to pass back to wink so that the correct respon...rfeng3-14/+28
2010-11-16Investigating migration to wink 1.2-SNAPSHOTlresende1-15/+15
2010-10-12TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ...lresende1-2/+2
2010-07-09TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende2-5/+31
2010-07-09TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende5-74/+97
2010-06-26Use Response as the typerfeng3-10/+20
2010-05-28Add a workaround for TUSCANY-3572rfeng1-1/+7
2010-05-19Merge branch 'jaxrs' into trunkrfeng7-15/+67
2010-05-12Adding RPC Operation Selector to binding.restlresende3-0/+191
2010-05-10Updating test to check declarative header supportlresende1-0/+9
2010-05-03Format the coderfeng1-203/+159
2010-04-30Add basic support for binary data types for binding.restrfeng3-0/+208
2010-04-30Minor update on REST cache control test case to accomodate refactoring to use...lresende1-5/+7
2010-04-30Removing unused code...lresende1-60/+0
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...lresende10-14/+278
2010-04-28Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende3-16/+80
2010-04-28Update testcase to simulate a browser GET call and verify the right JSON is p...lresende1-10/+20
2010-04-27Operation selector implementation that uses JAX-RS annotations to map http re...lresende3-27/+6
2010-04-25Initial implementation for JSON wire format for REST bindinglresende8-2/+302
2010-04-25Refactoring packages and other references from HTTP to RESTlresende8-17/+17
2010-04-25Initializing binding-rest based on existent binding-httplresende8-0/+1552