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/06/30 16:59:02 UTC

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

Author: jkaputin
Date: Thu Jun 30 07:59:01 2005
New Revision: 206018

URL: http://svn.apache.org/viewcvs?rev=206018&view=rev
Log:
Added Component interfaces for elements and types (TBC)

Added:
    incubator/woden/java/src/org/apache/woden/wsdl20/ElementDeclaration.java
      - copied, changed from r169802, incubator/woden/java/src/org/apache/woden/wsdl20/xml/ElementDeclaration.java
    incubator/woden/java/src/org/apache/woden/wsdl20/TypeDefinition.java
      - copied, changed from r169802, incubator/woden/java/src/org/apache/woden/wsdl20/xml/TypeDefinition.java

Copied: incubator/woden/java/src/org/apache/woden/wsdl20/ElementDeclaration.java (from r169802, incubator/woden/java/src/org/apache/woden/wsdl20/xml/ElementDeclaration.java)
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/ElementDeclaration.java?p2=incubator/woden/java/src/org/apache/woden/wsdl20/ElementDeclaration.java&p1=incubator/woden/java/src/org/apache/woden/wsdl20/xml/ElementDeclaration.java&r1=169802&r2=206018&rev=206018&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/xml/ElementDeclaration.java (original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/ElementDeclaration.java Thu Jun 30 07:59:01 2005
@@ -1,12 +1,16 @@
 /*
  * TODO Apache boiler plate
  */
-package org.apache.woden.wsdl20.xml;
+package org.apache.woden.wsdl20;
 
 import javax.xml.namespace.QName;
 import temp.ElementContentModel;
 
 /**
+ * TODO Confirm if this is part of the component model. It is 
+ * described as a component within the Description Component section
+ * of the spec, but is not described separately.
+ * 
  * @author jkaputin@apache.org
  */
 public interface ElementDeclaration {

Copied: incubator/woden/java/src/org/apache/woden/wsdl20/TypeDefinition.java (from r169802, incubator/woden/java/src/org/apache/woden/wsdl20/xml/TypeDefinition.java)
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/TypeDefinition.java?p2=incubator/woden/java/src/org/apache/woden/wsdl20/TypeDefinition.java&p1=incubator/woden/java/src/org/apache/woden/wsdl20/xml/TypeDefinition.java&r1=169802&r2=206018&rev=206018&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/xml/TypeDefinition.java (original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/TypeDefinition.java Thu Jun 30 07:59:01 2005
@@ -1,12 +1,16 @@
 /*
  * TODO Apache boiler plate
  */
-package org.apache.woden.wsdl20.xml;
+package org.apache.woden.wsdl20;
 
 import javax.xml.namespace.QName;
 import temp.ElementContentModel;
 
 /**
+ * TODO Confirm if this is part of the component model. It is 
+ * described as a component within the Description Component section
+ * of the spec, but is not described separately.
+ * 
  * @author jkaputin@apache.org
  */
 public interface TypeDefinition {



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