summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-corba-runtime/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-20TUSCANY-3459 - Allow the remotable status of an interface to be overridden ↵slaws1-0/+11
using the remotable attributed on the SCDL interface element as described by the OASIS assembly spec. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291191 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws1-4/+20
model as per the change in 1.x under TUSCANY-2931. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213702 13f79535-47bb-0310-9956-ffa450edef68
2011-10-31Add a spec version to Endpoint and only do full matching if the target ↵slaws1-0/+12
endpoint is and OASIS endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1195400 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149451 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11TUSCANY-3883 - add missed checkinslaws1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145148 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25TUSCANY-3868 - allow binding to be retrieved by nameslaws1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127498 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder1-2/+2
lots of times in the past just no one ever got around to it. It effects quite a few classes but its a relatively trivial rename and i don't think it should impact on anyone too much git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103629 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Allow the look up of endpoint address by component/service/binding name from ↵rfeng2-0/+15
the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15Test fix needed for TUSCANY-3832 changes, plus cleanup and adjustment from ↵scottkurz4-31/+48
recent multiple output support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070928 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj1-0/+15
TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061392 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20Updating core invocation code to support bindings that provide native async ↵edwardsmj1-0/+7
support - as described in TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051247 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07TUSCANY-3801 - missed files from previous check in. slaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043211 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06TUSCANY-3801 - move chain tail location code into the chain implementationslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042609 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - Update the invocation chain infrastructure, and the ↵slaws1-1/+8
enpoints/endpointreferences that call it, to allow async response messages to be processed backwards along the response part of the chain independently of the forward message processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041866 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be ↵slaws1-1/+4
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
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035091 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void ↵bdaniel1-0/+6
methods and multiple Holders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998232 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18TUSCANY-3653 - Read JAXWS annotations in Java interfaces ↵slaws2-1/+38
(JAXWSJavaIntefaceProcessor) and, in the JavaIntefaceProcessor, post process these to reconfigure the Java interface based on what is found. The case where WSDL is referenced is tricky and still has holes. The WSDL is read and is attached to the Java interface as a normalized interface and is used during interface matching. Binding implementations that care about WSDL should really check the normalized interface rather than the service interface itself. This is still a TODO. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986740 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12TUSCANY-3641 - When a JAXWS binding is encountered make sure that the ↵slaws1-1/+7
associated SCA service has a WS binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984702 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws2-0/+26
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
2010-07-05Removing unnecessary //TODO commentedwardsmj1-5/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960604 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30Include the new isAsyncServer method on the corba test mock classantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959218 13f79535-47bb-0310-9956-ffa450edef68
2010-06-07remove troublesome comments which trigger jdk issue "unmappable character ↵kelvingoodson17-17/+4
for encoding UTF-8" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952189 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add missing headersslaws18-0/+324
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948749 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28Make ExtensibleCorbaHost a utilityrfeng1-7/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928346 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17Port binding.corba from 1.x to 2.xrfeng213-0/+16963
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924158 13f79535-47bb-0310-9956-ffa450edef68