Class XmlSchemaContractDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.ds.xml.parsing.XmlSchemaContractDS
- All Implemented Interfaces:
ISchemaContractDS
,IReportingDS
Xml datasource implementation.
- Since:
- 9.0
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlSchemaContractDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
This method returns the name of this contract.void
iterateXsds
(IXsdVisitor visitor) This method iterates about the xsds of the contract.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
XmlSchemaContractDS
-
-
Method Details
-
iterateXsds
Description copied from interface:ISchemaContractDS
This method iterates about the xsds of the contract.- Specified by:
iterateXsds
in interfaceISchemaContractDS
- Parameters:
visitor
- the visitor accepting the resources, may not be null.- Throws:
InitializationException
-
getName
Description copied from interface:ISchemaContractDS
This method returns the name of this contract.- Specified by:
getName
in interfaceISchemaContractDS
- Returns:
- The name of the contract, never null or empty.
-