org.mule.util
Class BeanUtils

java.lang.Object
  extended byorg.mule.util.BeanUtils

public class BeanUtils
extends java.lang.Object

BeanUtils provides functions for altering the way commons BeanUtils works

Version:
$Revision: 1.3 $
Author:
Ross Mason

Field Summary
protected static Log logger
          logger used by this class
 
Constructor Summary
BeanUtils()
           
 
Method Summary
static void populateWithoutFail(java.lang.Object object, java.util.Map props, boolean logWarnings)
          Exception safe version of BeanUtils.populateWithoutFail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static transient Log logger
logger used by this class

Constructor Detail

BeanUtils

public BeanUtils()
Method Detail

populateWithoutFail

public static void populateWithoutFail(java.lang.Object object,
                                       java.util.Map props,
                                       boolean logWarnings)
Exception safe version of BeanUtils.populateWithoutFail

Parameters:
object -
props -


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.