summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-17Make MessageFactoryImpl serializable to enable correct serialization of Endpo...edwardsmj1-2/+9
2011-01-14Add getter methods for the endpoint and endpoint and endpointRef to AsyncResp...bdaniel1-0/+7
2011-01-14TUSCANY-3783 - throw system exceptions rather than pushing them into the resp...slaws1-4/+1
2011-01-14TUSCANY-3801 - make the non-blocking interceptor work with native async bindingsslaws1-8/+20
2011-01-14TUSCANY-3788 - Put some more info back into the response message based on wha...slaws1-1/+9
2011-01-14TUSCANY-3788 - Resolved async references are now started at start time to giv...slaws2-75/+92
2011-01-12Add some more constants for use in the async processingslaws1-1/+2
2011-01-11Add capability to support Bindings that support Async invocations natively - ...edwardsmj13-135/+409
2011-01-11Clear the endpoints when the service is stoppedantelder1-0/+1
2011-01-10Bump up copyright year in the NOTICE filesantelder1-1/+1
2010-12-23Add missing dependenciesslaws1-0/+2
2010-12-23Bring the unknown endpoint plugin into play at build and run time. slaws1-16/+26
2010-12-23Throw systematic errors as ServiceRuntimeExceptionsslaws1-9/+10
2010-12-21Fix to invokeAsyncResponse method to cope with a Binding Chain with zero entriesedwardsmj1-1/+3
2010-12-21Extend AsyncResponseInvoker to be Generic to cope with binding-specific respo...edwardsmj1-5/+8
2010-12-20Updating core invocation code to support bindings that provide native async s...edwardsmj6-27/+127
2010-12-13TUSCANY-3801 - reorder code so that the RuntimeInvoker does not take part in ...slaws1-6/+9
2010-12-11Remove dependencies now included in base Javaantelder1-19/+0
2010-12-09Provide necessary additional in the service endpoint for Async service suppor...edwardsmj1-1/+10
2010-12-09provide additional necessary information in the Service Endpoint for all bind...edwardsmj1-0/+9
2010-12-09TUSCANY-3801 - Make the async invoker creation signature more consistent with...slaws2-5/+17
2010-12-08Update EndpointReferenceBinder with a plug point for an UnknownEndpointHandle...antelder1-7/+28
2010-12-08TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...slaws3-47/+17
2010-12-08TUSCANY-3801 - Thinking about how to wrap the difference between native and n...slaws1-0/+70
2010-12-07TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ...slaws5-47/+131
2010-12-06TUSCANY-3801 - move chain tail location code into the chain implementationslaws4-36/+35
2010-12-03TUSCANY-3801 - only create a service to accept async responses if the binding...slaws1-3/+10
2010-12-03TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...slaws5-15/+178
2010-12-03TUSCANY-3801 - add an async interceptor interface to chain can be navigated b...slaws1-0/+74
2010-11-30TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws6-50/+260
2010-11-17Get the Shell invoke function working and add a services command to show the ...antelder1-0/+47
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel1-3/+6
2010-11-13Fix the error message so that the interface name is usedrfeng1-3/+2
2010-11-09remove unused dependency on asmbdaniel1-6/+0
2010-11-08Fix typo in commentslaws1-1/+1
2010-11-05Correct confusing error messageslaws1-1/+1
2010-09-27add missing dependenciesslaws1-0/+1
2010-09-24TUSCANY-3687 - Not sure what the default ranking is and I believe the registr...slaws1-1/+1
2010-09-24TUSCANY-3686 - All tribes endpoint registry to create instances of RuntimeEnd...slaws1-0/+1
2010-09-24Move to wstx-as version 3.2.6 consistently. Having two versions in the distro...slaws1-1/+1
2010-09-17Enhance the JAX-WS async client support and fix couple of issuesrfeng5-285/+392
2010-09-17TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void m...bdaniel1-6/+82
2010-09-14Remove commented out lineslaws1-1/+0
2010-09-10Fix the self reference with explicit bindingsrfeng1-3/+5
2010-09-08Check for the null binding provider to avoid NPErfeng1-4/+4
2010-08-25TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ...slaws3-9/+32
2010-08-24Put back some code to use the InterfaceContractMapper to match interfaces, as...jsdelfino1-0/+4
2010-08-19Remove commented codeslaws2-15/+1
2010-08-18JCA_9013 Throw an IllegalArgumentException when getProperty() is called with ...bdaniel1-3/+2
2010-08-18TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefacePr...slaws3-28/+66