Class ASCustomActionServiceFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.ascustomaction.service.ASCustomActionServiceFactory
-
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.ServiceFactory<IASCustomActionService>
public class ASCustomActionServiceFactory extends java.lang.Object implements net.anotheria.anoprise.metafactory.ServiceFactory<IASCustomActionService>
-
-
Constructor Summary
Constructors Constructor Description ASCustomActionServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IASCustomActionServicecreate()static IASCustomActionServicecreateASCustomActionService()
-
-
-
Method Detail
-
create
public IASCustomActionService create()
- Specified by:
createin interfacenet.anotheria.anoprise.metafactory.ServiceFactory<IASCustomActionService>
-
createASCustomActionService
public static IASCustomActionService createASCustomActionService()
-
-