summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/impl/EndpointReferenceImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-20Moving 2.x trunklresende1-254/+0
2009-11-19Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng1-1/+1
2009-11-18Resolve it before getXXX()rfeng1-0/+1
2009-11-17Rationalize the interfaceContracts on Endpoint/EndpointReferencerfeng1-0/+3
2009-08-06Provide mechanism of printing out the endpoint reference without the hash cod...slaws1-3/+7
2009-07-30Print out the hash code so that you can distinguish between endpoints and end...slaws1-1/+1
2009-07-22Make the not yet matched status sounds a little less terminal. Just because i...slaws1-1/+1
2009-07-21Make printed uri in toString more consistent with getURI output. slaws1-1/+1
2009-07-06Organize imports and reformat the coderfeng1-9/+7
2009-06-29Start adding a more meaningful (compared to unresolved) status field to endpo...slaws1-4/+30
2009-06-23Add a QName as the type for binding/implementation and use it to compare mode...rfeng1-5/+5
2009-06-19Make the remote flag consistent in names and setters/gettersrfeng1-5/+5
2009-06-19TUSCANY-3092 - add flag to indicate remotenessslaws1-1/+1
2009-06-15TUSCANY-3092 - add a flag recording whether an endpoint reference refers to a...slaws1-0/+9
2009-06-12Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...rfeng1-3/+26
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws1-13/+12
2009-06-11Use uri for Endpoint/EndpointReferencerfeng1-16/+22
2009-06-10Add uri to Endpoint/EndpointReferencerfeng1-23/+16
2009-06-08Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng1-28/+46
2009-06-08TUSCANY-3081 - Add toString (and remove some commented out code) to aid debug...slaws1-11/+28
2009-03-20Remove the target name attribute from EndpointReference2 as it already holds ...slaws1-22/+3
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes r...slaws1-1/+7
2009-03-13Bring up the EnpointRefence code. I've done as much as I can now without actu...slaws1-7/+21
2009-03-11Bring up the service wire based on the endpoint model. To turn this on change...slaws1-6/+7
2009-03-10Add initial reference resolution to builders. Will be replaced with separate ...slaws1-16/+27
2009-03-04Make Endpoint2/Endpoint2Reference extend from PolicySubjectrfeng1-19/+42
2009-03-04TUSCANY-2809 Start adding Endpoint and EndpoitReference structures. Named wit...slaws1-0/+121