This type is a class for model objects.
Configuration settings for the Channel Framework.
Package: channelserviceAttributes Summary | |
transportChannels : TransportChannel * | The set of all transport channels that may be used by this server. This server's chains will be constructed out of these transport channels. The name attribute of each transport channel must be unique. |
chains : Chain * | The set of all transport chains that may be used by this server. The name attribute of each transport chain must be unique. |
factories : TransportChannelFactory * | The set of all factories that are used at runtime to create transport channel instances. There must be only one factory per factory subtype. |
Attribute Details |