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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to