Class QiwiProtocolFactory

java.lang.Object
ru.bitel.bgbilling.modules.qiwi.server.bean.QiwiProtocolFactory

public class QiwiProtocolFactory
extends java.lang.Object
Фабрика-синглтон, которая выдает используемую версию протокола модуля в зависимости от настроек
  • Constructor Summary

    Constructors
    Constructor Description
    QiwiProtocolFactory()  
  • Method Summary

    Modifier and Type Method Description
    AbstractQiwiProtocol getCurrentProtocol​(java.sql.Connection con, int moduleId)  
    static QiwiProtocolFactory getInstance()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QiwiProtocolFactory

      public QiwiProtocolFactory()
  • Method Details