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 sa...@apache.org on 2006/01/03 09:31:20 UTC

svn commit: r365574 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/context/MessageContextConstants.java

Author: saminda
Date: Tue Jan  3 00:31:15 2006
New Revision: 365574

URL: http://svn.apache.org/viewcvs?rev=365574&view=rev
Log:
Added a constant to support runtime chunking enabling and desabling 

Modified:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/context/MessageContextConstants.java

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/context/MessageContextConstants.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/context/MessageContextConstants.java?rev=365574&r1=365573&r2=365574&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/context/MessageContextConstants.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/context/MessageContextConstants.java Tue Jan  3 00:31:15 2006
@@ -20,4 +20,5 @@
 
     // this will contain the keys of all the properties that will be in the message context
     public static final String TRANSPORT_URL = "TransportURL";
+    public static final String CHUNKED="__CHUNKED__";
 }