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