Uses of Interface
com.aquima.interactions.communication.IRestRequestMessage
Packages that use IRestRequestMessage
Package
Description
-
Uses of IRestRequestMessage in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that return IRestRequestMessageModifier and TypeMethodDescriptionICommunicationEngine.composeRestRequest
(IProfile profile, String serviceName, String operationName, String defaultMimeType, ICommunicationEngineHandler handler) This method composes the rest message.ICommunicationEngine.composeRestRequest
(IProfile profile, String serviceName, String operationName, String defaultMimeType, ICommunicationEngineHandler handler, Map<String, List<String>> headers) This method composes the rest message.Methods in com.aquima.interactions.communication with parameters of type IRestRequestMessageModifier and TypeMethodDescriptionICommunicationEngine.matchOperation
(IRestRequestMessage request, String serviceName, ICommunicationEngineHandler handler) This method matches the urn of a request to an operation of the service.void
ICommunicationEngine.parseRestRequest
(IRestRequestMessage request, InferenceContext target, String serviceName, String operationName, ICommunicationEngineHandler handler, IDebugger debugger) This method parses a rest request message. -
Uses of IRestRequestMessage in com.aquima.interactions.communication.exception
Constructors in com.aquima.interactions.communication.exception with parameters of type IRestRequestMessageModifierConstructorDescriptionUnmatchableOperationException
(IRestRequestMessage request, HttpMethodType alternativeMethod) Constructs the exception with the rest request message of the unknown operation. -
Uses of IRestRequestMessage in com.aquima.interactions.communication.impl
Classes in com.aquima.interactions.communication.impl that implement IRestRequestMessageModifier and TypeClassDescriptionfinal class
Rest request message implementation.Methods in com.aquima.interactions.communication.impl that return IRestRequestMessageModifier and TypeMethodDescriptionCommunicationEngine.composeRestRequest
(IProfile profile, String serviceName, String operationName, String defaultMimeType, ICommunicationEngineHandler handler) CommunicationEngine.composeRestRequest
(IProfile profile, String serviceName, String operationName, String defaultMimeType, ICommunicationEngineHandler handler, Map<String, List<String>> headers) Methods in com.aquima.interactions.communication.impl with parameters of type IRestRequestMessageModifier and TypeMethodDescriptionCommunicationEngine.matchOperation
(IRestRequestMessage request, String serviceName, ICommunicationEngineHandler handler) void
CommunicationEngine.parseRestRequest
(IRestRequestMessage request, InferenceContext target, String serviceName, String operationName, ICommunicationEngineHandler handler, IDebugger debugger) -
Uses of IRestRequestMessage in com.aquima.interactions.communication.impl.evaluator.composer
Methods in com.aquima.interactions.communication.impl.evaluator.composer that return IRestRequestMessage -
Uses of IRestRequestMessage in com.aquima.interactions.communication.impl.evaluator.parser
Methods in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type IRestRequestMessageModifier and TypeMethodDescriptionRestOperationMatcher.matchOperation
(IRestRequestMessage request) RestParser.matchOperation
(IRestRequestMessage request) This method matches the urn of a request to an operation of the service.void
RestParser.parseRequest
(String operationName, IRestRequestMessage request, InferenceContext profile, IDebugger debugger) This method may be used to parse a rest request message. -
Uses of IRestRequestMessage in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return IRestRequestMessageModifier and TypeMethodDescriptionICommunicationEngine.composeRestRequest
(String serviceName, String operationName, String defaultMimeType) This method composes the rest message using the current portal state.ICommunicationEngine.composeRestRequest
(String serviceName, String operationName, String mimeType, Map<String, List<String>> headers) Methods in com.aquima.interactions.portal with parameters of type IRestRequestMessageModifier and TypeMethodDescriptionICommunicationEngine.matchOperation
(IRestRequestMessage request, String serviceName) This method matches the urn of a request to an operation of the service.void
ICommunicationEngine.parseRestRequest
(IRestRequestMessage request, String serviceName, String operationName) This method parses a rest request message using the current portal state. -
Uses of IRestRequestMessage in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return IRestRequestMessageModifier and TypeMethodDescriptionCommunicationEngine.composeRestRequest
(String serviceName, String operationName, String defaultMimeType) CommunicationEngine.composeRestRequest
(String serviceName, String operationName, String defaultMimeType, Map<String, List<String>> headers) Methods in com.aquima.interactions.portal.model.session with parameters of type IRestRequestMessageModifier and TypeMethodDescriptionCommunicationEngine.matchOperation
(IRestRequestMessage request, String serviceName) void
CommunicationEngine.parseRestRequest
(IRestRequestMessage request, String serviceName, String operationName)