You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ia...@apache.org on 2004/06/17 07:09:26 UTC

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

ias         2004/06/16 22:09:26

  Modified:    java/src/org/apache/axis Constants.java
  Log:
  Add FAULT_CLIENT "Client" constant.
  Note that this fault code is required by WS-I BP 1.0 R2725.
  
  Revision  Changes    Path
  1.134     +2 -0      ws-axis/java/src/org/apache/axis/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/Constants.java,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -r1.133 -r1.134
  --- Constants.java	17 May 2004 14:42:03 -0000	1.133
  +++ Constants.java	17 Jun 2004 05:09:26 -0000	1.134
  @@ -463,6 +463,8 @@
   
       // Fault Codes
       //////////////////////////////////////////////////////////////////////////
  +    public static final String FAULT_CLIENT = "Client";
  +
       public static final String FAULT_SERVER_GENERAL =
                                                      "Server.generalException";