Class SoapServiceVisitor
java.lang.Object
com.aquima.interactions.communication.impl.SoapServiceVisitor
- All Implemented Interfaces:
ISoapServiceVisitor
Internal visitor class to create service definitions from a datasource.
- Since:
- 9.0
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SoapServiceVisitor
(CommunicationEngine engine, IMetaModel metaModel, IRuleEngine ruleEngine) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSoapService
(ISoapServiceDS datasource) This method adds a soapservice to the communication engine.
-
Constructor Details
-
SoapServiceVisitor
protected SoapServiceVisitor(CommunicationEngine engine, IMetaModel metaModel, IRuleEngine ruleEngine)
-
-
Method Details
-
addSoapService
Description copied from interface:ISoapServiceVisitor
This method adds a soapservice to the communication engine.- Specified by:
addSoapService
in interfaceISoapServiceVisitor
- Parameters:
datasource
- The datasource representing the soapservice, may not be null- Throws:
InitializationException
- This exception is thrown when the soapservice could not be initialized with the provided data source.
-