[FrontPage] [TitleIndex] [WordIndex

Service metadata extension point

This page describes how to implement a custom service metadata provider.

1. Basics

The extension point uses SPI. The relevant SPI interface (and related classes) can be found in the deegree-services-commons module. Implement the org.deegree.services.metadata.provider.OWSMetadataProviderProvider interface to provide your own implementation. Loading takes place during workspace initialization, the OWSMetadataProvider interface is a full deegree workspace resource.

2. Things to consider


CategoryDeegree3


2018-04-20 12:05