Class ASCustomDataServiceFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.ascustomdata.service.ASCustomDataServiceFactory
-
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.ServiceFactory<IASCustomDataService>
public class ASCustomDataServiceFactory extends java.lang.Object implements net.anotheria.anoprise.metafactory.ServiceFactory<IASCustomDataService>
-
-
Constructor Summary
Constructors Constructor Description ASCustomDataServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IASCustomDataServicecreate()static IASCustomDataServicecreateASCustomDataService()
-
-
-
Method Detail
-
create
public IASCustomDataService create()
- Specified by:
createin interfacenet.anotheria.anoprise.metafactory.ServiceFactory<IASCustomDataService>
-
createASCustomDataService
public static IASCustomDataService createASCustomDataService()
-
-