Class ExternalServiceFactory

java.lang.Object
org.dspace.external.factory.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 Details

    • ExternalServiceFactory

      public ExternalServiceFactory()
  • Method Details

    • 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