summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-3801 - reorder code so that the RuntimeInvoker does not take part in ...slaws2010-12-131-6/+9
* Provide necessary additional in the service endpoint for Async service suppor...edwardsmj2010-12-091-1/+10
* provide additional necessary information in the Service Endpoint for all bind...edwardsmj2010-12-091-0/+9
* TUSCANY-3801 - Make the async invoker creation signature more consistent with...slaws2010-12-092-5/+17
* Update EndpointReferenceBinder with a plug point for an UnknownEndpointHandle...antelder2010-12-081-7/+28
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...slaws2010-12-083-47/+17
* TUSCANY-3801 - Thinking about how to wrap the difference between native and n...slaws2010-12-081-0/+70
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ...slaws2010-12-075-47/+131
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-064-36/+35
* TUSCANY-3801 - only create a service to accept async responses if the binding...slaws2010-12-031-3/+10
* TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...slaws2010-12-034-13/+176
* TUSCANY-3801 - add an async interceptor interface to chain can be navigated b...slaws2010-12-031-0/+74
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws2010-11-305-49/+259
* Get the Shell invoke function working and add a services command to show the ...antelder2010-11-171-0/+47
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-141-3/+6
* Fix the error message so that the interface name is usedrfeng2010-11-131-3/+2
* Fix typo in commentslaws2010-11-081-1/+1
* Correct confusing error messageslaws2010-11-051-1/+1
* Enhance the JAX-WS async client support and fix couple of issuesrfeng2010-09-175-285/+392
* TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void m...bdaniel2010-09-171-6/+82
* Remove commented out lineslaws2010-09-141-1/+0
* Fix the self reference with explicit bindingsrfeng2010-09-101-3/+5
* Check for the null binding provider to avoid NPErfeng2010-09-081-4/+4
* TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ...slaws2010-08-253-9/+32
* Put back some code to use the InterfaceContractMapper to match interfaces, as...jsdelfino2010-08-241-0/+4
* Remove commented codeslaws2010-08-192-15/+1
* JCA_9013 Throw an IllegalArgumentException when getProperty() is called with ...bdaniel2010-08-181-3/+2
* TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefacePr...slaws2010-08-183-28/+66
* Throw IllegalArgumentExceptions on various ComponentContext methods to fix JC...bdaniel2010-08-051-3/+17
* Throw an IllegalArgumentException if createSelfReference is called with a bus...bdaniel2010-08-051-1/+6
* implement interface contract compatibility checking -- allows oasis JCA_9008_...kelvingoodson2010-08-031-26/+60
* TUSCANY-3639 - ensure that the service wire is created at the same time as th...slaws2010-07-291-0/+6
* improve pd info for interface contract mapping and fix up failing ASM tests d...kelvingoodson2010-07-271-0/+14
* Check constrained types for the qualifiable parent of a qualified intentbdaniel2010-07-261-1/+5
* Remove constrained intents from endpoint references at runtime binding timebdaniel2010-07-231-3/+37
* missing file from commit 966324kelvingoodson2010-07-221-11/+10
* Fix the regression caused by r963624 for overloaded local methodsrfeng2010-07-161-3/+12
* communicate differences in interfaces wrt @Remotable annotationkelvingoodson2010-07-161-1/+1
* Fixes to set the callback interface based on the interface constructed when t...slaws2010-07-132-4/+9
* TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws2010-07-134-3/+160
* Changes and additions to core in support of Client-side and Server-side async...edwardsmj2010-07-118-71/+519
* Initial version of async client endpoint for async response messages for Phas...edwardsmj2010-07-052-15/+335
* Adding Classes to handle asynchronous responses as part of Phase II of TUSCAN...edwardsmj2010-07-053-0/+254
* Little bit of tidying. No function change.slaws2010-07-051-24/+21
* Add license headerantelder2010-07-031-0/+18
* Client side asynchronous support - extending the async client invokers to ful...edwardsmj2010-06-292-4/+239
* Handle the receipt of messageID data from a wsa:MessageID header in an incomi...edwardsmj2010-06-181-0/+14
* Check for message context being null to prevent NPE when these methods are ca...slaws2010-06-181-3/+30
* Add a flag to the binding builder to indicate that generated data should be r...slaws2010-06-172-3/+5
* improve variable nameslaws2010-06-171-14/+14