uPortal 2.3.2
API Documentation

org.jasig.portal
Interface IXMLChannel

All Superinterfaces:
IChannel

Deprecated. IXMLChannel in uPortal 1.x has been renamed to IChannel in uPortal 2.0 and beyond

public interface IXMLChannel
extends IChannel

uPortal 2.0's IChannel interface was called IXMLChannel in uPortal 1.x. To make it easier to port channels from uPortal 1.x to uPortal 2.0, this interface has been introduced. It will be removed at some point in the future, so please make an effort to convert your channels so that they implement IChannel instead of IXMLChannel.

Version:
$Revision: 1.7 $
Author:
Ken Weiner, kweiner@interactivebusiness.com

Methods inherited from interface org.jasig.portal.IChannel
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData, setStaticData
 


uPortal 2.3.2
API Documentation