Interface RatesServiceProvider
public interface RatesServiceProvider
An interface that is used to create
RatesService objects.-
Method Summary
Modifier and TypeMethodDescriptioncom.caplin.ret.trapi.rates.RatesServicegetRatesService(org.apache.commons.configuration2.PropertiesConfiguration propertiesConfiguration, com.caplin.ret.trapi.rates.RatesService defaultRatesService) Returns a newRatesService
-
Method Details
-
getRatesService
com.caplin.ret.trapi.rates.RatesService getRatesService(org.apache.commons.configuration2.PropertiesConfiguration propertiesConfiguration, com.caplin.ret.trapi.rates.RatesService defaultRatesService) Returns a new
RatesServiceYou should use this method to return a new
RatesServiceobject.
-