public class ProxyFactory extends Object
IReaderProxy implementation that can
serve a reader to access the IBuffer managed through the IWriterProxy that
created the provided URI| Constructor and Description |
|---|
ProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IReaderProxy |
getProxy(URI locator)
Instantiates the appropriate
IReaderProxy that can manage the provided URI locator. |
public static IReaderProxy getProxy(URI locator) throws GRS2ProxyException
IReaderProxy that can manage the provided URI locator.
After the proxy is instantiated, the IReaderProxy.fromLocator(URI) method is
invoked to populate the proxy with the needed information provided by the URIlocator - The locator to useIReaderProxyGRS2ProxyException - the proxy could not be instantiatedCopyright © 2014. All Rights Reserved.