Class ExternalServiceFactory

  • Direct Known Subclasses:
    ExternalServiceFactoryImpl

    public abstract class ExternalServiceFactory
    extends Object
    Abstract factory to get services for the External package. Use ExternalServiceFactory.getInstance() to retrieve an implementation
    • Constructor Detail

      • ExternalServiceFactory

        public ExternalServiceFactory()
    • Method Detail

      • getExternalDataService

        public abstract ExternalDataService getExternalDataService()
        Calling this method will provide an ExternalDataService bean
        Returns:
        An implementation of the ExternalDataService
      • getInstance

        public static ExternalServiceFactory getInstance()
        This method will provide you with an implementation of this class to work with
        Returns:
        An implementation of this class to work with