Class XmlWebServiceDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.ds.xml.parsing.XmlWebServiceDS
- All Implemented Interfaces:
IReportingDS
,IWebServiceDS
Xml datasource implementation.
- Since:
- 9.0
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlWebServiceDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the optional module id the module that contains the service definition.getName()
This method returns the exposed name of the exposed service.This method returns the reference to a rest service.This method returns the reference to a soap service.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
-
XmlWebServiceDS
-
-
Method Details
-
getName
Description copied from interface:IWebServiceDS
This method returns the exposed name of the exposed service.- Specified by:
getName
in interfaceIWebServiceDS
- Returns:
- The name of the exposed service, may not be null.
-
getModuleId
Description copied from interface:IWebServiceDS
This method returns the optional module id the module that contains the service definition. Null may be returned when the service is defined in the main module.- Specified by:
getModuleId
in interfaceIWebServiceDS
- Returns:
- The module id of the module that contains the service, may be null.
-
getSoapServiceConfiguration
Description copied from interface:IWebServiceDS
This method returns the reference to a soap service. A webservice can have a reference to either a soap or rest service.- Specified by:
getSoapServiceConfiguration
in interfaceIWebServiceDS
- Returns:
- The soapreference, or null if a rest reference.
-
getRestServiceConfiguration
Description copied from interface:IWebServiceDS
This method returns the reference to a rest service. A webservice can have a reference to either a soap or rest service.- Specified by:
getRestServiceConfiguration
in interfaceIWebServiceDS
- Returns:
- The restreference, or null if a soap reference.
-