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/10/27 13:49:06 UTC

svn commit: r328857 - /incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java

Author: jkaputin
Date: Thu Oct 27 04:48:57 2005
New Revision: 328857

URL: http://svn.apache.org/viewcvs?rev=328857&view=rev
Log:
Added and reorganized some constants.

Modified:
    incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java

Modified: incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java?rev=328857&r1=328856&r2=328857&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java (original)
+++ incubator/woden/java/src/org/apache/woden/internal/wsdl20/Constants.java Thu Oct 27 04:48:57 2005
@@ -97,11 +97,12 @@
     public static final QName Q_ELEM_ENDPOINT =
         new QName(NS_URI_WSDL20, ELEM_ENDPOINT);
     
-    
     // Attribute names.
     public static final String ATTR_ID = "id";
     public static final String ATTR_NAME = "name";
     public static final String ATTR_TARGET_NAMESPACE = "targetNamespace";
+    public static final String ATTR_NAMESPACE = "namespace";
+    public static final String ATTR_XMLNS = "xmlns";
     public static final String ATTR_EXTENDS = "extends";
     public static final String ATTR_STYLE_DEFAULT = "styleDefault";
     public static final String ATTR_ELEMENT = "element";
@@ -115,8 +116,11 @@
     public static final String ATTR_BINDING = "binding";
     public static final String ATTR_LOCATION = "address";
 
-    // NMTokens
-    public static final String TOKEN_VALUE = "#value";
+    // Attribute values and NMTokens
+    public static final String VALUE_EMPTY_STRING = "";
+    public static final String VALUE_TRUE = "true";
+    public static final String VALUE_FALSE = "false";
+    public static final String NMTOKEN_VALUE = "#value";
     
     /* Constants representing the values of the properties used to 
      * configure the Woden runtime (i.e. different to WSDL 2.0 properties).
@@ -136,11 +140,6 @@
     public static final String API_APACHE_WS_XS =
         "org.apache.ws.commons.schema";   //Apache WS XmlSchema
     
-    
-  //TODO determine if/how these needed
-  public static final String ATTR_XMLNS = "xmlns";
-  public static final String ATTR_NAMESPACE = "namespace";
-
   //TODO determine which lists are needed
   /*
   // Lists of native attribute names.



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