[jboss-remoting-commits] JBoss Remoting SVN: r5358 - remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Aug 17 22:21:47 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-08-17 22:21:47 -0400 (Mon, 17 Aug 2009)
New Revision: 5358

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java
Log:
JBREM-1145: Added REMOTING_CONTENT_TYPE, REMOTING_CONTENT_TYPE_STRING, and REMOTING_CONTENT_TYPE_NON_STRING.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java	2009-08-18 02:21:25 UTC (rev 5357)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java	2009-08-18 02:21:47 UTC (rev 5358)
@@ -62,4 +62,11 @@
     * thrown by invocation handler.
     */
    public static final String DONT_RETURN_EXCEPTION = "dont-return-exception";
+
+   /** Used to distinguish special case of payload of type String. */
+   public static final String REMOTING_CONTENT_TYPE = "remotingContentType";
+   
+   public static final String REMOTING_CONTENT_TYPE_STRING = "remotingContentTypeString";
+   
+   public static final String REMOTING_CONTENT_TYPE_NON_STRING = "remotingContentTypeNonString";
 }
\ No newline at end of file



More information about the jboss-remoting-commits mailing list