Author: jkaputin
Date: Mon Dec 3 06:35:21 2007
New Revision: 600552
URL: http://svn.apache.org/viewvc?rev=600552&view=rev
Log:
Corrected a method Javadoc comment.
Modified:
incubator/woden/trunk/java/src/org/apache/woden/wsdl20/xml/BindingFaultReferenceElement.java
Modified:
incubator/woden/trunk/java/src/org/apache/woden/wsdl20/xml/BindingFaultReferenceElement.java
URL:
http://svn.apache.org/viewvc/incubator/woden/trunk/java/src/org/apache/woden/wsdl20/xml/BindingFaultReferenceElement.java?rev=600552&r1=600551&r2=600552&view=diff
==============================================================================
---
incubator/woden/trunk/java/src/org/apache/woden/wsdl20/xml/BindingFaultReferenceElement.java
(original)
+++
incubator/woden/trunk/java/src/org/apache/woden/wsdl20/xml/BindingFaultReferenceElement.java
Mon Dec 3 06:35:21 2007
@@ -51,11 +51,11 @@
/**
* Return the InterfaceFaultReferenceElement referred to by this
BindingFaultReferenceElement.
- * This equates to the interface operation <infault> or
<outfault> element
- * referred to by the <code>ref</code> attribute of the binding operation
<infault>
- * or <outfault> element.
- * If this reference cannot be resolved to an
InterfaceFaultReferenceElement, this method will
- * return null.
+ * This equates to an <infault> or <outfault> element of the
interface operation being
+ * bound whose message label is equal to the effective message label of
this binding fault
+ * reference and whose associated interface fault is identified by the
<code>ref</code> attribute
+ * if this binding fault reference.
+ * If such an element does not exist, this method will return null.
*
* @return the InterfaceFaultReferenceElement
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]