summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/src/main/java/org (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-30Enhance the http client configuration to make it customizablerfeng1-35/+38
2012-03-22Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng1-1/+1
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper m...slaws2-5/+5
2011-10-10For jsonrpc 2.0, don't send null error or null resultrfeng1-2/+2
2011-10-10Use Jackson JsonNode as the unified representation of json datarfeng13-392/+301
2011-10-10Fix the invoker to serialize the objects to jsonrfeng4-79/+151
2011-10-10Fix test case and update licenserfeng3-6/+14
2011-10-10Use home-grown JSONRPC implementationrfeng11-537/+282
2011-10-03Add jsonrpc 1.0 models and the servlet to handle jsonrpc requestsrfeng7-4/+508
2011-10-02Start to add jsonrpc 2.0 supportrfeng6-0/+370
2011-09-16Improved the SMD and error handlingrfeng2-63/+133
2011-09-02Fix the usage of HttpClient and make sure connections are closed gracefullyrfeng3-5/+12
2011-04-20Allow the look up of endpoint address by component/service/binding name from ...rfeng1-0/+1
2011-02-07Upgrade to jackson 1.7.1 releaserfeng1-2/+2
2011-02-06Simplifying modules structure by merging *-js-dojo into the binding-runtime s...lresende1-0/+77
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz1-1/+1
2011-01-01Minor renaming: HTTPUtil -> HTTPUtilslresende1-2/+2
2011-01-01Calculating ETag using util class from HTTP-commonlresende1-48/+31
2010-12-08Move HttpClientFactory from common-http to host-httprfeng1-32/+5
2010-11-17Update to slf4j 1.6.1 and remove the workaround for wink GET @Consumes checkrfeng1-0/+3
2010-11-16Fix the return type to match the object[] for outputrfeng1-6/+10
2010-11-16Replace the jabsorb based client with HttpClientrfeng4-431/+149
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel2-7/+9
2010-11-13Improve jaxb/json databindings and jsonrpc binding to better handle interfacesrfeng4-32/+341
2010-10-28Handling null return values in JSON-RPC bindinglresende1-1/+7
2010-10-05TUSCANY-3705 - Adding support for JSON-RPC Notifications when using JSON-RPC ...lresende1-12/+27
2010-09-17Adding test for double valueslresende1-11/+12
2010-09-10Fix the self reference with explicit bindingsrfeng1-10/+21
2010-09-08TUSCANY-3668 - support BigDecimal in JSON format and JSONRPC binding. BigDeci...slaws2-3/+8
2010-08-24Add support for properties.jsdelfino1-3/+4
2010-08-24Tweak the JSON-RPC binding to work without Java interfaces and recognize dyna...jsdelfino3-40/+68
2010-06-14Add a little bit more structure to message header storage to generally avoid ...slaws1-1/+1
2010-04-08As a trial to see if we can rule out the tuscany eclipse compiler causing the...antelder1-4/+2
2010-03-30TUSCANY-3516 - Adding eTag support when using json-rpc binding with GET methodlresende1-3/+40
2010-03-29TUSCANY-3516 - Adding support for invoking JSON-RPC services via GET HTTP methodlresende1-17/+55
2010-03-16Remove some now unneeded uses of DataExchangeSemanticsantelder2-10/+2
2010-02-26Minor cleanup now that json-rpc references are already availablelresende1-2/+2
2010-02-12TUSCANY-3459 - Find the operation from the componentService interface contrac...lresende2-3/+4
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-4/+2
2009-11-20Moving 2.x trunklresende8-0/+940