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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat May 16 20:38:33 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-16 20:38:33 -0400 (Sat, 16 May 2009)
New Revision: 5254

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1102: Added "passConfigMapToMarshalFactory" key. 

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java	2009-05-17 00:38:01 UTC (rev 5253)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java	2009-05-17 00:38:33 UTC (rev 5254)
@@ -120,4 +120,12 @@
     */
    public static final String USE_CLIENT_CONNECTION_IDENTITY = "useClientConnectionIdentity";
 //   public static final String USE_SERVER_CONNECTION_IDENTITY = "useServerConnectionIdentity";
+
+   /**
+    * A flag for indicating that the Client configuration map should be used to configure
+    * marshallers and unmarshallers.  If set to false (the default value), then parameters
+    * will be taken only from the InvokerLocator.
+    */
+   public static final String PASS_CONFIG_MAP_TO_MARSHAL_FACTORY = "passConfigMapToMarshalFactory";
 }
+




More information about the jboss-remoting-commits mailing list