summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* One more try to set the default corsrfeng2012-10-131-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1397797 13f79535-47bb-0310-9956-ffa450edef68
* Enable CORS by defaultrfeng2012-10-131-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1397788 13f79535-47bb-0310-9956-ffa450edef68
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* Add CORS support for servlet based impl with REST bindingrfeng2012-05-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1341952 13f79535-47bb-0310-9956-ffa450edef68
* Fixing issue where response wireFormats were being skipedlresende2012-02-271-12/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294282 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for CORS configuration for REST bindinglresende2012-02-275-12/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294279 13f79535-47bb-0310-9956-ffa450edef68
* Enabling isCORS attribute for REST bindinglresende2012-02-224-20/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292360 13f79535-47bb-0310-9956-ffa450edef68
* Updating javadocslresende2012-02-221-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292359 13f79535-47bb-0310-9956-ffa450edef68
* Fixing processing wireFormat and operationSelectors from rest-binding as the ↵lresende2012-02-104-22/+78
| | | | | | element QName was conflicting with binding-http and the DefaultBeanModelProcessor was producing http models for rest binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1242872 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3977: Commit patch from Anuj Bhatia to fix No way to configure wink ↵antelder2011-11-214-2/+27
| | | | | | timeout for binding.rest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204472 13f79535-47bb-0310-9956-ffa450edef68
* Add an attribute to the REST binding for Cross-Origin Resource Sharing ↵antelder2011-08-092-0/+6
| | | | | | support. Just the minimal getter method for now to show how it can work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155251 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependecy on woodstoxantelder2010-12-111-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044604 13f79535-47bb-0310-9956-ffa450edef68
* Simple way (workaround) to provide mime type for wireFormatlresende2010-08-292-8/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990515 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Adding missing entries to manifest in order to run in a OSGi ↵lresende2010-08-291-0/+1
| | | | | | environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990509 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3617 - Adding support for configuring wireFormat only for response ↵lresende2010-07-093-63/+120
| | | | | | 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
* Add missing dependencies and versionsslaws2010-05-131-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944000 13f79535-47bb-0310-9956-ffa450edef68
* Adding RPC Operation Selector to binding.restlresende2010-05-127-1/+183
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943376 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for declarative http headers in binding.restlresende2010-05-076-16/+175
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942274 13f79535-47bb-0310-9956-ffa450edef68
* Updating REST binding to use common-http cache context class and minor ↵lresende2010-04-301-258/+0
| | | | | | update to HTTPCacheContext factory method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939810 13f79535-47bb-0310-9956-ffa450edef68
* Adding XML wire format model definition for REST bindinglresende2010-04-297-1/+180
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939193 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix for the binding wire format QNamelresende2010-04-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939190 13f79535-47bb-0310-9956-ffa450edef68
* Adding model for JAX-RS operation selectorlresende2010-04-279-3/+290
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938685 13f79535-47bb-0310-9956-ffa450edef68
* Initial implementation for JSON wire format for REST bindinglresende2010-04-256-0/+287
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937850 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup of unused depedencylresende2010-04-251-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937848 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring/Simplifying JSON wireFormat class nameslresende2010-04-257-302/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937847 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup to remove generic and unused varibles warnings from Eclipse IDElresende2010-04-252-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937846 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for json wire format modellresende2010-04-2510-6/+329
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937845 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring packages and other references from HTTP to RESTlresende2010-04-259-48/+49
| | | | 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-2512-0/+930
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937841 13f79535-47bb-0310-9956-ffa450edef68