summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/runtime/impl/EndpointReferenceBinderImpl.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE as the autowire is Boolean and the value can be null. The autoboxing ...rfeng2012-09-101-4/+5
* TUSCANY-4069: Apply patch from Rashmi Hunt to fix Issue with resolving autowi...antelder2012-09-071-0/+10
* Update to support DOMInvoker with remote endpointsantelder2012-08-161-0/+3
* Avoid NPE for the remote endpoints which don't have interface contracts setrfeng2012-07-311-1/+1
* Remove duplicated line thats overwriting the binding settingantelder2012-04-031-1/+0
* TUSCANY-4033 - Don't generate WSDL when binding an EPR to a remote EP and the...slaws2012-03-231-2/+14
* Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng2012-03-221-8/+5
* Revert the change based on the comment from https://issues.apache.org/jira/br...rfeng2012-03-211-0/+10
* TUSCANY-4029: Clone the binding when setting it on the EndpointReference to e...antelder2012-03-191-2/+6
* TUSCANY-4020 - move hardcoded message strings into properties filesslaws2012-02-291-4/+11
* TUSCANY-4005 - swap the test around so that the code that raises an error if ...slaws2012-02-211-15/+23
* TUSCANY-4005 - raise an error if a reference target containing only a compone...slaws2012-02-021-3/+47
* TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...slaws2012-01-061-1/+2
* Fix typo in commentslaws2011-11-221-1/+1
* Add a spec version to Endpoint and only do full matching if the target endpoi...slaws2011-10-311-1/+30
* Add code to read <requires> elements from WSDL and enable the test that ensur...slaws2011-10-191-3/+2
* TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing POL...slaws2011-10-171-1/+2
* TUSCANY-3959 - Correct interface matching so that it takes account of mayProv...slaws2011-10-171-9/+30
* TUSCANY-3941 - If a reference specifies target in an SCA binding then we expe...slaws2011-09-121-1/+14
* TUSCANY-3916 - Turn remote interface match back on with a couple of restricti...slaws2011-09-011-0/+14
* TUSCANY-3932 - Rework the callack wire calculation to be based on non-runtime...slaws2011-08-251-37/+96
* TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws2011-08-151-14/+1
* Add some code to try to convert the wsdl string from the remote endpoint back...antelder2011-07-261-3/+3
* Correct comment as the code does go through that route for $self references c...slaws2011-07-111-1/+1
* Update EndpointReferenceBinderImpl to use the domain registry to workout if a...antelder2011-06-291-3/+2
* TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm against...slaws2011-06-231-4/+20
* TUSCANY-3873 - modify the policy matching algorithm for the case where the re...slaws2011-06-161-3/+28
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-161-13/+13
* Bring the unknown endpoint plugin into play at build and run time. slaws2010-12-231-16/+26
* Update EndpointReferenceBinder with a plug point for an UnknownEndpointHandle...antelder2010-12-081-7/+28
* TUSCANY-3801 - only create a service to accept async responses if the binding...slaws2010-12-031-3/+10
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws2010-11-301-41/+87
* Fix typo in commentslaws2010-11-081-1/+1
* Fix the self reference with explicit bindingsrfeng2010-09-101-3/+5
* TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefacePr...slaws2010-08-181-5/+22
* improve pd info for interface contract mapping and fix up failing ASM tests d...kelvingoodson2010-07-271-0/+14
* Check constrained types for the qualifiable parent of a qualified intentbdaniel2010-07-261-1/+5
* Remove constrained intents from endpoint references at runtime binding timebdaniel2010-07-231-3/+37
* missing file from commit 966324kelvingoodson2010-07-221-11/+10
* communicate differences in interfaces wrt @Remotable annotationkelvingoodson2010-07-161-1/+1
* TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws2010-07-131-1/+11
* Add a flag to the binding builder to indicate that generated data should be r...slaws2010-06-171-2/+4
* improve variable nameslaws2010-06-171-14/+14
* TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ...slaws2010-06-171-17/+84
* Make sure callback endpoints are createdrfeng2010-05-171-4/+3
* correct commentslaws2010-04-081-3/+3
* TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws2010-04-081-12/+21
* TUSCANY-3483 - ensure that policies defined in the implementation are applied...slaws2010-03-111-2/+15
* Switch binder interface over to throwing exceptions rather than returning boo...slaws2010-03-081-10/+12
* Correct audit statement in failure caseslaws2010-03-081-1/+1