Class XmlRestServiceConfigurationDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.ds.xml.parsing.XmlWebServiceConfigurationDS
com.aquima.interactions.portal.ds.xml.parsing.XmlRestServiceConfigurationDS
- All Implemented Interfaces:
IReportingDS
,IRestServiceConfigurationDS
,IWebServiceConfigurationDS
public final class XmlRestServiceConfigurationDS
extends XmlWebServiceConfigurationDS
implements IRestServiceConfigurationDS
Xml datasource implementation.
- Since:
- 9.0
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlRestServiceConfigurationDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the contract for the bodies of the messages.getName()
This method returns the name of the service.Methods inherited from class com.aquima.interactions.portal.ds.xml.parsing.XmlWebServiceConfigurationDS
iterateOperations, validate
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.portal.ds.IWebServiceConfigurationDS
iterateOperations, validate
-
Constructor Details
-
XmlRestServiceConfigurationDS
-
-
Method Details
-
getName
Description copied from interface:IRestServiceConfigurationDS
This method returns the name of the service.- Specified by:
getName
in interfaceIRestServiceConfigurationDS
- Returns:
- The name of the service, may not be null.
-
getContractName
Description copied from interface:IRestServiceConfigurationDS
This method returns the name of the contract for the bodies of the messages.- Specified by:
getContractName
in interfaceIRestServiceConfigurationDS
- Returns:
- The contract name, may be null.
-