summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/sca-client-impl/src/main/java/org/apache/tuscany/sca/client/impl/SCAClientFactoryImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-07Official Tuscany 2.0.1 Releaselresende1-127/+0
2013-09-302.0.1 RC1 release taglresende1-0/+0
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
2012-06-18Tag for 2.0 RC2antelder1-0/+0
2012-05-03Add missing constructorantelder1-1/+5
2012-03-12TUSCANY-4027 - fix up SCA Client target resolution when only component name i...slaws1-9/+2
2012-01-31Update to make plugable whether or not the client should use bindings other t...antelder1-3/+9
2012-01-31Update sca client to choose an SCA binding endpoint if one is availableantelder1-6/+1
2011-09-22TUSCANY-3950 - and fix the client factory impl for the removal of the NoSuchD...slaws1-2/+8
2011-07-18TUSCANY-3896: Apply patch from Greg Dritschler for Enable subclassing of SCAC...antelder1-5/+18
2011-06-28When the domainURI is null use a defaultantelder1-1/+3
2011-06-13Use the domain name not the uri when looking for a local registryantelder1-2/+2
2011-06-07Sync up the sca client to match the domain node getService. Just temporary so...antelder1-0/+3
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder1-8/+8
2011-03-22Finish the sca client cleanup, remove all the old unused classes and moethods...antelder1-148/+51
2010-04-08TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws1-1/+7
2010-03-14Improve the IP address binding to be based on the host from the urirfeng1-3/+2
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng1-6/+1
2010-02-10Pass the domain name in as the registry URI so that we can use the domain nam...slaws1-2/+6
2010-02-10Call node init() to ensure that the extension point registry is initialized. ...slaws1-18/+3
2010-02-09Fix the sca client to use a resolved endpointrfeng1-18/+118
2010-02-09Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng1-16/+27
2010-01-29Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng1-3/+2
2010-01-25Use uri equals for comparing endpoints so that serialzed/deserilized endpoint...antelder1-3/+5
2010-01-20Start of making the Tuscany sca client impl work for both local or remote nod...antelder1-14/+51
2010-01-20Update the tuscany sca client impl to match the latest oasis codeantelder1-12/+6
2010-01-14TUSCANY-3424 inject the SCAClientFactory default instance into the SCAClientF...slaws1-1/+12
2009-11-20Moving 2.x trunklresende1-0/+0
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng1-59/+59
2009-07-03Start bringing up the client api to the recent proposalsantelder1-4/+31
2009-05-06Continue exploring sca client api with a new module for the client implementa...antelder1-34/+32
2009-04-07Initial support for the SCAClient API, probably better ways we can do this bu...antelder1-0/+34