summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi/src/main (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj2011-01-242-0/+25
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-201-0/+12
* TUSCANY-3788 - Resolved async references are now started at start time to giv...slaws2011-01-141-5/+0
* Add capability to support Bindings that support Async invocations natively - ...edwardsmj2011-01-113-9/+62
* Correct the order that the phase constants appear in to match the actual phas...slaws2010-12-231-1/+1
* Updating core invocation code to support bindings that provide native async s...edwardsmj2010-12-203-4/+34
* TUSCANY-3801 - Make the async invoker creation signature more consistent with...slaws2010-12-091-2/+1
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...slaws2010-12-084-25/+23
* Start exploring way sof handling a pluggable approach of what to do when the ...antelder2010-12-081-0/+29
* TUSCANY-3801 - add missing response interface slaws2010-12-071-0/+50
* TUSCANY-3801 - missed files from previous check in. slaws2010-12-071-5/+5
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ...slaws2010-12-076-82/+62
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-062-1/+8
* TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...slaws2010-12-033-9/+65
* TUSCANY-3801 - add an async implementation provider interface to allow provid...slaws2010-12-031-0/+65
* TUSCANY-3801 - add an async interceptor interface to chain can be navigated b...slaws2010-12-031-0/+40
* TUSCANY-3801 - Add new provider interfaces that allow providers to indicate w...slaws2010-12-032-0/+96
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws2010-11-305-1/+59
* Get the Shell invoke function working and add a services command to show the ...antelder2010-11-171-0/+12
* Remove CompositeContext threadlocal thats might be causeing a storage leak as...antelder2010-10-251-13/+1
* Enhance the JAX-WS async client support and fix couple of issuesrfeng2010-09-171-0/+8
* Add a Base class for binding impls with the boiler plate codeantelder2010-09-041-0/+94
* Make sure ranking is honoredrfeng2010-08-181-9/+9
* TUSCANY-3653 - Make the methods used to generate WSDL available through the R...slaws2010-08-182-0/+16
* Fix for TUSCANY-3622rfeng2010-07-161-1/+7
* Remove commented out methodsslaws2010-07-132-33/+1
* TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws2010-07-132-0/+49
* TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ...slaws2010-06-171-1/+3
* Add a little bit more structure to message header storage to generally avoid ...slaws2010-06-141-1/+2
* Setting svn:eol-style for java and xml filesrfeng2010-06-054-272/+272
* Avoid NPE if reg uri is nullantelder2010-05-051-2/+1
* mark additional classes as extension spi according to use by databinding-jaxb...kelvingoodson2010-04-285-1/+10
* mark additional classes as extension spi according to use indicated binding-j...kelvingoodson2010-04-2711-4/+11
* mark additional classes as extension spi according to use indicated by bindin...kelvingoodson2010-04-266-0/+6
* mark additional classes as extension spi according to use indicated by bindin...kelvingoodson2010-04-265-1/+6
* mark classes as extension spi according to use indicated by implementation-os...kelvingoodson2010-04-261-1/+1
* mark classes as extension spi according to use indicated by implementation-bp...kelvingoodson2010-04-232-1/+2
* mark classes as extension spi according to use indicated by implementation-ja...kelvingoodson2010-04-2315-0/+16
* Pick up the default scheme from runtime propertiesantelder2010-04-211-2/+8
* Add new RuntimeProperties interface to enable extensions getting hold of the ...antelder2010-04-151-0/+27
* TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws2010-04-082-2/+23
* Clean up importsrfeng2010-03-311-1/+0
* Remove old matches method code as its now in Endpoint classantelder2010-03-161-72/+0
* Allows RMIHost to return mapped urirfeng2010-03-112-0/+21
* This should be going with Hazelcast 1.8.1 nowantelder2010-03-091-1/+1
* Switch binder interface over to throwing exceptions rather than returning boo...slaws2010-03-081-2/+2
* Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng2010-03-021-1/+1
* Add first bits of code to start enabling the use of policies nested inside of...slaws2010-03-021-1/+13
* Add the check for local-by-reference, local-by-value and remote invocations f...rfeng2010-02-251-0/+7
* Align the interfaceContractMapper to the specrfeng2010-02-191-12/+0