Interface RatesServiceProvider


  • public interface RatesServiceProvider
    An interface that is used to create RatesService 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 new RatesService
    • 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.