Class XmlServiceDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.parsing.XmlServiceDS
- All Implemented Interfaces:
IReportingDS
,IServiceDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlServiceDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns a description of the service.String[]
This method should return all the event types that could be returned by this service.getName()
This method returns the unique name of the service.void
iterateParameters
(IParameterVisitor visitor) This method should iterate over all the parameters of the component and add them to the visitor.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
-
XmlServiceDS
-
-
Method Details
-
getName
Description copied from interface:IServiceDS
This method returns the unique name of the service.- Specified by:
getName
in interfaceIServiceDS
- Returns:
- The unique name of the service.
-
getDescription
Description copied from interface:IServiceDS
This method returns a description of the service.- Specified by:
getDescription
in interfaceIServiceDS
- Returns:
- a description of the service.
-
getExitEvents
Description copied from interface:IServiceDS
This method should return all the event types that could be returned by this service.- Specified by:
getExitEvents
in interfaceIServiceDS
- Returns:
- The event type names, never null, but could be an empty array.
-
iterateParameters
Description copied from interface:IServiceDS
This method should iterate over all the parameters of the component and add them to the visitor.- Specified by:
iterateParameters
in interfaceIServiceDS
- Parameters:
visitor
- The visitor that should be used to add the parameters to.
-