Package org.dspace.external.factory
Class ExternalServiceFactoryImpl
- java.lang.Object
-
- org.dspace.external.factory.ExternalServiceFactory
-
- org.dspace.external.factory.ExternalServiceFactoryImpl
-
public class ExternalServiceFactoryImpl extends ExternalServiceFactory
Abstract factory to get services for the External package. Use ExternalServiceFactory.getInstance() to retrieve an implementation
-
-
Constructor Summary
Constructors Constructor Description ExternalServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalDataServicegetExternalDataService()Calling this method will provide an ExternalDataService bean-
Methods inherited from class org.dspace.external.factory.ExternalServiceFactory
getInstance
-
-
-
-
Method Detail
-
getExternalDataService
public ExternalDataService getExternalDataService()
Description copied from class:ExternalServiceFactoryCalling this method will provide an ExternalDataService bean- Specified by:
getExternalDataServicein classExternalServiceFactory- Returns:
- An implementation of the ExternalDataService
-
-