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