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