summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/EndpointReferenceBinder.java (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-08Switch binder interface over to throwing exceptions rather than returning boo...slaws1-2/+2
2010-01-10TUSCANY-3417 TUSCANY-3417 consolidate enpointreference/endpoint matching code...slaws1-2/+2
2010-01-04Remove unused importsslaws1-2/+0
2009-12-11TUSCANY-3392 first set of code changes to move the endpoint matching into one...slaws1-0/+12
2009-11-20Moving 2.x trunklresende1-0/+0
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng1-23/+10
2009-09-21Clean up import statementsrfeng1-1/+0
2009-08-28Update to add a method to check if a wire target is out of date compared to t...antelder1-0/+3
2009-08-27Add policy matching to the endpoint builder and prepare for problems to be ra...slaws1-1/+2
2009-08-08Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws1-2/+11
2009-07-06Organize imports and reformat the coderfeng1-2/+2
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws1-2/+2
2009-03-19Organize importsrfeng1-7/+0
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes r...slaws1-17/+0
2009-03-16Changes to allow $self$ references to have endpoint references. However main ...slaws1-3/+27
2009-03-11Bring up the service wire based on the endpoint model. To turn this on change...slaws1-0/+43