Uses of Interface
com.aquima.interactions.communication.IRestServiceDefinition
Packages that use IRestServiceDefinition
Package
Description
-
Uses of IRestServiceDefinition in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that return IRestServiceDefinitionModifier and TypeMethodDescriptionICommunicationEngine.getRestService
(String serviceName) This method returns the rest service. -
Uses of IRestServiceDefinition in com.aquima.interactions.communication.impl
Classes in com.aquima.interactions.communication.impl that implement IRestServiceDefinitionModifier and TypeClassDescriptionfinal class
This class holds the static definition of a rest service.Methods in com.aquima.interactions.communication.impl that return IRestServiceDefinition -
Uses of IRestServiceDefinition in com.aquima.interactions.communication.impl.evaluator.composer
Constructors in com.aquima.interactions.communication.impl.evaluator.composer with parameters of type IRestServiceDefinitionModifierConstructorDescriptionRestComposer
(IRestServiceDefinition definition, ICommunicationEngineHandler handler, IValueFormatter valueFormatter, IDomainSchemaRegistry schemaRegistry) Construct a rest composer with a definition and a handler for custom elements. -
Uses of IRestServiceDefinition in com.aquima.interactions.communication.impl.evaluator.parser
Methods in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type IRestServiceDefinitionModifier and TypeMethodDescriptionvoid
IWebServiceDebugger.onParsedRequest
(IRestServiceDefinition restService, IRestMessageDefinition message) void
IWebServiceDebugger.onParsedResponse
(IRestServiceDefinition restService, IRestMessageDefinition message) Constructors in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type IRestServiceDefinitionModifierConstructorDescriptionRestOperationMatcher
(IRestServiceDefinition definition) RestParser
(IRestServiceDefinition definition, ICommunicationEngineHandler engineHandler, IValueFormatter valueFormatter, IDomainSchemaRegistry schemaRegistry) Construct a rest parser with a rest service definition. -
Uses of IRestServiceDefinition in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return IRestServiceDefinitionModifier and TypeMethodDescriptionICommunicationEngine.getRestService
(String serviceName) This method returns the rest service.IRestServiceConfiguration.getRestServiceDefinition()
This method returns the definition of the service. -
Uses of IRestServiceDefinition in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return IRestServiceDefinition -
Uses of IRestServiceDefinition in com.aquima.interactions.portal.model.webservice
Methods in com.aquima.interactions.portal.model.webservice that return IRestServiceDefinition