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 jk...@apache.org on 2005/11/28 17:54:38 UTC

svn commit: r349430 - /incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java

Author: jkaputin
Date: Mon Nov 28 08:54:32 2005
New Revision: 349430

URL: http://svn.apache.org/viewcvs?rev=349430&view=rev
Log:
Added the missing 'extends' clause to the Interface declarationl.

Modified:
    incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java

Modified: incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java?rev=349430&r1=349429&r2=349430&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java (original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java Mon Nov 28 08:54:32 2005
@@ -24,7 +24,9 @@
  * 
  * @author jkaputin@apache.org
  */
-public interface BindingMessageReferenceElement 
+public interface BindingMessageReferenceElement extends DocumentableElement,
+                                                        ConfigurableElement,
+                                                        NestedElement
 {
     public void setDirection(Direction dir);
     public Direction getDirection();



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