summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding/rest/wireformat (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-301-0/+1
* Allow WebApplicationException to pass back to wink so that the correct respon...rfeng2011-03-291-7/+11
* 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-3617 - Adding support for configuring wireFormat only for response to...lresende2010-07-091-17/+35
* Use Response as the typerfeng2010-06-261-8/+5
* Merge branch 'jaxrs' into trunkrfeng2010-05-193-10/+20
* Updating test to check declarative header supportlresende2010-05-101-0/+9
* Add basic support for binary data types for binding.restrfeng2010-04-301-0/+106
* Adding XML wire format binding implementation for REST binding, and adjusting...lresende2010-04-292-9/+111
* Tweaking binding implementation and adding tests for GET, PUT, POST operation...lresende2010-04-281-9/+53
* 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-272-27/+2
* Initial implementation for JSON wire format for REST bindinglresende2010-04-252-0/+104