summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enhance the include/exclude filter processing and fix a NPErfeng2012-09-171-2/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1386756 13f79535-47bb-0310-9956-ffa450edef68
* Enable field name based filtering for json serializationrfeng2012-09-101-11/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383129 13f79535-47bb-0310-9956-ffa450edef68
* This test fails often in the jenkins builds, can't see why so fiddle about ↵antelder2012-08-161-9/+9
| | | | | | with the testcase and and a short delay before running to see if that helps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373746 13f79535-47bb-0310-9956-ffa450edef68
* Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ↵rfeng2012-03-221-0/+65
| | | | | | target service endpoint address) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304128 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for ?wadl to resources exposed trough the rest bindinglresende2011-10-071-0/+79
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179923 13f79535-47bb-0310-9956-ffa450edef68
* Use the cached marshaller/unmarshaller for JAXB databindingrfeng2011-09-301-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177857 13f79535-47bb-0310-9956-ffa450edef68
* Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng2011-09-301-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177856 13f79535-47bb-0310-9956-ffa450edef68
* Allow WebApplicationException to pass back to wink so that the correct ↵rfeng2011-03-291-7/+11
| | | | | | response code is returned git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086805 13f79535-47bb-0310-9956-ffa450edef68
* Investigating migration to wink 1.2-SNAPSHOTlresende2010-11-161-15/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035822 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ↵lresende2010-10-121-2/+2
| | | | | | that were configured declaratively git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021952 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ↵lresende2010-07-091-4/+30
| | | | | | binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962391 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3617 - Adding support for configuring wireFormat only for response ↵lresende2010-07-092-39/+74
| | | | | | to allow RPC over GET services to define the wireFormat to use for generating the response payload. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962390 13f79535-47bb-0310-9956-ffa450edef68
* Use Response as the typerfeng2010-06-261-8/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958151 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'jaxrs' into trunkrfeng2010-05-194-10/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
* Adding RPC Operation Selector to binding.restlresende2010-05-121-0/+98
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943376 13f79535-47bb-0310-9956-ffa450edef68
* Updating test to check declarative header supportlresende2010-05-101-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942940 13f79535-47bb-0310-9956-ffa450edef68
* Format the coderfeng2010-05-031-203/+159
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940670 13f79535-47bb-0310-9956-ffa450edef68
* Add basic support for binary data types for binding.restrfeng2010-04-301-0/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939874 13f79535-47bb-0310-9956-ffa450edef68
* Minor update on REST cache control test case to accomodate refactoring to ↵lresende2010-04-301-5/+7
| | | | | | use common-http cache context class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939812 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused code...lresende2010-04-301-60/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939809 13f79535-47bb-0310-9956-ffa450edef68
* Adding XML wire format binding implementation for REST binding, and ↵lresende2010-04-292-9/+111
| | | | | | adjusting/improving tests for XML and JSON wire formats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939194 13f79535-47bb-0310-9956-ffa450edef68
* Tweaking binding implementation and adding tests for GET, PUT, POST ↵lresende2010-04-281-9/+53
| | | | | | operation mapping with the JSON wire format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938773 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase to simulate a browser GET call and verify the right JSON is ↵lresende2010-04-281-10/+20
| | | | | | produced git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938772 13f79535-47bb-0310-9956-ffa450edef68
* Operation selector implementation that uses JAX-RS annotations to map http ↵lresende2010-04-272-27/+2
| | | | | | requests to properly annotated REST interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938687 13f79535-47bb-0310-9956-ffa450edef68
* Initial implementation for JSON wire format for REST bindinglresende2010-04-253-2/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937850 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring packages and other references from HTTP to RESTlresende2010-04-258-17/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937843 13f79535-47bb-0310-9956-ffa450edef68
* Initializing binding-rest based on existent binding-httplresende2010-04-258-0/+1552
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937841 13f79535-47bb-0310-9956-ffa450edef68