summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-07Official Tuscany 2.0.1 Releaselresende1-1206/+0
2013-09-302.0.1 RC1 release taglresende1-0/+0
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
2012-04-12Tag 2.0 RC1antelder1-0/+0
2012-04-03Remove duplicated line thats overwriting the binding settingantelder1-1/+0
2012-03-23TUSCANY-4033 - Don't generate WSDL when binding an EPR to a remote EP and the...slaws1-2/+14
2012-03-22Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng1-8/+5
2012-03-21Revert the change based on the comment from https://issues.apache.org/jira/br...rfeng1-0/+10
2012-03-19TUSCANY-4029: Clone the binding when setting it on the EndpointReference to e...antelder1-2/+6
2012-02-29TUSCANY-4020 - move hardcoded message strings into properties filesslaws1-4/+11
2012-02-21TUSCANY-4005 - swap the test around so that the code that raises an error if ...slaws1-15/+23
2012-02-02TUSCANY-4005 - raise an error if a reference target containing only a compone...slaws1-3/+47
2012-01-06TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...slaws1-1/+2
2011-11-22Fix typo in commentslaws1-1/+1
2011-10-31Add a spec version to Endpoint and only do full matching if the target endpoi...slaws1-1/+30
2011-10-19Add code to read <requires> elements from WSDL and enable the test that ensur...slaws1-3/+2
2011-10-17TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing POL...slaws1-1/+2
2011-10-17TUSCANY-3959 - Correct interface matching so that it takes account of mayProv...slaws1-9/+30
2011-09-12TUSCANY-3941 - If a reference specifies target in an SCA binding then we expe...slaws1-1/+14
2011-09-01TUSCANY-3916 - Turn remote interface match back on with a couple of restricti...slaws1-0/+14
2011-08-25TUSCANY-3932 - Rework the callack wire calculation to be based on non-runtime...slaws1-37/+96
2011-08-15TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws1-14/+1
2011-07-26Add some code to try to convert the wsdl string from the remote endpoint back...antelder1-3/+3
2011-07-11Correct comment as the code does go through that route for $self references c...slaws1-1/+1
2011-06-29Update EndpointReferenceBinderImpl to use the domain registry to workout if a...antelder1-3/+2
2011-06-23TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm against...slaws1-4/+20
2011-06-16TUSCANY-3873 - modify the policy matching algorithm for the case where the re...slaws1-3/+28
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder1-13/+13
2010-12-23Bring the unknown endpoint plugin into play at build and run time. slaws1-16/+26
2010-12-08Update EndpointReferenceBinder with a plug point for an UnknownEndpointHandle...antelder1-7/+28
2010-12-03TUSCANY-3801 - only create a service to accept async responses if the binding...slaws1-3/+10
2010-11-30TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws1-41/+87
2010-11-08Fix typo in commentslaws1-1/+1
2010-09-10Fix the self reference with explicit bindingsrfeng1-3/+5
2010-08-18TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefacePr...slaws1-5/+22
2010-07-27improve pd info for interface contract mapping and fix up failing ASM tests d...kelvingoodson1-0/+14
2010-07-26Check constrained types for the qualifiable parent of a qualified intentbdaniel1-1/+5
2010-07-23Remove constrained intents from endpoint references at runtime binding timebdaniel1-3/+37
2010-07-22missing file from commit 966324kelvingoodson1-11/+10
2010-07-16communicate differences in interfaces wrt @Remotable annotationkelvingoodson1-1/+1
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws1-1/+11
2010-06-17Add a flag to the binding builder to indicate that generated data should be r...slaws1-2/+4
2010-06-17improve variable nameslaws1-14/+14
2010-06-17TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ...slaws1-17/+84
2010-05-17Make sure callback endpoints are createdrfeng1-4/+3
2010-04-08correct commentslaws1-3/+3
2010-04-08TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws1-12/+21
2010-03-11TUSCANY-3483 - ensure that policies defined in the implementation are applied...slaws1-2/+15
2010-03-08Switch binder interface over to throwing exceptions rather than returning boo...slaws1-10/+12
2010-03-08Correct audit statement in failure caseslaws1-1/+1