summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-sca-runtime/src/main/java/org/apache/tuscany (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor performance enhancement - look up the mapper once instead of each timeantelder2011-03-062-9/+7
* TUSCANY-3837 - more SCABindingMapper from the binding sca runtime module to t...slaws2011-02-216-51/+5
* Fix for TUSCANY-3832. Also tries to simplify wrapped vs. bare terminology by...scottkurz2011-02-151-1/+1
* Finalize the AllowsPassByReference support and add test casesrfeng2011-02-071-1/+2
* Enable the allowsPassByReference supportrfeng2011-02-071-2/+4
* Delegate the creation of the response invoker if there is a delegate present. slaws2011-01-252-2/+36
* Complete enablement of the SCA Binding to deal with local Async invocations -...edwardsmj2011-01-115-15/+202
* Make sure the binding uri is reset when the service is stoppedantelder2011-01-111-0/+1
* Revert back to fetching the interceptors starting at SERVICE_POLICY in order ...slaws2010-12-231-1/+1
* Correct the order that the phase constants appear in to match the actual phas...slaws2010-12-231-1/+1
* Enable binding.sca to support async invocation in the local case - as under T...edwardsmj2010-12-211-7/+29
* Use the mapped binding when looking up the providerantelder2010-12-151-1/+1
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...slaws2010-12-081-5/+0
* TUSCANY-3801 - missed files from previous check in. slaws2010-12-073-13/+16
* Start updating the sca binding to be able to choose the binding type impl on ...antelder2010-12-064-45/+68
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-061-1/+1
* TUSCANY-3801 - Update SCA binding to allow the invoker to exploit the new asy...slaws2010-12-032-17/+61
* TUSCANY-3801 - Move the SCA binding up to the new async provider interfaces. slaws2010-12-032-3/+23
* just remove some blank linesslaws2010-12-031-4/+2
* Remove unused classantelder2010-11-161-43/+0
* TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ...slaws2010-08-252-2/+15
* Add a flag to the binding builder to indicate that generated data should be r...slaws2010-06-171-2/+2
* Update sca binding mapper to use hazelcast binding if its thereantelder2010-03-181-2/+5
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-9/+1
* Fix for TUSCANY-3489rfeng2010-03-111-2/+2
* Update to automatically use binding.rmi instead of binding.ws if ws is not av...antelder2010-03-111-1/+4
* Remove DistributedSCABindingrfeng2010-03-051-5/+5
* Copy the test cases from binding-sca-runtime-axis2 and binding-sca-runtime-rm...rfeng2010-03-032-13/+12
* Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng2010-03-026-176/+475
* Fix to ensure pass-by-value is used if only one end is using allowsPassByRefe...antelder2010-03-011-1/+2
* Remove unused importsrfeng2010-03-011-3/+0
* Add the check for local-by-reference, local-by-value and remote invocations f...rfeng2010-02-252-54/+54
* Remove file as it's not usedslaws2010-02-111-61/+0
* TUSCANY-2586: Fix pass-by-value copies as described in the JIRA with the SCA ...antelder2010-02-112-6/+73
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-091-2/+2
* Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng2010-01-291-3/+2
* Moving 2.x trunklresende2009-11-206-0/+628