Class ConnectorAdminServicesFactory


  • public class ConnectorAdminServicesFactory
    extends Object
    This is a factory class for the connector admin services classes.
    Author:
    Srikanth P
    • Constructor Detail

      • ConnectorAdminServicesFactory

        public ConnectorAdminServicesFactory()
    • Method Detail

      • getService

        public static ConnectorService getService​(String type)
        Returns a specific connector admin service implemntation class based on the type of service.
        Parameters:
        type - Service type.
        Returns:
        COnnectorAdminService implementation class