Class StreamProviderFactory
Provides a mechanism for creating StreamProviders.
Inherited Members
Namespace: Tangosol.Net
Assembly: Coherence.dll
Syntax
public static class StreamProviderFactory
Methods
CreateProvider(IXmlElement)
Create the configured IStreamProvider used to provide a network stream.
Declaration
public static IStreamProvider CreateProvider(IXmlElement xml)
Parameters
Type | Name | Description |
---|---|---|
IXmlElement | xml | An IXmlElement containing configuraiton for the StreamProviderFactory. |
Returns
Type | Description |
---|---|
IStreamProvider | An IStreamProvider. |