Package org.dspace.handle.factory
Class HandleServiceFactoryImpl
- java.lang.Object
-
- org.dspace.handle.factory.HandleServiceFactory
-
- org.dspace.handle.factory.HandleServiceFactoryImpl
-
public class HandleServiceFactoryImpl extends HandleServiceFactory
Factory implementation to get services for the handle package, use HandleServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description HandleServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HandleServicegetHandleService()-
Methods inherited from class org.dspace.handle.factory.HandleServiceFactory
getInstance
-
-
-
-
Method Detail
-
getHandleService
public HandleService getHandleService()
- Specified by:
getHandleServicein classHandleServiceFactory
-
-