Class XmlServiceCallDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.ds.xml.r17.parsing.XmlServiceCallDS
- All Implemented Interfaces:
IReportingDS
,IServiceCallDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Constructor Summary
ConstructorsConstructorDescriptionXmlServiceCallDS
(IInitializationReport report, IXmlNode node) Internal constructor. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the service call name.This method returns the service type name.void
iterateExitEvents
(IExitEventVisitor visitor) This method will be invoked to allow the data source to register all the exit events.void
iterateParameters
(IParameterVisitor visitor) This method should iterate over all the service parameters and invoke the visitor for each parameter that should be added.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
-
Method Details
-
getCallName
Description copied from interface:IServiceCallDS
This method returns the service call name.- Specified by:
getCallName
in interfaceIServiceCallDS
- Returns:
- The service call name, never null.
-
getTypeName
Description copied from interface:IServiceCallDS
This method returns the service type name.- Specified by:
getTypeName
in interfaceIServiceCallDS
- Returns:
- The service type name, never null.
-
iterateExitEvents
Description copied from interface:IServiceCallDS
This method will be invoked to allow the data source to register all the exit events.- Specified by:
iterateExitEvents
in interfaceIServiceCallDS
- Parameters:
visitor
- The visitor that should be used to add the exit events to.
-
iterateParameters
Description copied from interface:IServiceCallDS
This method should iterate over all the service parameters and invoke the visitor for each parameter that should be added.- Specified by:
iterateParameters
in interfaceIServiceCallDS
- Parameters:
visitor
- The visitor that should be used to add parameters to.
-