ConfigurationChannelProvider Class

public class ConfigurationChannelProvider
extends SimpleChannelProvider

Channel provider which uses Configuration to lookup the channel service property. This will populate the SimpleChannelProvider.ChannelService from a configuration entry with the key of "ChannelService".

Constructor Summary

Constructor Description
ConfigurationChannelProvider(Configuration configuration)

Initializes a new instance using Configuration.

Methods inherited from SimpleChannelProvider

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ConfigurationChannelProvider

public ConfigurationChannelProvider(Configuration configuration)

Initializes a new instance using Configuration.

Parameters:

configuration - The configuration to use.

Applies to