summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Apache License headers to resolve build issueslresende2013-05-021-2/+24
* Add implementation for DOMInvokerantelder2012-08-152-0/+124
* TUSCANY-4034 - plug a few more potential memory leaksslaws2012-03-224-0/+46
* TUSCANY-4011 - stop the SCDL callback binding configuration from being overwr...slaws2012-02-093-0/+57
* TUSCANY-3890 - separate the request wrapper model from the response wrapper m...slaws2011-12-132-4/+4
* TUSCANY-3946 - Had a bit of a change of heart about this one. I'm concerned t...slaws2011-12-091-4/+10
* TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save in...antelder2011-11-213-1/+71
* TUSCANY-3954: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHa...antelder2011-09-282-32/+27
* TUSCANY-3940: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHa...antelder2011-09-083-38/+48
* TUSCANY-3925 - Apply Jennifer's Java security patch. slaws2011-08-261-2/+6
* The RuntimeInvoker currently swallows exceptions with a TODO comment, update ...antelder2011-08-171-0/+1
* Fix the concurrency issue for the endpoint operation invocationrfeng2011-07-123-19/+37
* TUSCANY-3872: Apply patch from Greg Dritschler to fix AsyncJDKInvocationHandl...antelder2011-06-131-0/+4
* Revert modification made several months ago to the core as it is not needed a...fmoga2011-05-261-5/+0
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-161-29/+29
* Be a bit more careful about dereferencing the DomainRegistryFactory endpointR...slaws2011-03-161-4/+8
* Fix dependency tangle by removing the dependency on node from coreantelder2011-03-051-11/+3
* Correct core modification.fmoga2011-02-112-5/+5
* Copy Message bindingContext from forward message to callback message.fmoga2011-02-111-0/+5
* Add missing license headersantelder2011-01-281-0/+18
* Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj2011-01-241-2/+18
* Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj2011-01-241-19/+133
* TUSCANY-3783 - don't wrap exceptions unnecessarilyslaws2011-01-211-2/+4
* TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover t...slaws2011-01-211-1/+33
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-204-26/+119
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-201-8/+47
* Make MessageFactoryImpl serializable to enable correct serialization of Endpo...edwardsmj2011-01-171-2/+9
* Add getter methods for the endpoint and endpoint and endpointRef to AsyncResp...bdaniel2011-01-141-0/+7
* TUSCANY-3783 - throw system exceptions rather than pushing them into the resp...slaws2011-01-141-4/+1
* TUSCANY-3801 - make the non-blocking interceptor work with native async bindingsslaws2011-01-141-8/+20
* TUSCANY-3788 - Put some more info back into the response message based on wha...slaws2011-01-141-1/+9
* Add some more constants for use in the async processingslaws2011-01-121-1/+2
* Add capability to support Bindings that support Async invocations natively - ...edwardsmj2011-01-1111-109/+356
* Throw systematic errors as ServiceRuntimeExceptionsslaws2010-12-231-9/+10
* Extend AsyncResponseInvoker to be Generic to cope with binding-specific respo...edwardsmj2010-12-211-5/+8
* Updating core invocation code to support bindings that provide native async s...edwardsmj2010-12-204-24/+107
* 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-091-4/+16
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...slaws2010-12-081-45/+15
* 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-073-38/+45
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-062-32/+31
* TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...slaws2010-12-032-4/+124
* 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-302-3/+87
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-141-3/+6
* Enhance the JAX-WS async client support and fix couple of issuesrfeng2010-09-173-284/+381
* TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void m...bdaniel2010-09-171-6/+82
* TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ...slaws2010-08-253-9/+32
* Changes and additions to core in support of Client-side and Server-side async...edwardsmj2010-07-117-70/+347