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/10 11:36:51 UTC

svn commit: r332268 - in /incubator/woden/java/src/org/apache/woden/wsdl20: ElementDeclaration.java TypeDefinition.java

Author: jkaputin
Date: Thu Nov 10 02:36:44 2005
New Revision: 332268

URL: http://svn.apache.org/viewcvs?rev=332268&view=rev
Log:
Added a TODO comment

Modified:
    incubator/woden/java/src/org/apache/woden/wsdl20/ElementDeclaration.java
    incubator/woden/java/src/org/apache/woden/wsdl20/TypeDefinition.java

Modified: incubator/woden/java/src/org/apache/woden/wsdl20/ElementDeclaration.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/ElementDeclaration.java?rev=332268&r1=332267&r2=332268&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/ElementDeclaration.java (original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/ElementDeclaration.java Thu Nov 10 02:36:44 2005
@@ -29,14 +29,9 @@
  * representing the content of the element declaration. This Object may
  * be cast to a type appropriate for the content model.
  * 
- * TODO consider using woden specific package style names for the type
- * system and content model constants, so that these can be configured or 
- * defaulted prior to parsing and then referred to in a standard way via the API
- * (e.g. 
- * org.apache.woden.XML_Schema_Type_System, 
- * org.apache.woden.DOM_Content_Model, 
- * org.apache.woden.XML_Schema_API_Content_Model).
- *  
+ * TODO consider whether this interface should extend WSDLComponent too
+ * (i.e. it is described in the spec within the Description component section, 
+ * but it doesn't correspond directly to a WSDL element).
  * 
  * @author jkaputin@apache.org
  */

Modified: incubator/woden/java/src/org/apache/woden/wsdl20/TypeDefinition.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/TypeDefinition.java?rev=332268&r1=332267&r2=332268&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/TypeDefinition.java (original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/TypeDefinition.java Thu Nov 10 02:36:44 2005
@@ -29,13 +29,9 @@
  * representing the content of the type definition. This Object may
  * be cast to a type appropriate for the content model.
  * 
- * TODO consider using woden specific package style names for the type
- * system and content model constants, so that these can be configured or 
- * defaulted prior to parsing and then referred to in a standard way via the API
- * (e.g. 
- * org.apache.woden.XML_Schema_Type_System, 
- * org.apache.woden.DOM_Content_Model, 
- * org.apache.woden.XML_Schema_API_Content_Model).
+ * TODO consider whether this interface should extend WSDLComponent too
+ * (i.e. it is described in the spec within the Description component section, 
+ * but it doesn't correspond directly to a WSDL element).
  *  
  * @author jkaputin@apache.org
  */



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