summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi/src/main
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-07-13 09:38:58 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-07-13 09:38:58 +0000
commit5c6c123dddf36a91c19bba42ac32ad53bd9bfb1b (patch)
treeb6b863b5c58be56aa675b8c469d5c889a5166cee /sca-java-2.x/trunk/modules/core-spi/src/main
parent47f6879e357c5f878e3e43164e243cd41e056df0 (diff)
Remove commented out methods
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/core-spi/src/main')
-rw-r--r--sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpoint.java16
-rw-r--r--sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpointReference.java18
2 files changed, 1 insertions, 33 deletions
diff --git a/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpoint.java b/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpoint.java
index 928880214d..f4411d749f 100644
--- a/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpoint.java
+++ b/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpoint.java
@@ -72,20 +72,4 @@ public interface RuntimeEndpoint extends Endpoint, Invocable, Serializable {
*/
CompositeContext getCompositeContext();
- /**
- * to allow for remote interface comparison we convert a Endpoint's Java interface
- * to WSDL at build time.
- *
- * @param wsdlContract
- */
-// void setGeneratedWSDLContract(InterfaceContract wsdlContract);
-
- /**
- * to allow for remote interface comparison we convert a Endpoint's Java interface
- * to WSDL at build time.
- *
- * @preturn wsdlContract
- */
-// InterfaceContract getGeneratedWSDLContract();
-
}
diff --git a/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpointReference.java b/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpointReference.java
index fb9b9992c6..197a46bf24 100644
--- a/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpointReference.java
+++ b/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime/RuntimeEndpointReference.java
@@ -64,23 +64,7 @@ public interface RuntimeEndpointReference extends EndpointReference, Invocable,
* There is checking in the activator but of course endpoint references may not have a binding assigned
* until final resolution.
*/
- public void validateReferenceInterfaceCompatibility();
-
- /**
- * to allow for remote interface comparison we convert a Endpoint Reference's Java interface
- * to WSDL at build time.
- *
- * @param wsdlContract
- */
-// void setGeneratedWSDLContract(InterfaceContract wsdlContract);
-
- /**
- * to allow for remote interface comparison we convert a Endpoint Reference's Java interface
- * to WSDL at build time.
- *
- * @preturn wsdlContract
- */
-// InterfaceContract getGeneratedWSDLContract();
+ public void validateReferenceInterfaceCompatibility();
boolean isOutOfDate();
void rebuild();