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