diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-12 17:58:20 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-12 17:58:20 +0000 |
commit | 05da59338aeec9b2362e7369f5e1f1836ccbc375 (patch) | |
tree | e3956a50935712ccad2c9b39ca40e554277277e6 | |
parent | e7a0f664776b3185513649c8a20ddbf3f33e79f0 (diff) |
Remove commented out methods
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784221 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/assembly/src/main/java/org/apache/tuscany/sca/assembly/Endpoint.java | 42 |
1 files changed, 0 insertions, 42 deletions
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 @@ -54,48 +54,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 * * @return component |