Uses of Class
com.aquima.interactions.communication.exception.RestMessageComposeException
Packages that use RestMessageComposeException
Package
Description
-
Uses of RestMessageComposeException in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that throw RestMessageComposeExceptionModifier and TypeMethodDescriptionICommunicationEngine.composeRestRequest
(IProfile profile, String serviceName, String operationName, String mimeType, ICommunicationEngineHandler handler) This method composes the rest message.ICommunicationEngine.composeRestRequest
(IProfile profile, String serviceName, String operationName, String mimeType, ICommunicationEngineHandler handler, Map<String, List<String>> headers) This method composes the rest message.ICommunicationEngine.composeRestResponse
(IProfile profile, String serviceName, String operationName, String mimeType, ICommunicationEngineHandler handler) This method composes a rest response message. -
Uses of RestMessageComposeException in com.aquima.interactions.communication.impl
Methods in com.aquima.interactions.communication.impl that throw RestMessageComposeExceptionModifier and TypeMethodDescriptionCommunicationEngine.composeRestRequest
(IProfile profile, String serviceName, String operationName, String mimeType, ICommunicationEngineHandler handler) CommunicationEngine.composeRestRequest
(IProfile profile, String serviceName, String operationName, String mimeType, ICommunicationEngineHandler handler, Map<String, List<String>> headers) CommunicationEngine.composeRestResponse
(IProfile profile, String serviceName, String operationName, String mimeType, ICommunicationEngineHandler handler) void
CommunicationEngine.parseRestRequest
(IRestRequestMessage request, InferenceContext target, String serviceName, ICommunicationEngineHandler handler) void
CommunicationEngine.parseRestResponse
(IRestMessage response, InferenceContext target, String serviceName, String operationName, ICommunicationEngineHandler handler) -
Uses of RestMessageComposeException in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that throw RestMessageComposeExceptionModifier and TypeMethodDescriptionICommunicationEngine.composeRestRequest
(String serviceName, String operationName, String mimeType) This method composes the rest message using the current portal state.ICommunicationEngine.composeRestRequest
(String serviceName, String operationName, String mimeType, Map<String, List<String>> headers) ICommunicationEngine.composeRestResponse
(String serviceName, String operationName, String mimeType) This method composes a rest response message using the current portal state. -
Uses of RestMessageComposeException in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that throw RestMessageComposeExceptionModifier and TypeMethodDescriptionCommunicationEngine.composeRestRequest
(String serviceName, String operationName, String mimeType) CommunicationEngine.composeRestRequest
(String serviceName, String operationName, String mimeType, Map<String, List<String>> headers) CommunicationEngine.composeRestResponse
(String serviceName, String operationName, String mimeType)