Class ProviderFactory


  • public class ProviderFactory
    extends java.lang.Object
    Provider Factory picks the ideal provider based on the type.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Provider getSourceWrapper​(java.lang.String source, java.lang.String type)
      get the SourceWrapper based on the type
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSourceWrapper

        public static Provider getSourceWrapper​(java.lang.String source,
                                                java.lang.String type)
                                         throws java.lang.Exception
        get the SourceWrapper based on the type
        Returns:
        Throws:
        java.lang.Exception