Class RestOperationDefinition
java.lang.Object
com.aquima.interactions.communication.impl.RestOperationDefinition
- All Implemented Interfaces:
IRestOperationDefinition
This class holds the static definition of a rest operation.
- Since:
- 9.0
- Author:
- Arjan Pragt, Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RestOperationDefinition
(RestServiceDefinition restService, IRestOperationDS datasource, ICommunicationEngine communicationEngine, IMetaModel metaModel, IRuleEngine ruleEngine) -
Method Summary
-
Constructor Details
-
RestOperationDefinition
protected RestOperationDefinition(RestServiceDefinition restService, IRestOperationDS datasource, ICommunicationEngine communicationEngine, IMetaModel metaModel, IRuleEngine ruleEngine) throws InitializationException - Throws:
InitializationException
-
-
Method Details
-
getName
Description copied from interface:IRestOperationDefinition
This method returns the name of the operation.- Specified by:
getName
in interfaceIRestOperationDefinition
- Returns:
- The name of the operation, may not be null.
-
getDocumentation
Description copied from interface:IRestOperationDefinition
Returns the documentation of the operation.- Specified by:
getDocumentation
in interfaceIRestOperationDefinition
- Returns:
- The documentation, may be null
-
getRequestMessage
Description copied from interface:IRestOperationDefinition
This method returns the request definition of the operation.- Specified by:
getRequestMessage
in interfaceIRestOperationDefinition
- Returns:
- The definition of the request message, may not be null.
-
getResponseMessage
Description copied from interface:IRestOperationDefinition
This method returns the response definition of the operation- Specified by:
getResponseMessage
in interfaceIRestOperationDefinition
- Returns:
- The definition of the response message, may be null.
-
toString
-