/* */
/* 385 */ if (info != null)
/* */ {
/* 387 */ this.log.debug(this + " uses MultiplexerJChannelFactory");
/* */
/* 389 */ jChannelFactory = new MultiplexerChannelFactory(this.server, this.channelFactoryName, this.channelPartitionName, this.controlChannelName, this.dataChannelName);
/* */ }
/* */ else
/* */ {
/* 395 */ this.log.debug(this + " uses XMLJChannelFactory");
/* 396 */ jChannelFactory = new XMLChannelFactory(this.controlChannelConfig, this.dataChannelConfig);