From d7c15da034109074d717d3f9f0c3325a54b597dd Mon Sep 17 00:00:00 2001 From: rfeng Date: Thu, 25 Feb 2010 23:00:57 +0000 Subject: Add the check for local-by-reference, local-by-value and remote invocations for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/interfacedef/InterfaceContractMapper.java | 10 ++++++++-- .../impl/InterfaceContractMapperImpl.java | 19 +++++++++++++++---- 2 files changed, 23 insertions(+), 6 deletions(-) (limited to 'sca-java-2.x/trunk/modules/assembly/src') diff --git a/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef/InterfaceContractMapper.java b/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef/InterfaceContractMapper.java index 7a917e5560..5ce1baa54c 100644 --- a/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef/InterfaceContractMapper.java +++ b/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef/InterfaceContractMapper.java @@ -78,15 +78,21 @@ public interface InterfaceContractMapper { * Simply speaking, any request from the source operation can be processed by the target operation and * the normal response or fault/exception from the target operation can be handled by the source operation. * - * Please note this compatibility check is NOT symmetric. + * Please note this compatibility check is NOT symmetric. But the following should be guaranteed: + *