public class VTodoServiceFactory extends java.lang.Object implements ServerSideServiceProvider.IServerSideServiceFactory<IVTodo>
Constructor and Description |
---|
VTodoServiceFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<IVTodo> |
factoryClass() |
IVTodo |
instance(BmContext context,
java.lang.String... params) |
public java.lang.Class<IVTodo> factoryClass()
factoryClass
in interface ServerSideServiceProvider.IServerSideServiceFactory<IVTodo>
public IVTodo instance(BmContext context, java.lang.String... params) throws ServerFault
instance
in interface ServerSideServiceProvider.IServerSideServiceFactory<IVTodo>
ServerFault
Copyright © 2021. All Rights Reserved.