Class ReportingSoapOperationDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.report.ReportingSoapOperationDS
- All Implemented Interfaces:
ISoapOperationDS
,IReportingDS
IOperationDS implementation that adds error reporting.
- Since:
- 9.0
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingSoapOperationDS
(IInitializationReport report, ISoapOperationDS datasource) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the action of the operationgetName()
This method returns the name of the operation.This method returns the input message of the operation.This method returns the output message of the operation.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
Method Details
-
getName
Description copied from interface:ISoapOperationDS
This method returns the name of the operation.- Specified by:
getName
in interfaceISoapOperationDS
- Returns:
- The name of the operation, may not be null.
-
getAction
Description copied from interface:ISoapOperationDS
This method returns the action of the operation- Specified by:
getAction
in interfaceISoapOperationDS
- Returns:
- The action of the operation, may be null or empty.
-
getRequestMessage
Description copied from interface:ISoapOperationDS
This method returns the input message of the operation.- Specified by:
getRequestMessage
in interfaceISoapOperationDS
- Returns:
- The input message of the operation, may not be null.
-
getResponseMessage
Description copied from interface:ISoapOperationDS
This method returns the output message of the operation.- Specified by:
getResponseMessage
in interfaceISoapOperationDS
- Returns:
- The output message of the operation, may not be null.
-