summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl/RuntimeEndpointImpl.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-3958 - serialize endpoint intents/policy sets across the registry for...slaws2011-10-171-1/+7
* TUSCANY-3945 - Make public the operations that allow the promoted component a...slaws2011-09-151-2/+2
* TUSCANY-3916 - Replace WSDL representation of interface contract with an inte...slaws2011-09-091-12/+54
* TUSCANY-3916 - Turn remote interface match back on with a couple of restricti...slaws2011-09-011-10/+28
* TUSCANY-3916 Add the code to write the callback interface alongside the forwa...slaws2011-08-251-37/+93
* TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws2011-08-151-9/+78
* Add some code to try to convert the wsdl string from the remote endpoint back...antelder2011-07-261-21/+4
* Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2011-07-221-3/+3
* Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder2011-07-191-1/+70
* Be more precise about when the async response path should be connected up in ...slaws2011-07-141-19/+8
* TUSCANY-3871 - provide a simple API for getting at the delegate information w...slaws2011-07-111-0/+12
* TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...slaws2011-06-161-2/+1
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-161-17/+17
* Performance tweak - for when the interface contracts are the sameantelder2011-03-091-2/+2
* Performance enhancement - only initilize all the factories the first timeantelder2011-03-091-0/+5
* Fix dependency tangle by removing the dependency on node from coreantelder2011-03-051-18/+14
* TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover t...slaws2011-01-211-0/+1
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-201-22/+47
* Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ...edwardsmj2011-01-171-6/+55
* Add capability to support Bindings that support Async invocations natively - ...edwardsmj2011-01-111-16/+41
* Updating core invocation code to support bindings that provide native async s...edwardsmj2010-12-201-1/+5
* 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
* TUSCANY-3801 - Make the async invoker creation signature more consistent with...slaws2010-12-091-1/+1
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...slaws2010-12-081-1/+1
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ...slaws2010-12-071-7/+64
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-061-2/+2
* TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...slaws2010-12-031-6/+35
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws2010-11-301-2/+7
* Correct confusing error messageslaws2010-11-051-1/+1
* Remove commented out lineslaws2010-09-141-1/+0
* Put back some code to use the InterfaceContractMapper to match interfaces, as...jsdelfino2010-08-241-0/+4
* Remove commented codeslaws2010-08-191-8/+1
* TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefacePr...slaws2010-08-181-16/+28
* TUSCANY-3639 - ensure that the service wire is created at the same time as th...slaws2010-07-291-0/+6
* Fix the regression caused by r963624 for overloaded local methodsrfeng2010-07-161-3/+12
* Fixes to set the callback interface based on the interface constructed when t...slaws2010-07-131-2/+5
* TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws2010-07-131-1/+61
* Changes and additions to core in support of Client-side and Server-side async...edwardsmj2010-07-111-1/+172
* Avoiding calling createInterceptor multiple timeslresende2010-03-031-2/+3
* Align the interfaceContractMapper to the specrfeng2010-02-191-20/+2
* Enable addition of policies to binding chainsslaws2010-02-121-8/+4
* Use a dummy invocation chain to avoid NPE on ConcurrentHashMaprfeng2010-02-081-1/+10
* Add a serialVersionUIDantelder2010-02-051-0/+1
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) replace...slaws2010-02-041-1/+3
* Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2010-02-031-2/+19
* Expose system definitions from the deployerrfeng2010-01-191-2/+6
* Moving 2.x trunklresende2009-11-201-0/+565