com.xenonsoft.bridgetown.soa.impl
Class NOPBeanPropertyValueResolver

java.lang.Object
  extended bycom.xenonsoft.bridgetown.soa.impl.NOPBeanPropertyValueResolver
All Implemented Interfaces:
IBeanPropertyValueResolver, java.io.Serializable

public class NOPBeanPropertyValueResolver
extends java.lang.Object
implements IBeanPropertyValueResolver, java.io.Serializable

An implementation of a bean property value resolver that takes no action. It simply accepts the input value and returns it on exit.

Version:
$Id: NOPBeanPropertyValueResolver.java,v 1.4 2005/03/17 02:37:22 peter_pilgrim Exp $
Author:
peterp, 05-Feb-2005
See Also:
Serialized Form

Constructor Summary
NOPBeanPropertyValueResolver()
          Default constructor
 
Method Summary
 java.lang.Object getValue(ValueReferenceConfig valueRef, java.lang.Object value, java.lang.String description)
          Get the evaluation value of the property value as required to set the bean property during IoC assembly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOPBeanPropertyValueResolver

public NOPBeanPropertyValueResolver()
Default constructor

Method Detail

getValue

public java.lang.Object getValue(ValueReferenceConfig valueRef,
                                 java.lang.Object value,
                                 java.lang.String description)
Get the evaluation value of the property value as required to set the bean property during IoC assembly.

Specified by:
getValue in interface IBeanPropertyValueResolver
Parameters:
valueRef - a reference to the value reference configuration
value - the input value for the property
description - the additional description supplied the assembly factory for use in error reporting and debugging
Returns:
the output value for the property
See Also:
IBeanPropertyValueResolver.getValue(com.xenonsoft.bridgetown.soa.config.ValueReferenceConfig, java.lang.Object, java.lang.String)


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.