Class SoapMessagePartVisitor
java.lang.Object
com.aquima.interactions.communication.impl.SoapMessagePartVisitor
- All Implemented Interfaces:
ISoapMessagePartVisitor
Internal visitor class to create message content definitions from a datasource.
- Since:
- 9.0
- Author:
- Jon van Leuven, Arjan Pragt
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SoapMessagePartVisitor
(ISchemaSetDefinition schemaSet, SoapMessageDefinition message, IEntityDefinition entityDefinition, IMetaModel metamodel, IRuleEngine ruleEngine, boolean isHeaderPart) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMessagePart
(ISoapMessagePartDS datasource) This methods adds a messagepart to the message.
-
Constructor Details
-
SoapMessagePartVisitor
protected SoapMessagePartVisitor(ISchemaSetDefinition schemaSet, SoapMessageDefinition message, IEntityDefinition entityDefinition, IMetaModel metamodel, IRuleEngine ruleEngine, boolean isHeaderPart)
-
-
Method Details
-
addMessagePart
Description copied from interface:ISoapMessagePartVisitor
This methods adds a messagepart to the message.- Specified by:
addMessagePart
in interfaceISoapMessagePartVisitor
- Parameters:
datasource
- The datasource of the messagepart.- Throws:
InitializationException
- This exception is thrown when the soap messagepart could not be initialized with the provided data source.
-