Class ASGenericActionServiceFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.asgenericaction.service.ASGenericActionServiceFactory
-
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.ServiceFactory<IASGenericActionService>
public class ASGenericActionServiceFactory extends java.lang.Object implements net.anotheria.anoprise.metafactory.ServiceFactory<IASGenericActionService>
-
-
Constructor Summary
Constructors Constructor Description ASGenericActionServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IASGenericActionServicecreate()static IASGenericActionServicecreateASGenericActionService()
-
-
-
Method Detail
-
create
public IASGenericActionService create()
- Specified by:
createin interfacenet.anotheria.anoprise.metafactory.ServiceFactory<IASGenericActionService>
-
createASGenericActionService
public static IASGenericActionService createASGenericActionService()
-
-