You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ke...@apache.org on 2007/05/29 15:12:51 UTC

svn commit: r542504 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL2Constants.java

Author: keithc
Date: Tue May 29 06:12:50 2007
New Revision: 542504

URL: http://svn.apache.org/viewvc?view=rev&rev=542504
Log:
Adding constants for the relavant styles

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL2Constants.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL2Constants.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL2Constants.java?view=diff&rev=542504&r1=542503&r2=542504
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL2Constants.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL2Constants.java Tue May 29 06:12:50 2007
@@ -140,6 +140,10 @@
     public String MEP_URI_OUT_IN = "http://www.w3.org/ns/wsdl/out-in";
     public String MEP_URI_OUT_OPTIONAL_IN = "http://www.w3.org/ns/wsdl/out-opt-in";
 
+    public String STYLE_IRI = "http://www.w3.org/ns/wsdl/style/iri";
+    public String STYLE_RPC = "http://www.w3.org/ns/wsdl/style/rpc";
+    public String STYLE_MULTIPART = "http://www.w3.org/ns/wsdl/style/multipart";
+
     public String NMTOKEN_ANY = "#any";
     public String NMTOKEN_NONE = "#none";
     public String NMTOKEN_OTHER = "#other";



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