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

Reply via email to