Interface RatesServiceProvider
-
public interface RatesServiceProvider
An interface that is used to createRatesService
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.caplin.ret.trapi.rates.RatesService
getRatesService(org.apache.commons.configuration.PropertiesConfiguration propertiesConfiguration, com.caplin.ret.trapi.rates.RatesService defaultRatesService)
Returns a newRatesService
-
-
-
Method Detail
-
getRatesService
com.caplin.ret.trapi.rates.RatesService getRatesService(org.apache.commons.configuration.PropertiesConfiguration propertiesConfiguration, com.caplin.ret.trapi.rates.RatesService defaultRatesService)
Returns a new
RatesService
You should use this method to return a new
RatesService
object.
-
-