Class SoapServiceContractVisitor
java.lang.Object
com.aquima.interactions.communication.impl.SoapServiceContractVisitor
- All Implemented Interfaces:
ISoapContractVisitor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SoapServiceContractVisitor
(CommunicationEngine communicationEngine) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSoapContract
(ISoapContractDS datasource) Adds a soap service contract to the communication engine.
-
Constructor Details
-
SoapServiceContractVisitor
-
-
Method Details
-
addSoapContract
Description copied from interface:ISoapContractVisitor
Adds a soap service contract to the communication engine.- Specified by:
addSoapContract
in interfaceISoapContractVisitor
- Parameters:
datasource
- Datasource of the soap service contract, may not be null.- Throws:
InitializationException
- Is thrown when the datasource could not be read.
-