Author: jkaputin
Date: Mon Nov  7 07:49:11 2005
New Revision: 331285

URL: http://svn.apache.org/viewcvs?rev=331285&view=rev
Log:
Improved javadoc.

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

Modified: 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/ConfigurableElement.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/xml/ConfigurableElement.java?rev=331285&r1=331284&r2=331285&view=diff
==============================================================================
--- 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/ConfigurableElement.java 
(original)
+++ 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/ConfigurableElement.java 
Mon Nov  7 07:49:11 2005
@@ -17,9 +17,14 @@
 

 /**

  * Interfaces for elements which can have <feature> and <property>

- * child elements will extend this interface. That is, all WSDL elements

- * except for <description>, <feature>, <property>, 

- * <import>, <include>  and <documentation>.

+ * child elements will extend this interface. That is, <types>, 

+ * <interface> and its child elements, 

+ * <binding> and its child elements, and

+ * <service> and its child elements.

+ * <p>

+ * The WSDL elements which are not configurable are

+ * &lt;description&gt;, &lt;feature&gt;, &lt;property&gt;, 

+ * &lt;import&gt;, &lt;include&gt; and &lt;documentation&gt;.

  * 

  * @author [EMAIL PROTECTED]

  */




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to