Interface RatesServiceProvider
public interface RatesServiceProvider
An interface that is used to create
RatesService
objects.-
Method Summary
Modifier and TypeMethodDescriptioncom.caplin.ret.trapi.rates.RatesService
getRatesService
(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
RatesService
You should use this method to return a new
RatesService
object.
-