com.softwareag.centrasite.appl.framework.ioc
Interface IOCProvider

All Known Implementing Classes:
DefaultIOCProvider, ProxyIOCProvider

public interface IOCProvider

The IOCProvider is called by the IOCController to provide values for the properties, that the IOCController wants to fill.


Method Summary
 java.lang.Object getValue(java.lang.String pProperty)
          Returns a value for the property and the given type.
 

Method Detail

getValue

java.lang.Object getValue(java.lang.String pProperty)
                          throws CSAppFrameworkException
Returns a value for the property and the given type.

Throws:
CSAppFrameworkException