@Deprecated
public class Factories
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static ServiceFactory |
serviceFactory
Deprecated.
|
Constructor and Description |
---|
Factories()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ServiceFactory |
getDefaultServiceFactory()
Deprecated.
Get the default service factory that is used when creating
SessionClient objects when no factory has been specified
in the constructor. |
static void |
setDefaultServiceFactory(ServiceFactory factory)
Deprecated.
Set the default service factory that is used when creating
SessionClient objects when no factory has been specified
in the constructor. |
private static ServiceFactory serviceFactory
public static final ServiceFactory getDefaultServiceFactory()
SessionClient
objects when no factory has been specified
in the constructor. The default factory is a ConfigurableServiceFactory
with all options having default values.
The default service factory can be changed by
setDefaultServiceFactory(ServiceFactory)
public static final void setDefaultServiceFactory(ServiceFactory factory)
SessionClient
objects when no factory has been specified
in the constructor.