Interface DatabaseClientFactory.HandleFactoryRegistry

Enclosing class:
DatabaseClientFactory

public static interface DatabaseClientFactory.HandleFactoryRegistry
A HandleFactoryRegistry associates IO representation classes with handle factories. The API uses the registry to create a content handle to act as an adapter for a supported IO representation class. The IO class and its instances can then be passed directly to convenience methods. The default registry associates the content handles provided by the API and the supported IO representation classes. Create instances of this interface only if you need to modify the default registry.
See Also: