Interface LocalizationServiceProxyFactory
-
- All Implemented Interfaces:
public interface LocalizationServiceProxyFactoryFactory to create LocalizationServiceProxy instances.
-
-
Method Summary
Modifier and Type Method Description abstract LocalizationServiceProxycreateLocalizationServiceProxy(HostingServiceProxy hostingServiceProxy, @Nullable() HostedServiceProxy hostedServiceProxy)Creates a new LocalizationServiceProxy instance. -
-
Method Detail
-
createLocalizationServiceProxy
abstract LocalizationServiceProxy createLocalizationServiceProxy(HostingServiceProxy hostingServiceProxy, @Nullable() HostedServiceProxy hostedServiceProxy)
Creates a new LocalizationServiceProxy instance.
- Parameters:
hostingServiceProxy- from which to retrieve hosted localization service proxy.hostedServiceProxy- the hosted service proxy which invokes network requests to the localization service.- Returns:
a new LocalizationServiceProxy instance.
-
-
-
-