Class XmlRestServiceDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.ds.xml.parsing.XmlRestServiceDS
- All Implemented Interfaces:
IRestServiceDS
,IReportingDS
Xml datasource implementation.
- Since:
- 9.0
- Author:
- Arjan Pragt
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlRestServiceDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the location of the service, may be null.getName()
This method returns the name of the service, may not be null.This method returns the name of the corresponding schemaset, may not be null in case of schema set service, must be null in case of domain schemas.void
iterateOperations
(IRestOperationVisitor visitor) This method iterates about the operations.boolean
Returns an indicator whether to use domain schemas instead of schemaset.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
-
XmlRestServiceDS
-
-
Method Details
-
getName
Description copied from interface:IRestServiceDS
This method returns the name of the service, may not be null.- Specified by:
getName
in interfaceIRestServiceDS
- Returns:
- The name of the service.
-
getLocation
Description copied from interface:IRestServiceDS
This method returns the location of the service, may be null.- Specified by:
getLocation
in interfaceIRestServiceDS
- Returns:
- The url of the service.
-
useDomainSchemas
public boolean useDomainSchemas()Description copied from interface:IRestServiceDS
Returns an indicator whether to use domain schemas instead of schemaset.- Specified by:
useDomainSchemas
in interfaceIRestServiceDS
- Returns:
- domain schema indicator.
-
getSchemaSet
Description copied from interface:IRestServiceDS
This method returns the name of the corresponding schemaset, may not be null in case of schema set service, must be null in case of domain schemas.- Specified by:
getSchemaSet
in interfaceIRestServiceDS
- Returns:
- The name of the schemaSet.
-
iterateOperations
Description copied from interface:IRestServiceDS
This method iterates about the operations.- Specified by:
iterateOperations
in interfaceIRestServiceDS
- Parameters:
visitor
- The visitor accepting the operations.- Throws:
InitializationException
-