Author: jkaputin
Date: Thu Jun 30 08:48:14 2005
New Revision: 208639

URL: http://svn.apache.org/viewcvs?rev=208639&view=rev
Log:
Import statements changed after refactoring

ElementDeclaration and TypeDefintion to become interfaces

in the Component model.


Modified:
    incubator/woden/java/src/org/apache/woden/wsdl20/Description.java
    incubator/woden/java/src/org/apache/woden/wsdl20/InterfaceFault.java
    
incubator/woden/java/src/org/apache/woden/wsdl20/InterfaceMessageReference.java
    incubator/woden/java/src/org/apache/woden/wsdl20/Property.java

Modified: incubator/woden/java/src/org/apache/woden/wsdl20/Description.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/Description.java?rev=208639&r1=208638&r2=208639&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/Description.java (original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/Description.java Thu Jun 
30 08:48:14 2005
@@ -3,20 +3,13 @@
  */

 package org.apache.woden.wsdl20;

 

-import org.apache.woden.wsdl20.xml.ElementDeclaration;

-import org.apache.woden.wsdl20.xml.TypeDefinition;

 

 /**

- * This represents the Description component as it is described

- * in the WSDL 2.0 Component Model. That is, the flattened, abstract

- * view of a description that contains all nested imported or 

- * includes components.

- * 

- * TODO -

- * if the spec changes to represent the Description component as

- * a plain info item (with the restricted visibility rules for 

- * imports/includes), consider keeping these 'flattened view' 

- * methods as convenience methods.

+ * This interface represents the Description component from the WSDL Component

+ * Model, as described in the WSDL 2.0 specification.  It declares an abstract 

+ * view of a WSDL document. That is, a 'flattened' view of the WSDL that 
ignores 

+ * any underlying XML document composition imposed by <import> or <include> 

+ * elements and elimates the need to 'walk' the XML tree to access the WSDL 
content. 

  * 

  * @author [EMAIL PROTECTED]

  */


Modified: incubator/woden/java/src/org/apache/woden/wsdl20/InterfaceFault.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/InterfaceFault.java?rev=208639&r1=208638&r2=208639&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/InterfaceFault.java 
(original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/InterfaceFault.java Thu 
Jun 30 08:48:14 2005
@@ -5,7 +5,6 @@
 

 import javax.xml.namespace.QName;

 

-import org.apache.woden.wsdl20.xml.ElementDeclaration;

 

 /**

  * @author [EMAIL PROTECTED]


Modified: 
incubator/woden/java/src/org/apache/woden/wsdl20/InterfaceMessageReference.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/InterfaceMessageReference.java?rev=208639&r1=208638&r2=208639&view=diff
==============================================================================
--- 
incubator/woden/java/src/org/apache/woden/wsdl20/InterfaceMessageReference.java 
(original)
+++ 
incubator/woden/java/src/org/apache/woden/wsdl20/InterfaceMessageReference.java 
Thu Jun 30 08:48:14 2005
@@ -3,7 +3,6 @@
  */

 package org.apache.woden.wsdl20;

 

-import org.apache.woden.wsdl20.xml.ElementDeclaration;

 

 /**

  * @author [EMAIL PROTECTED]


Modified: incubator/woden/java/src/org/apache/woden/wsdl20/Property.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/Property.java?rev=208639&r1=208638&r2=208639&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/Property.java (original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/Property.java Thu Jun 30 
08:48:14 2005
@@ -6,7 +6,6 @@
 import java.net.URI;

 

 import org.apache.woden.wsdl20.xml.ElementChildren;

-import org.apache.woden.wsdl20.xml.TypeDefinition;

 

 /**

  * @author [EMAIL PROTECTED]




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

Reply via email to