You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by sa...@apache.org on 2009/09/01 17:13:35 UTC

svn commit: r810086 - /webservices/woden/trunk/java/woden-api/src/main/java/org/apache/woden/wsdl20/WSDLComponent.java

Author: sagara
Date: Tue Sep  1 15:13:34 2009
New Revision: 810086

URL: http://svn.apache.org/viewvc?rev=810086&view=rev
Log:
Merging Woden-209 branch. 

Modified:
    webservices/woden/trunk/java/woden-api/src/main/java/org/apache/woden/wsdl20/WSDLComponent.java

Modified: webservices/woden/trunk/java/woden-api/src/main/java/org/apache/woden/wsdl20/WSDLComponent.java
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-api/src/main/java/org/apache/woden/wsdl20/WSDLComponent.java?rev=810086&r1=810085&r2=810086&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-api/src/main/java/org/apache/woden/wsdl20/WSDLComponent.java (original)
+++ webservices/woden/trunk/java/woden-api/src/main/java/org/apache/woden/wsdl20/WSDLComponent.java Tue Sep  1 15:13:34 2009
@@ -41,6 +41,18 @@
      * @param comp the WSDL component that this component will be compared to
      * @return true if the components are logically equivalent
      */
+    public boolean isEquivalentTo(WSDLComponent comp);
+    
+    /**
+     * Tests whether this component is logically equivalent the specified component.
+     * Equivalence is determined per spec WSDL 2.0 Part 1 Section 2.17 Equivalence
+     * of Components.
+     * 
+     * @param comp the WSDL component that this component will be compared to
+     * @return true if the components are logically equivalent
+     * @deprecated Use isEquivalentTo(WSDLComponent)
+     * @see isEquivalentTo(WSDLComponent)
+     */
     public boolean equals(WSDLComponent comp);
     
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org