summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpointReference.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save ↵antelder2011-11-211-0/+7
| | | | | | information about client async request git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204447 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3871 - provide a simple API for getting at the delegate information ↵slaws2011-07-111-0/+8
| | | | | | when then endpoint or endpoint reference is configured with an SCA binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145112 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be ↵slaws2010-11-301-0/+8
| | | | | | resolved then so that async response services can be established at that point. In a reliable situation the response service is then available as soon as reference is resolved and doesn't depend on the reference actually being used. Also start adding interfaces to allow the implementation provider to make an async invocation explicitly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040444 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3653 - Make the methods used to generate WSDL available through the ↵slaws2010-08-181-0/+8
| | | | | | RuntimeEndpoint and RuntimeEndpointReference interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986724 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out methodsslaws2010-07-131-17/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963631 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws2010-07-131-0/+25
| | | | | | and reference binding and at service and service binding match. Motivated by BWS_2007. TO do this properly we have to test that the interfaces are described using the same IDL and if not convert to WSDL1.1 are required by the SCA specifications. There are a lot of changes here as doing this upset quite a few tests. Further work is required to look at the details of our WSDL generation process which looks a little suspect around wrapper namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963624 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ↵slaws2010-06-171-1/+3
| | | | | | is resolved in order to handle callbacks. This investigation has raised some questions that OASIS needs to answer, e.g. how to handle policy in this late bound scenario. Also this code change turns off generated WSDL caching and also relies on the SCA binding being attached to the callback service to carry the binding URI but this causes problems if you explicitly specify binding.sca. So more work to do but the basic test passes now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955544 13f79535-47bb-0310-9956-ffa450edef68
* mark classes as extension spi according to use indicated by ↵kelvingoodson2010-04-231-0/+1
| | | | | | implementation-java-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937310 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng2010-03-021-1/+1
| | | | | | configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-201-0/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68