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 ke...@apache.org on 2006/12/18 06:14:14 UTC

svn commit: r488126 - /webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/Constants.java

Author: keithc
Date: Sun Dec 17 21:14:14 2006
New Revision: 488126

URL: http://svn.apache.org/viewvc?view=rev&rev=488126
Log:
Added constant to hold value for faultName

Modified:
    webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/Constants.java

Modified: webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/Constants.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/Constants.java?view=diff&rev=488126&r1=488125&r2=488126
==============================================================================
--- webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/Constants.java (original)
+++ webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/Constants.java Sun Dec 17 21:14:14 2006
@@ -67,7 +67,7 @@
      */
     public static final String MESSAGE_SCOPE = "message";
 
-    public static  final String AXIS_BINDING_OPERATION = "AxisBindingOperation";
+    public static final String AXIS_BINDING_OPERATION = "AxisBindingOperation";
 
     /**
      * To chenge the conetext path from axis2/service to something else
@@ -114,6 +114,7 @@
     public static final String TCCL_DEFAULT = "default";
     public static final String TCCL_COMPOSITE = "composite";
     public static final String TCCL_SERVICE = "service";
+    public static final String FAULT_NAME = "faultName";
 
     /**
      * Field REQUEST_URL_PREFIX
@@ -277,7 +278,7 @@
 
         /**
          * If this is set to a Boolean 'true' value, the replyTo value will not be replaced in
-         * an OutIn invocation. This is useful for modules that hope to get the reply message in 
+         * an OutIn invocation. This is useful for modules that hope to get the reply message in
          * its own manner.
          */
         public static final String USE_CUSTOM_LISTENER = "UseCustomListener";



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