Class XmlChannelDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.parsing.XmlChannelDS
- All Implemented Interfaces:
IReportingDS
,IChannelDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlChannelDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the channel (can be null).getName()
Returns the name of the channel (never null).Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
XmlChannelDS
-
-
Method Details
-
getName
Description copied from interface:IChannelDS
Returns the name of the channel (never null).- Specified by:
getName
in interfaceIChannelDS
- Returns:
- the name of the channel (never null)
-
getDescription
Description copied from interface:IChannelDS
Returns the description of the channel (can be null).- Specified by:
getDescription
in interfaceIChannelDS
- Returns:
- the description of the channel (can be null)
-