Package org.dspace.external.factory
Class ExternalServiceFactory
java.lang.Object
org.dspace.external.factory.ExternalServiceFactory
- Direct Known Subclasses:
ExternalServiceFactoryImpl
Abstract factory to get services for the External package. Use ExternalServiceFactory.getInstance() to retrieve
an implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ExternalDataServiceCalling this method will provide an ExternalDataService beanstatic ExternalServiceFactoryThis method will provide you with an implementation of this class to work with
-
Constructor Details
-
ExternalServiceFactory
public ExternalServiceFactory()
-
-
Method Details
-
getExternalDataService
Calling this method will provide an ExternalDataService bean- Returns:
- An implementation of the ExternalDataService
-
getInstance
This method will provide you with an implementation of this class to work with- Returns:
- An implementation of this class to work with
-