Class XmlIntermediateMessageEventMappingDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.process.ds.xml.parsing.XmlMessageEventMappingDS
com.aquima.interactions.process.ds.xml.parsing.XmlIntermediateMessageEventMappingDS
- All Implemented Interfaces:
IReportingDS
,IIntermediateMessageEventMappingDS
,IMessageEventMappingDS
public class XmlIntermediateMessageEventMappingDS
extends XmlMessageEventMappingDS
implements IIntermediateMessageEventMappingDS
Xml implementation of the intermediate message event mapping datasource.
- Since:
- 9.1
- Author:
- B. van de Ven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
XmlIntermediateMessageEventMappingDS
(IInitializationReport report, IXmlNode node, String nodeName) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the identifier field, can be null.Methods inherited from class com.aquima.interactions.process.ds.xml.parsing.XmlMessageEventMappingDS
getMatchOnField, getMessageEventName, getTargetInstanceType, iterateFields
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.process.ds.IMessageEventMappingDS
getMatchOnField, getMessageEventName, getTargetInstanceType, iterateFields
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
XmlIntermediateMessageEventMappingDS
-
XmlIntermediateMessageEventMappingDS
protected XmlIntermediateMessageEventMappingDS(IInitializationReport report, IXmlNode node, String nodeName)
-
-
Method Details
-
getIdentifierField
Description copied from interface:IIntermediateMessageEventMappingDS
This method returns the name of the identifier field, can be null.- Specified by:
getIdentifierField
in interfaceIIntermediateMessageEventMappingDS
- Returns:
- The name of the identifier field, can be null.
-