summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/impl/EndpointImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-07Official Tuscany 2.0.1 Releaselresende1-321/+0
2013-09-302.0.1 RC1 release taglresende1-0/+0
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
2012-02-08Tag for rc0 preview of beta4 releaseantelder1-0/+0
2011-10-31Add a spec version to Endpoint and only do full matching if the target endpoi...slaws1-0/+12
2011-04-20Allow the look up of endpoint address by component/service/binding name from ...rfeng1-8/+19
2011-01-11Add capability to support Bindings that support Async invocations natively - ...edwardsmj1-2/+2
2010-12-03TUSCANY-3801 - allow endpoints to report when they are configured for async i...slaws1-0/+15
2010-07-16Fix for TUSCANY-3622rfeng1-1/+4
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws1-0/+4
2010-03-18Update matching code to work with service URIs starting with a slash characterantelder1-0/+3
2010-03-16Add a matches method to Endpoint to find servic uris that match the endpoint uriantelder1-0/+67
2009-11-20Moving 2.x trunklresende1-0/+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-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng1-1/+1
2009-10-12Make ExtensionPointRegistry field transientrfeng1-1/+1
2009-08-05Provide mechanism of printing out the endpoint without the hash code to make ...slaws1-3/+7
2009-07-30Print out the hash code so that you can distinguish between endpoints and end...slaws1-2/+2
2009-07-21Make printed uri in toString more consistent with getURI output. slaws1-1/+1
2009-07-06Organize imports and reformat the coderfeng1-4/+4
2009-06-23Add a QName as the type for binding/implementation and use it to compare mode...rfeng1-6/+6
2009-06-19Make the remote flag consistent in names and setters/gettersrfeng1-5/+5
2009-06-19TUSCANY-3092 - add flag to indicate remotenessslaws1-0/+9
2009-06-12Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...rfeng1-0/+4
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws1-6/+6
2009-06-11Use uri for Endpoint/EndpointReferencerfeng1-43/+32
2009-06-10Add uri to Endpoint/EndpointReferencerfeng1-11/+20
2009-06-10Create the runtime version of Endpoint2 for serializationrfeng1-18/+4
2009-06-08Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng1-24/+43
2009-06-08TUSCANY-3081 - Add the name of the component/service/binding that the endpoin...slaws1-10/+54
2009-03-19Fix the NPE when callback is not presentrfeng1-9/+0
2009-03-19Minor cleanup of the Endpoint2rfeng1-1/+1
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes r...slaws1-1/+23
2009-03-11Bring up the service wire based on the endpoint model. To turn this on change...slaws1-6/+6
2009-03-10Add initial reference resolution to builders. Will be replaced with separate ...slaws1-4/+4
2009-03-04Make Endpoint2/Endpoint2Reference extend from PolicySubjectrfeng1-15/+38
2009-03-04TUSCANY-2809 Start adding Endpoint and EndpoitReference structures. Named wit...slaws1-0/+102