From 05da59338aeec9b2362e7369f5e1f1836ccbc375 Mon Sep 17 00:00:00 2001 From: rfeng Date: Fri, 12 Jun 2009 17:58:20 +0000 Subject: Remove commented out methods git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784221 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tuscany/sca/assembly/Endpoint.java | 42 ---------------------- 1 file changed, 42 deletions(-) (limited to 'java/sca/modules/assembly') diff --git a/java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/Endpoint.java b/java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/Endpoint.java index 759fa0900e..f8d1692c92 100644 --- a/java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/Endpoint.java +++ b/java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/Endpoint.java @@ -53,48 +53,6 @@ public interface Endpoint extends Base, PolicySubject, Cloneable, Serializable { */ Object clone() throws CloneNotSupportedException; - /** - * Get the name of the component to which this endpoint refers - * - * @return componentName - */ - // String getComponentName(); - - /** - * Set the name of the component to which this endpoint refers - * - * @Param componentName - */ - // void setComponentName(String componentName); - - /** - * Get the name of the service to which this endpoint refers - * - * @return serviceName - */ - // String getServiceName(); - - /** - * Set the name of the component to which this endpoint refers - * - * @Param serviceName - */ - // void setServiceName(String serviceName); - - /** - * Get the name of the binding to which this endpoint refers - * - * @return bindingName - */ - // String getBindingName(); - - /** - * Set the name of the component to which this endpoint refers - * - * @param bindingName - */ - // void setBindingName(String bindingName); - /** * Get the component model object * -- cgit v1.2.3