Class SoapOperationDefinition
java.lang.Object
com.aquima.interactions.communication.impl.SoapOperationDefinition
- All Implemented Interfaces:
ISoapOperationDefinition
,Serializable
Internal IOperationDefinition implementation that uses a datasource for construction.
- Since:
- 9.0
- Author:
- Jon van Leuven, Arjan Pragt
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SoapOperationDefinition
(ISoapOperationDS datasource, ISchemaSetDefinition schemaSet, IMetaModel metamodel, IRuleEngine ruleEngine) -
Method Summary
-
Constructor Details
-
SoapOperationDefinition
protected SoapOperationDefinition(ISoapOperationDS datasource, ISchemaSetDefinition schemaSet, IMetaModel metamodel, IRuleEngine ruleEngine) throws InitializationException - Throws:
InitializationException
-
-
Method Details
-
getName
Description copied from interface:ISoapOperationDefinition
This method returns the name of the operation.- Specified by:
getName
in interfaceISoapOperationDefinition
- Returns:
- The name of the operation, may not be null.
-
getAction
Description copied from interface:ISoapOperationDefinition
This method returns the action of the operation.- Specified by:
getAction
in interfaceISoapOperationDefinition
- Returns:
- The action of the operation, may be null or empty.
-
getRequestMessage
Description copied from interface:ISoapOperationDefinition
This method returns the request message for this operation.- Specified by:
getRequestMessage
in interfaceISoapOperationDefinition
- Returns:
- The request message, may be null.
-
getResponseMessage
Description copied from interface:ISoapOperationDefinition
This method returns the response message for this operation.- Specified by:
getResponseMessage
in interfaceISoapOperationDefinition
- Returns:
- The response message, may be null.
-
toString
-