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 2007/02/06 02:29:44 UTC

svn commit: r503950 - /incubator/woden/branches/M7/src/org/apache/woden/wsdl20/InterfaceMessageReference.java

Author: jkaputin
Date: Mon Feb  5 17:29:43 2007
New Revision: 503950

URL: http://svn.apache.org/viewvc?view=rev&rev=503950
Log:
Improved the Javadoc for the org.apache.woden.wsdl20 package

Modified:
    incubator/woden/branches/M7/src/org/apache/woden/wsdl20/InterfaceMessageReference.java

Modified: incubator/woden/branches/M7/src/org/apache/woden/wsdl20/InterfaceMessageReference.java
URL: http://svn.apache.org/viewvc/incubator/woden/branches/M7/src/org/apache/woden/wsdl20/InterfaceMessageReference.java?view=diff&rev=503950&r1=503949&r2=503950
==============================================================================
--- incubator/woden/branches/M7/src/org/apache/woden/wsdl20/InterfaceMessageReference.java (original)
+++ incubator/woden/branches/M7/src/org/apache/woden/wsdl20/InterfaceMessageReference.java Mon Feb  5 17:29:43 2007
@@ -31,16 +31,16 @@
     /**
      * Returns an NCName representing the {message label} property of this 
      * InterfaceMessageReference. This associates the message with a placeholder message
-     * in the message exchange pattern identified by the parent interface operation.
+     * in the message exchange pattern specified by the parent interface operation.
      * 
      * @return an NCName representing the message label
      */
     public NCName getMessageLabel();
     
     /**
-     * Returns an enumerated type, Direction, that represents the {direction} property
-     * of this InterfaceMessageReference. This indicates the direction in which this message
-     * is used; 'in' or 'out'.
+     * Returns an enumerated type, Direction, that indicates the direction of this message.
+     * Direction.IN corresponds to an input message.
+     * Direction.OUT corresponds to an output message.
      * 
      * @return the Direction of this message
      */



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