Class XmlWebServiceConfigurationDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.ds.xml.parsing.XmlWebServiceConfigurationDS
- All Implemented Interfaces:
IReportingDS
,IWebServiceConfigurationDS
- Direct Known Subclasses:
XmlRestServiceConfigurationDS
,XmlSoapServiceConfigurationDS
public abstract class XmlWebServiceConfigurationDS
extends ReportingDS
implements IWebServiceConfigurationDS
Xml datasource implementation.
- Since:
- 9.0
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlWebServiceConfigurationDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method will be invoked to retrieve the available operation mappings.boolean
validate()
This method returns whether the service should validate each incoming request.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
XmlWebServiceConfigurationDS
-
-
Method Details
-
validate
public boolean validate()Description copied from interface:IWebServiceConfigurationDS
This method returns whether the service should validate each incoming request.- Specified by:
validate
in interfaceIWebServiceConfigurationDS
- Returns:
- boolean indicator for validating incoming requests.
-
iterateOperations
Description copied from interface:IWebServiceConfigurationDS
This method will be invoked to retrieve the available operation mappings.- Specified by:
iterateOperations
in interfaceIWebServiceConfigurationDS
- Parameters:
visitor
- The visitor that is called for the operation mapping.- Throws:
InitializationException
- This exception is thrown when there is an error processing the operation mapping.
-