public class MailboxIdentityServiceFactory extends java.lang.Object implements ServerSideServiceProvider.IServerSideServiceFactory<IMailboxIdentity>
| Constructor and Description | 
|---|
MailboxIdentityServiceFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<IMailboxIdentity> | 
factoryClass()  | 
IMailboxIdentity | 
getService(BmContext context,
          java.lang.String domainUid,
          java.lang.String mboxUid)  | 
IMailboxIdentity | 
instance(BmContext context,
        java.lang.String... params)  | 
public java.lang.Class<IMailboxIdentity> factoryClass()
factoryClass in interface ServerSideServiceProvider.IServerSideServiceFactory<IMailboxIdentity>public IMailboxIdentity instance(BmContext context, java.lang.String... params) throws ServerFault
instance in interface ServerSideServiceProvider.IServerSideServiceFactory<IMailboxIdentity>ServerFaultpublic IMailboxIdentity getService(BmContext context, java.lang.String domainUid, java.lang.String mboxUid) throws ServerFault
ServerFaultCopyright © 2021. All Rights Reserved.