@Deprecated public class KonyFactory extends Object
| Constructor and Description |
|---|
KonyFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityService |
getIdentityService(String identityName)
Deprecated.
|
IntegrationService |
getIntegrationService(String operationName)
Deprecated.
|
MessagingService |
getMessagingService()
Deprecated.
|
Sync |
getSyncService()
Deprecated.
|
Sync |
getSyncService(KonyFactoryOptions options)
Deprecated.
|
@Deprecated public IdentityService getIdentityService(String identityName) throws KonyException
identityName - - - Name of the Identity.KonyException - - if the invalid identity name provided or identity list is
empty.@Deprecated public IntegrationService getIntegrationService(String operationName) throws KonyException
operationName - - Name of the Operation NameKonyException - - if the invalid operationName name provided or
IntegrationService list is empty.@Deprecated public MessagingService getMessagingService() throws KonyException
KonyException - if the MessagingService list is empty.@Deprecated public Sync getSyncService() throws KonyException
KonyException - if the Sync Configuration list is empty.@Deprecated public Sync getSyncService(KonyFactoryOptions options) throws KonyException
options - contains configuration options to initialize the SyncKonyException - if the Sync Configuration list is empty.