Package net.anotheria.anodoc.service
Class ModuleServiceFactory
- java.lang.Object
-
- net.anotheria.anodoc.service.ModuleServiceFactory
-
public class ModuleServiceFactory extends java.lang.ObjectUse this factory to obtain IModuleService instances.- Version:
- $Id: $Id
- Author:
- another
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IModuleServicecreateModuleService()Returns a IModuleService instance.
-
-
-
Method Detail
-
createModuleService
public static IModuleService createModuleService()
Returns a IModuleService instance.- Returns:
- a
IModuleServiceobject.
-
-