You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ja...@apache.org on 2004/08/11 12:46:25 UTC

cvs commit: ws-fx/sandesha/src/org/apache/sandesha Constants.java

jaliya      2004/08/11 03:46:25

  Modified:    sandesha/src/org/apache/sandesha Constants.java
  Log:
  wsu Namespace added
  
  Revision  Changes    Path
  1.12      +4 -0      ws-fx/sandesha/src/org/apache/sandesha/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/src/org/apache/sandesha/Constants.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Constants.java	11 May 2004 05:36:53 -0000	1.11
  +++ Constants.java	11 Aug 2004 10:46:25 -0000	1.12
  @@ -27,6 +27,10 @@
   public interface Constants {
   
       /**
  +	 * Namespace for wsu.
  +	 */
  +	public static final String NS_URI_WSU="http://schemas.xmlsoap.org/ws/2002/07/utility";
  +    /**
        * Field RM_CLIENT_SERVICE
        */
       public static final String RM_CLIENT_SERVICE = "RMClientService";