Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

08. Module: Vocol

Tim Berthold edited this page Jul 28, 2021 · 1 revision

Quick Start

Can be included as a dependency:

<dependency>
    <groupId>de.fraunhofer.ids.messaging</groupId>
    <artifactId>vocol</artifactId>
    <version>IDS_MESSAGING_SERVICES_VERSION</version>
</dependency>

Theoretical Background

  • Similar structure as broker-module, relies on the messaging-module and thus the core-module.
  • VocolService as a central point for sending IDS-Messages to the Vocol.
  • Pre-built functions in VocolService, instead of having to build the specific message types individually.

Scope of Functionality

  • URL of the VocolService must be known
  • Predefined functions in the VocolService: query, boundFullTextSearch, fullTextSearch
  • For example, for boundFullTextSearch the targetURI, the searchTerm, the queryScope and the queryTarget are needed
Clone this wiki locally