Class IURLFetchServiceFactoryProvider (2.0.0)

public final class IURLFetchServiceFactoryProvider extends FactoryProvider<IURLFetchServiceFactory>

Factory provider for IURLFetchServiceFactory.

Note: This class is not intended for end users.

Inheritance

java.lang.Object > FactoryProvider > IURLFetchServiceFactoryProvider

Constructors

IURLFetchServiceFactoryProvider()

public IURLFetchServiceFactoryProvider()

Methods

getFactoryInstance()

protected IURLFetchServiceFactory getFactoryInstance()

Return an instance of the factory

Returns
TypeDescription
IURLFetchServiceFactory
Overrides