com.xenonsoft.bridgetown.soa.spi
Interface IPropertyConfiguration


public interface IPropertyConfiguration

A contract interface for configurator for setting bean properties indirectly inside the assembler.

Version:
$Id: IPropertyConfiguration.java,v 1.1 2004/09/22 02:22:16 peter_pilgrim Exp $
Author:
peterp, 20-Sep-2004

Method Summary
 java.lang.Object getBeanConfigValue(IServiceAssembler assembler, ServiceConfig serviceConfig, PropertyConfig propertyConfig)
          Retrieves the value for the bean property
 

Method Detail

getBeanConfigValue

public java.lang.Object getBeanConfigValue(IServiceAssembler assembler,
                                           ServiceConfig serviceConfig,
                                           PropertyConfig propertyConfig)
Retrieves the value for the bean property

Parameters:
assembler - the service assembler
serviceConfig - the service configuration
propertyConfig - the property configuration
Returns:
the value of the object


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.