Uses of Interface
com.aquima.interactions.communication.ICommunicationEngineHandler
Packages that use ICommunicationEngineHandler
Package
Description
-
Uses of ICommunicationEngineHandler in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication with parameters of type ICommunicationEngineHandlerModifier 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.ICommunicationEngine.composeRestResponse
(IProfile profile, String serviceName, String operationName, String mimeType, ICommunicationEngineHandler handler) This method composes a rest response message.ICommunicationEngine.composeSoapRequest
(IInternalPortalContext context, String serviceName, String operationName, ICommunicationEngineHandler handler) This methods composes a soap request message.ICommunicationEngine.composeSoapRequest
(IInternalPortalContext context, String serviceName, String operationName, ISoapMessageHandler[] soapHandlers, ICommunicationEngineHandler handler) This methods composes a soap request message.ICommunicationEngine.composeSoapResponse
(IInternalPortalContext context, String serviceName, String operationName, ICommunicationEngineHandler handler) This method composes a soap response message.ICommunicationEngine.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.void
ICommunicationEngine.parseRestResponse
(IRestMessage response, InferenceContext target, String serviceName, String operationName, ICommunicationEngineHandler handler, IDebugger debugger) This method parses a rest response message. -
Uses of ICommunicationEngineHandler in com.aquima.interactions.communication.impl
Methods in com.aquima.interactions.communication.impl with parameters of type ICommunicationEngineHandlerModifier 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) CommunicationEngine.composeRestResponse
(IProfile profile, String serviceName, String operationName, String defaultMimeType, ICommunicationEngineHandler handler) CommunicationEngine.composeSoapRequest
(IInternalPortalContext context, String serviceName, String operationName, ICommunicationEngineHandler handler) CommunicationEngine.composeSoapRequest
(IInternalPortalContext context, String serviceName, String operationName, ISoapMessageHandler[] handlers, ICommunicationEngineHandler handler) CommunicationEngine.composeSoapResponse
(IInternalPortalContext context, String serviceName, String operationName, ICommunicationEngineHandler handler) CommunicationEngine.matchOperation
(IRestRequestMessage request, String serviceName, ICommunicationEngineHandler handler) void
CommunicationEngine.parseRestRequest
(IRestRequestMessage request, InferenceContext target, String serviceName, String operationName, ICommunicationEngineHandler handler, IDebugger debugger) void
CommunicationEngine.parseRestResponse
(IRestMessage response, InferenceContext target, String serviceName, String operationName, ICommunicationEngineHandler handler, IDebugger debugger) -
Uses of ICommunicationEngineHandler in com.aquima.interactions.communication.impl.evaluator.composer
Constructors in com.aquima.interactions.communication.impl.evaluator.composer with parameters of type ICommunicationEngineHandlerModifierConstructorDescriptionDomainSchemaComposer
(IDomainSchemaDefinition definition, IDomainSchemaRegistry registry, InferenceContext inferenceContext, ICommunicationEngineHandler handler) Instantiates a new instance of the composer.RestComposer
(IRestServiceDefinition definition, ICommunicationEngineHandler handler, IValueFormatter valueFormatter, IDomainSchemaRegistry schemaRegistry) Construct a rest composer with a definition and a handler for custom elements.SchemaSetComposer
(ISchemaSetDefinition schemaSet, ICommunicationEngineHandler handler, IValueFormatter valueFormatter) Construct a rest composer with a definition and a handler for custom elements.SoapComposer
(ISoapServiceDefinition definition, ICommunicationEngineHandler handler, IValueFormatter valueFormatter) Construct a soap composer with a definition and a handler for custom elements. -
Uses of ICommunicationEngineHandler in com.aquima.interactions.communication.impl.evaluator.parser
Constructors in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type ICommunicationEngineHandlerModifierConstructorDescriptionRestParser
(IRestServiceDefinition definition, ICommunicationEngineHandler engineHandler, IValueFormatter valueFormatter, IDomainSchemaRegistry schemaRegistry) Construct a rest parser with a rest service definition. -
Uses of ICommunicationEngineHandler in com.aquima.interactions.portal.model.session
Classes in com.aquima.interactions.portal.model.session that implement ICommunicationEngineHandlerModifier and TypeClassDescriptionfinal class
Internal communication engine handler to delegate calls to dynamic schema element with a portal engine context.