Class ReportingRestOperationDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.report.ReportingRestOperationDS
- All Implemented Interfaces:
IRestOperationDS
,IReportingDS
IRestOperationDS implementation that adds error reporting.
- Since:
- 9.0
- Author:
- Arjan Pragt
-
Field Summary
Fields inherited from interface com.aquima.interactions.communication.ds.IRestOperationDS
CATEGORY
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingRestOperationDS
(IInitializationReport report, IRestOperationDS datasource) -
Method Summary
Modifier and TypeMethodDescriptionReturns the documentation of the operation.getName()
This method returns the name of the operation, may not be null.This method returns the request message datasource representing the request, may not be null.This method returns the response message datasource representing the response, may not be null.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
Method Details
-
getName
Description copied from interface:IRestOperationDS
This method returns the name of the operation, may not be null.- Specified by:
getName
in interfaceIRestOperationDS
- Returns:
- The name of the operation.
-
getDocumentation
Description copied from interface:IRestOperationDS
Returns the documentation of the operation.- Specified by:
getDocumentation
in interfaceIRestOperationDS
- Returns:
- The documentation, may be null
-
getRequestMessage
Description copied from interface:IRestOperationDS
This method returns the request message datasource representing the request, may not be null.- Specified by:
getRequestMessage
in interfaceIRestOperationDS
- Returns:
- The request message datasource.
-
getResponseMessage
Description copied from interface:IRestOperationDS
This method returns the response message datasource representing the response, may not be null.- Specified by:
getResponseMessage
in interfaceIRestOperationDS
- Returns:
- The response message datasource.
-