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 am...@apache.org on 2007/12/17 07:03:04 UTC

svn commit: r604777 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java

Author: amilas
Date: Sun Dec 16 22:03:02 2007
New Revision: 604777

URL: http://svn.apache.org/viewvc?rev=604777&view=rev
Log:
 rename the property name as beanPropertyRules


Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java?rev=604777&r1=604776&r2=604777&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java Sun Dec 16 22:03:02 2007
@@ -669,13 +669,13 @@
 
     /**
      * This method is to process bean exclude parameter and the XML format of that would be
-     * <parameter name="excludeBeanProperties">
+     * <parameter name="beanPropertyRules">
      *     <bean class="full qualified class name" excludeProperties="name,age"/>+
      * </parameter>
      * @param service , AxisService object
      */
     public static void processBeanPropertyExclude(AxisService  service){
-        Parameter excludeBeanProperty = service.getParameter("excludeBeanProperties");
+        Parameter excludeBeanProperty = service.getParameter("beanPropertyRules");
         if (excludeBeanProperty != null) {
             OMElement parameterElement = excludeBeanProperty.getParameterElement();
             Iterator bneasItr =parameterElement.getChildrenWithName(new QName("bean"));



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