Author: ron.sigal(a)jboss.com
Date: 2009-08-17 22:21:25 -0400 (Mon, 17 Aug 2009)
New Revision: 5357
Modified:
remoting2/branches/2.2/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.2/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java
===================================================================
---
remoting2/branches/2.2/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java 2009-08-18
02:20:39 UTC (rev 5356)
+++
remoting2/branches/2.2/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java 2009-08-18
02:21:25 UTC (rev 5357)
@@ -62,4 +62,11 @@
* thrown by invocation handler.
*/
public static final String RETURN_EXCEPTION = "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
Show replies by date