summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the cached marshaller/unmarshaller for JAXB databindingrfeng2011-09-301-3/+3
* Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng2011-09-303-3/+7
* Allow WebApplicationException to pass back to wink so that the correct respon...rfeng2011-03-293-14/+28
* Investigating migration to wink 1.2-SNAPSHOTlresende2010-11-161-15/+15
* TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ...lresende2010-10-121-2/+2
* TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende2010-07-092-5/+31
* TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende2010-07-095-74/+97
* Use Response as the typerfeng2010-06-263-10/+20
* Add a workaround for TUSCANY-3572rfeng2010-05-281-1/+7
* Merge branch 'jaxrs' into trunkrfeng2010-05-197-15/+67
* Adding RPC Operation Selector to binding.restlresende2010-05-123-0/+191
* Updating test to check declarative header supportlresende2010-05-101-0/+9
* Format the coderfeng2010-05-031-203/+159
* Add basic support for binary data types for binding.restrfeng2010-04-303-0/+208
* Minor update on REST cache control test case to accomodate refactoring to use...lresende2010-04-301-5/+7
* Removing unused code...lresende2010-04-301-60/+0
* Enhanced support for JAX-RS annotations allowing @Path({id}) to be mapped to ...lresende2010-04-302-2/+23
* Adding XML wire format binding implementation for REST binding, and adjusting...lresende2010-04-2910-14/+278
* Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende2010-04-283-16/+80
* Update testcase to simulate a browser GET call and verify the right JSON is p...lresende2010-04-281-10/+20
* Operation selector implementation that uses JAX-RS annotations to map http re...lresende2010-04-273-27/+6
* Initial implementation for JSON wire format for REST bindinglresende2010-04-258-2/+302
* Refactoring packages and other references from HTTP to RESTlresende2010-04-258-17/+17
* Initializing binding-rest based on existent binding-httplresende2010-04-258-0/+1552